* Installation of the ipw2200 module for the Wifi card :
o Install ipw2200-source package
o If necessary, compile it and install the associate binary package (from kernel 2.6.12 (?) up, the driver is included in the stock kernel image, no need of the following steps, then) :
# module-assistant prepare
# module-assistant a-i ipw2200
Note : since the time when I’ve succeeded doing that, the module has been updated in testing, and now, I get problems with it (compiled with GCC 4 whereas kernel was compiled with GCC 3, but all that can be overcome).
*
o Install the firmware : follow instructions in /usr/share/doc/ipw2200-modules-2.6.11-1-686/README.firmware
o Install of wireless-tools
* Install powernowd to handle the Centrino/Pentium M processor speed control :
o Add to /etc/modules :
speedstep_centrino
cpufreq_userspace
*
o Install powernowd
* Setup the order of the ethX interfaces :
o Installation of ifrename
o Configuration of /etc/iftab and /etc/network/interfaces for ifrename. On my setup : eth0 is not used, eth1 for the wired ethernet adapter, eth2 for the wifi one
o blacklist eth1394 in hotplug for it not to use eth0
http://www-public.int-evry.fr/~berger_o/we...lllatituded505/Thanks for the heads up, every little problem means a possible solution!