On Wed, 2008-06-11 at 18:47 +0300, Maxim Levitsky wrote: > > I found why I can't reenable wireless with wireless button. > > It turns out that iwlwifi doesn't enable the wireless function after a > R/F kill switch was enabled ether by the button or explicitly. > > I bisected this to commit 5a66926aa9230810704fd5a127966215fd58881e > in linus tree. The card will receive an interrupt when you disable the rf kill switch anyway whatever the wireless function is enabled or not. So the driver will enable the wireless function again. Please check if the interface (wlan0) is up when you disable the rf kill switch later. If it is not, you have to bring it up manually (i.e. ifconfig wlan0 up) to enable the wireless function. Otherwise please provide the dmesg with debug=0x20000. 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