EeePc900-RebuildModules

The script provided on this page makes the assumption that you have access to the internet most likely through a wired connection. If not you will need to manually download the packages on a different machine and use a memory stick or card to get access to them on your EeePC.

If you have one of the Ubuntu distributions on your EeePC 900 the wifi and camera modules will need to be rebuilt. I will provide a script that will do this for you and explain what is being done in the script. The network detection code is not quite done yet, but other than that it works fine.

eeepc900install.sh

The arguments that can be passed to this script are:

$ ./eeepc900install.sh -h
Usage: ./eeepc900install.sh -[dn] --[help]

Where:

If you don't have a network connection you will need to make a directory named eeepc900 and put your previously downloaded packages in it, then run the script with no arguments specified.

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.

Below is an explanation of what the script will do assuming you have a network connection.

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.

EeePc900-RebuildModules (last edited 2008-09-14 21:50:50 by CarlNobile)