March 07, 2010

HOWTO have wireless working on an ASUS EEE PC 1001P in Ubuntu

HOWTO have wireless working on an ASUS EEE PC 1001P in Ubuntu
or, alternatively,
HOWTO add AR2427 support to Ubuntu


UPDATE:

This is the last update I plan to do to this blog post. Ubuntu 10.10 (at this moment only available in it's "Alpha 2" version) already supports this out of the box. Thus, the most recommended procedure is to install Ubuntu 10.10 or later. No other support is being offered regarding this issue.


It's pretty simple, really. This blog post is being written just because all the "other ways" of doing it I've seen on the web until now were painful in comparison.

  1. Open a terminal, and type:
  2. wget http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/2010-06-15-maverick/linux-image-2.6.35-999-generic_2.6.35-999.201006151505_i386.deb
  3. sudo dpkg -i linux-image-2.6.33-999-generic_2.6.33-999.201003061003_i386.deb
  4. reboot

Oh, how I love free software :-)

Update:
The brightness controls for this laptop are kind of messed up when you install Ubuntu there, and get even more messed up when you update the kernel (what I said you to do before in order to get wireless working). To fix it, you have to do, in a terminal:
  • sudo gedit /etc/default/grub
  • change the line that says
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    to
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux"
  • save the file and quit, and then, in the terminal, type:
  • sudo update-grub
  • reboot
Update 2: Notice that now the kernel version I'm telling you to download in this blog post is different. This kernel version has a couple of bugs solved that affected 1001P netbooks, so it is recommended that you use this one instead.

Update 3: See the top disclaimer.