mapeada a las teclas Windows
12.Configuración de la tarjeta Wifi
1. descargamos los paquetes ieee80211, ipw3945 y ipw3945d
1. descomprimimos todos /usr/src
cd usr/src
$ tar zxf /home/data/Software/Linux/firmware/ipw3945d-1.7.22.tgz
$ sudo cp ipw3945d-1.7.22/x86/ipw3945d /sbin/
$ cat << EOF |sudo tee /etc/modprobe.d/ipw3945
> install ipw3945 /sbin/modprobe --ignore-install ipw3945; /sbin/ipw3945d --timeout=-1 --quiet
> remove ipw3945 /sbin/ipw3945d --kill; /sbin/modprobe -r --ignore-remove ipw3945
> EOF
$ echo ipw3945 |sudo tee -a /etc/modules
$ cd /usr/src
$ tar zxf /home/data/Software/Linux/src/ieee80211-1.2.5.tgz
$ cd ieee80211-1.2.5/
$ make
$ make install
$cd /usr/src
$ tar zxf /home/data/Software/Linux/src/ipw3945-1.1.0.tgz
$ cd ipw3945-1.1.0/
$ make IEEE80211_IGNORE_DUPLICATE=y
$ sudo cp ipw3945.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless/
$ sudo depmod -ae
$ sudo modprobe ipw3945
$ dmesg
$ ps -C ipw3945d
Hay que recargar el módulo para que lo detecte.
2. Crear un script para el arranque del módulo: utilizamos wifi-radar para
conexión.
#!/bin/sh
# wifi control script
### BEGIN INIT INFO
# Provides:
# Required-Start:
# Required-Stop:
# Should-Start:
# Should-Stop:
# Default-Start:
# Default-Stop:
# Short-Description: Script to unload and load WIFI modules
# Description: Used to load and unload WIFI modules. There is
#
#
#
wifi
mountall
mountall
S
0 1 6
longer any need to run this script on bootup
because module ipw3945 don't run propierly on boot.