Hi,
From, here: http://sachachua.com/wp/2009/06/09/a...omment-page-1/
the steps to enable the wired network on the eeePc are:
Once you install, you need to grab the AR813X-linux-v1.0.0.9.tar.gz package from http://partner.atheros.com/Drivers.aspx (use a usb device,
because you probably don't have network)
Then:
Code:
tar -xzvf AR813X-linux-v1.0.0.9.tar.gz
cd src
make
sudo make install
sudo insmod atl1e.ko
(the last two steps must be redone if you do a kernel upgrade)
The wireless network starts working by installing the
linux-backports-modules-jaunty
package. That is, with the wired network, do:
Code:
sudo apt-get install linux-backports-modules-jaunty
I've just got a 1008ha. This are other tunning stuff I've done:
1 - Reduce all icons, so all programs will look better in the
small screen:
Code:
Edit the
/usr/share/themes/Human-Clearlooks/gtk-2.0/gtkrc
file and add, after the initial commentaries (or anywhere else):
gtk-icon-sizes="panel-menu=16,16:gtk-menu=16,16:gtk-button=16,16:gtk-small-toolbar=16,16:gtk-large-toolbar=16,16:gtk-dialog=16,16:gtk-dnd=16,16"
This will make all icons smaller, even the menus. It looks nice.
Furthermoe, I've removed the lower pannel and added the "show desktop" and list of running applications to the top pannel, so I get some more screen at the botton.
EDIT: Appart from the network cards, which get working using the steps above, everything else, up to what I've noticed, is working out of the box, the camera and most of the Fn keys included, some of there are not, but only the ones I don't know what should be doing (brightness, volume and suspend keywords work). I'm very satisfied with the whole behaviour.