On Tue, 2008-06-24 at 05:37 +0200, Michał Kudła wrote: > laptok ~ # cat /sys/bus/pci/drivers/iwl4965/0000\:04\:00.0/rfkill > \:rfkill1/state > 0 > laptok ~ # echo "1"> /sys/bus/pci/drivers/iwl4965/0000\:04 > \:00.0/rfkill\:rfkill1/state > laptok ~ # iwconfig wlan0 txpower on > laptok ~ # /etc/init.d/net.wlan0 restart > * Service net.wlan0 starting > Failed to configure wireless for wlan0 > [ !! ] * ERROR: net.wlan0 failed to start Looks like the wireless config scripts in your distro did something (probably txpower off) to disable the SW radio. Can you try the following commands after wlan0 restart? $ cat /sys/bus/pci/drivers/iwl4965/0000\:04\:00.0/rfkill\:rfkill1/state $ echo 1 > /sys/bus/pci/drivers/iwl4965/0000\:04\:00.0/rfkill \:rfkill1/state $ ifconfig wlan0 up Thanks, -yi -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html