Marcin Kosiba wrote: > > ok, my bad - had the wrong firmware version up there (seems as though the > error messages are shown in dmesg only if I load the module manually - if it > is loaded on startup they probably go somewhere else..)
They are always in dmesg on my system. > bcm43xx: Radio turned off > bcm43xx: Radio turned off For the benefit of others that might read this. The above "Radio turned off" message just means that the driver has gotten the radio into a known state and is waiting for the user to bring the interface "up". > bcm43xx: PHY connected > bcm43xx: Microcode rev 0xf5, pl 0x5a (2003-12-22 20:11:25) > bcm43xx: Radio turned on > bcm43xx: Radio enabled by hardware This message reports the state of the "radio enable switch". If the card does not have such a switch, the driver always reports that it is enabled, as is the case here. As you can see, the firmware must be loaded before this message appears. > bcm43xx: Chip initialized > bcm43xx: 30-bit DMA initialized > bcm43xx: Keys cleared > bcm43xx: Selected 802.11 core (phytype 2) Larry _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
