- Accueil
- > Non classé
- > ipw2200
ipw2200
Sarge kernel 2.6.8
Dans un terminal
# apt-get install module-assistant
# module-assistant prepare
# module-assistant auto-install ipw2200-source
# apt-get install wireless-tools
télé charge le firmware 2.2 [ipw2200.sourceforge.net]
# cd /usr/lib/hotplug/firmware/
# tar xvzf /home/linux/ipw2200-fw-2.2.tgz
# rmmod ipw2200
# modprobe ipw2200
# iwconfig
# echo ipw2200 >> /etc/modules
Etch avec le kernel 2.6.15 et 2.6.16
Dans un terminal
Les étapes foncées sont obligatoires parce que ipw2200 est déjà sur le kernel
# apt-get install module-assistant
# module-assistant prepare
# module-assistant auto-install ipw2200-source
# apt-get install wireless-tools
télé charge le firmware 2.4 [ipw2200.sourceforge.net]
# cd /lib/firmware
# tar xvzf /home/linux/ipw2200-fw-2.4.tgz
# rmmod ipw2200
# modprobe ipw2200
# iwconfig
# echo ipw2200 >> /etc/modules
Sid avec le kernel 2.6.17 + 2.6.18 + 2.6.19.1
Dans un terminal
# apt-get install module-assistant
# module-assistant prepare
# module-assistant auto-install ipw2200-source
# apt-get install wireless-tools
télé charge le firmware 3
[ipw2200.sourceforge.net]
# cd /lib/firmware
# tar xvzf /home/linux/ipw2200-fw-3.0.tgz
Le dossier ipw2200-fw-3.0 se formera dans le répertoire /lib/firmware
# cp /lib/firmware/ipw2200-fw-3.0/* .
# rmmod ipw2200
# modprobe ipw2200
# iwconfig
# echo ipw2200 >> /etc/modules