Addendum to Installing Ubuntu Jaunty on Eee PC 1008HA

Awhile back I posted some info on my experience installing Ubuntu Jaunty on my Eee PC 1008HA netbook along with instructions on getting the wireless card working. Here is the original post for those wondering:

Installing Ubuntu 9.04 (Jaunty) on Asus Eee PC 1008HA

You can now get the Ethernet port working as well. Here are the instructions again, summarized. This assumes that you already have a working Wifi connection. If you don’t, please skip this step and go directly to the steps for downloading the Linux drivers for the adaptor. All the commands below should be executed from Terminal:

sudo apt-get update

sudo apt-get upgrade

If there are any applications that needs to be upgrade, please install them and reboot the netbook. When it comes back up, continue with the following commands:

sudo apt-get install linux-backports-modules-jaunty

We now need to download the Linux drivers for the model of the network adaptor that is on the netbook AR81Family-linux-v1.0.0.10.tar.gz (http://partner.atheros.com/Download.aspx?id=103). If you don’t have any working network connection on the netboot, then you might want to download the file from another computer and transfer it over with a USB memory stick. The following commands will unzip the file, make the module from source and install it on the netbook. Make sure you change your working directory to where you have downloaded/copied the file:

gunzip AR81Family-linux-v1.0.0.10.tar.gz

tar xvf AR81Family-linux-v1.0.0.10.tar

cd src

make

sudo make install

sudo insmod atl1e.ko

…wait a few seconds and voila! You now have a working wifi and ethernet port. Please note that anytime you upgrade your linux kernel, you will need to recompile the module source and install as above. I’d recommend you keep the original source files for this module on your laptop in case you need to recompile again.

4 Responses to “Addendum to Installing Ubuntu Jaunty on Eee PC 1008HA”

  1. I have not been able to download the AR81 code at all. For some reason the link is down. Is there anyway you can post the code to your website or send it to me?

    • Actually, if you install the new Ubuntu 9.10 Karmic, the network cards work right from the start.

    • Actually if you go back to the d/l page you’ll notice the link has moved. Select the only one in the Linux Drivers category (was the same url with id=112 for me)

  2. Great blog I’ve actually bookmarked it for learning ubuntu. Can you recommend any books about ubuntu for me? yep, I am a beginner of ubuntu. :] thanks in advance.

Leave a Reply