En Ubuntu 9.04 (Jaunty Jackalope) se está sufriendo el bloqueo total del sistema al descargar el módulo iwl3945.
El escenario para reproducir este error es el siguiente:
sudo -s
– tarjeta wifi:
lspci -vnvn | grep Wireless0c:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection [8086:4222] (rev 02)
– kernel:
uname -aLinux chewe 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 GNU/Linux
– módulo:
lsmod | grep iwiwl3945
– acción:
modprobe -r iwl3945
Resultado: Bloqueo total del sistema operativo.
Solución:
– Aplicar el siguiente parche: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/345710/comments/3
– Otra posible solución más rápida sería desactivar la interfaz antes de descargar el módulo y volver a levantarla después:
ifconfig wlan0 down modprobe -r iwl3945