Differences between revisions 3 and 4
Revision 3 as of 2008-08-31 03:09:44
Size: 713
Editor: CarlNobile
Comment:
Revision 4 as of 2008-08-31 03:33:55
Size: 1599
Editor: CarlNobile
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:

== Download latest versions ==

 * Get the latest version of the 0.10.5.6 release of madwifi.
 * Uncomment this line to get the latest hotkey package. (Not actually needed when a kernel is updated.)
 * Get the latest version of the linux-uvc webcam module.

== Compile and install packages ==

 * Make and install the madwifi modules. (The install process creates a new directory named {{{2.6.24.3}}} in {{{/lib/modules}}} the new modules are buried in here, so the script needs to copy them into the location where {{{modprobe}}} will find them.
 * Uncomment these lines if you want to upgrade the hotkey package.
 * Make and install the webcam module. (This install process will also use the same directory {{{2.6.24.3}}} that the madwifi module made and this script also copies the module from here to the default module directory tree.)

== Modify the environment ==

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 four sections: making a working directory, downloading the latest versions of the code, compiling and installing the modules, and modifying the environment.

Make a working directory

  • First the directory and all its contents are deleted. If for some reason you want to keep it rename or copy it somewhere else.
  • Make the eeepc900 directory.

  • Change into this directory.

Download latest versions

  • Get the latest version of the 0.10.5.6 release of madwifi.
  • Uncomment this line to get the latest hotkey package. (Not actually needed when a kernel is updated.)
  • Get the latest version of the linux-uvc webcam module.

Compile and install packages

  • Make and install the madwifi modules. (The install process creates a new directory named 2.6.24.3 in /lib/modules the new modules are buried in here, so the script needs to copy them into the location where modprobe will find them.

  • Uncomment these lines if you want to upgrade the hotkey package.
  • Make and install the webcam module. (This install process will also use the same directory 2.6.24.3 that the madwifi module made and this script also copies the module from here to the default module directory tree.)

Modify the environment

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