ANTECEDENTES
Wifi integrado del portátil Dell Latitude D600. NO es libre
SOLUCIÓN
(Todo como root)
http://wiki.debian.org/ipw2200
1. Editamos las fuentes:
nano /etc/apt/sources.list
2. Anyadir al final de la linea 'non-free'
3. Instalar paquetes:
aptitude install firmware-ipw2x00 wireless-tools
4. Seleccionar 'Aceptar' y pulsar 'enter'
5. Seleccionar 'Sí' y pulsar 'enter'
6. Quitar y volver a cargar el módulo:
modprobe -r ipw2200 && modprobe ipw2200
7. Probar:
iwconfig
Debería aparecer la interfax wlan0. Si no, reiniciar y probar el paso 5