EeePc900-RebuildModules

If you have one of the Ubuntu distributions on your EeePC 900 the wifi and camera moduals will needs to be rebuilt. I will provide a script that will do this for you and try to explain what is being done in the script.

eeepc900install.sh

The script is broken up in five sections: making a working directory, downloading the latest versions of the code, compiling and installing the modules, and modifying the environment. When the first sudo command is executed you will need to type in your password.

Make a working directory

Download latest versions

Compile and install packages

Note: I have never tried to update the hotkey package. The last command #sudo sh -c 'echo eeepc-acpi >> /etc/modules' will probably not be needed if you have already had the hotkey package installed.

Modify the environment

Load the modules

The script just runs modprobe on uvcvideo and ath_pci. However you should reboot to be sure everything comes up properly while booting your computer.