- a forumthread on ubuntuforums.org describing a few problems
- notebookcheck.net’s review of the laptop, containing all specifications
Wired network card
There exists a rather easy fix for getting the wired ethernet card to work. Download the drivers from atheros homepage (the makers of the ethernet chipset), the drivers can be found here (dead link), search for the file AR81Family-Linux-v1.0.1.9.tar.gz.
-
Extract the file, you probably want to this in a new empty directory as the archive otherwise will clutter the current directory with a buch of files.
tar -zxvf AR81Family-Linux-v1.0.1.9.tar.gz
and read the readme :)
-
Untar/unzip archive:
tar zxf arl1e-x.x.x.x.tar.gz
-
Change to the driver src directory:
cd arl1e-x.x.x.x/src/
-
Compile the driver module:
make install
The binary will be installed as:
/lib/modules//kernel/drivers/net/arl1e.[k]o
The install locations listed above are the default locations. They might not be correct for certain Linux distributions. For more information, see the ldistrib.txt file included in the driver tar.
To use the module execute:
And that should be all.
Note: This must be done every time the kernel is recompiled