On Wednesday 30 May 2007 22:07:29 Markus Rothe wrote: > Hello, > > I'm trying to use bcm43xx_mac80211 module from wireless-dev git > (checked out today). Unfortunately I've some problems. The device is > not recognized. I cannot "ifconfig ethx up" for example. > > From dmesg: > > [...] > ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x04, vendor 0x4243) > ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x05, vendor 0x4243) > ssb: Core 2 found: PCMCIA (cc 0x80D, rev 0x02, vendor 0x4243) > ssb: Core 3 found: V90 (cc 0x807, rev 0x02, vendor 0x4243) > ssb: Core 4 found: PCI (cc 0x804, rev 0x09, vendor 0x4243) > ssb: Switching to ChipCommon core, index 0 > ssb: Switching to PCI core, index 4 > ssb: Sonics Silicon Backplane found on PCI device 0000:02:03.0 > bcm43xx_mac80211: Broadcom 4306 WLAN found > ssb: Switching to IEEE 802.11 core, index 1 > bcm43xx_mac80211: Found PHY: Analog 2, Type 2, Revision 2 > bcm43xx_mac80211: Found Radio: Manuf 0x17F, Version 0x2050, Revision 2 > bcm43xx_mac80211: Radio turned off > wmaster0: Failed to select rate control algorithm > wmaster0: Failed to initialize rate control algorithm > bcm43xx_mac80211: probe of ssb0:0 failed with error -2 > > $ lsmod > Module Size Used by > snd_pcm_oss 32160 0 > snd_mixer_oss 12928 2 snd_pcm_oss > snd_seq_oss 24960 0 > snd_seq_device 5384 1 snd_seq_oss > snd_seq_midi_event 5504 1 snd_seq_oss > snd_seq 37168 4 snd_seq_oss,snd_seq_midi_event > nvidia 4539476 12 > bcm43xx_mac80211 382688 0 > mac80211 114692 1 bcm43xx_mac80211 > cfg80211 12936 1 mac80211 > snd_intel8x0 26140 1 > snd_ac97_codec 87456 1 snd_intel8x0 > ac97_bus 2048 1 snd_ac97_codec > snd_pcm 52232 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec > snd_timer 15364 2 snd_seq,snd_pcm > snd_page_alloc 7176 2 snd_intel8x0,snd_pcm
You must load the rate control algorithm module rc80211-simple, for example. -- Greetings Michael. _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
