Richard Jonsson wrote: > flipping switch a few times, led unchanged > [ 1534.770048] b43-phy0: Radio hardware status changed to ENABLED > [ 1550.778511] b43-phy0: Radio hardware status changed to DISABLED > [ 1562.783474] b43-phy0: Radio hardware status changed to ENABLED > [ 1565.788237] b43-phy0: Radio hardware status changed to DISABLED
This sounds like an rfkill/led configuration problem. In your .config, you should have CONFIG_MAC80211_LEDS=y CONFIG_RFKILL=m CONFIG_RFKILL_INPUT=m CONFIG_RFKILL_LEDS=y CONFIG_B43_LEDS=y CONFIG_B43_RFKILL=y I think those are all the configuration parameters relating to operation of the LED. If you had the problem related to the HP recall, your interface wouldn't show up in the lspci output. It might be intermittent. Furthermore, if it were present at boot time so that b43 got loaded, and then disappeared, the kernel would abort with the "caps lock" light flashing at 1 Hz. If Linus's latest git still has the problem, please do a bisection. I had a problem with interrupt routing on my other laptop, which kept it from booting. That problem is now fixed. I thought it only affected the PCMCIA bridges, but there could have been other side affects. I built other kernels in the 2.6.25-git sequence, but never booted any of them till this morning. Larry _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
