ASUS Eee 1001HA

From Aktivix
Jump to navigation Jump to search

Notes on running Ubuntu on a ASUS Eee PC 1001HA Seashell Netbook.

Netbook install on a encrypted filesystem: http://dancingsamurai.ca/2010/07/19/ubuntu-netbook-with-fully-encrypted-disk/ step 8 wasn't needed

Things that don't work with Ubuntu 10.04 out of the box:

  • Wifi
  • Audio
  • Function keys

However this isn't documented here: https://wiki.ubuntu.com/HardwareSupport/Machines/Netbooks#Asus%20Eee%20PC%201001HA but there are other users with problems, eg: http://lunduke.com/?p=1095#comment-6729

See also: https://help.ubuntu.com/community/EeePC/Fixes

Wifi

This appears to work:

mkdir -p /etc/Wireless/RT2860STA/
touch /etc/Wireless/RT2860STA/RT2860STA.dat
service network-manager restart
restart
modprobe rt3090sta

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/541620/comments/49

Try: http://ubuntuforums.org/showthread.php?t=1345577

Try: http://www.halibutdepot.org/how_to_build_rt3090_for_ubuntu_lucid/

Bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/541620

This doesn't work:

Steps to get rt2860, rt3090 working on ANY flavour of xubuntu (and possibly others)
1.  create new folder named Wireless under /etc
2.. create new folder named RT2860RTA under new Wireless folder
3. create new EMPTY file named RT2860RTA.dat in new RT2860RTA folder
4. reboot
5. scan wireless and connect now works (you may need to set security...WEP or WPA etc)

http://forum.eeeuser.com/viewtopic.php?pid=721818#p721818

Audio

Function Keys

Try this: http://www.jfwhome.com/2009/08/06/perfect-ubuntu-jaunty-on-the-asus-eeepc-1005ha-and-1008ha/

Don't try this: http://ubuntuforums.org/showpost.php?p=9205249&postcount=2

Edit /etc/default/grub:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash  acpi_osi=Linux"

Run:

sudo update-grub