On 11/14/2009 04:42 PM, Larry Finger wrote: > On 11/14/2009 07:37 AM, Oncaphillis wrote: >>> So it seems to me it doesn't even reach the loading of p43.ko >>> but gets stuck in the cfg80211 layer. > > We can test that hypothesis. Generate a kernel without b43. Once it boots, > enter > the following commands as root: > > modprobe -v rfkill > modprobe -v cfg80211 > modprobe -v mac80211 > modprobe -v ssb
Hmm...works fine with the following dmesg: <snip> [ 490.563574] cfg80211: Using static regulatory domain info [ 490.563582] cfg80211: Regulatory domain: US [ 490.563588] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 490.563596] (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm) [ 490.563603] (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 490.563610] (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 490.563617] (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 490.563624] (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 490.563631] (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm) [ 490.567612] cfg80211: Calling CRDA for country: US [ 490.643438] cfg80211: Regulatory domain changed to country: US [ 490.643446] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 490.643455] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm) [ 490.643462] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm) [ 490.643469] (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 490.643476] (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 490.643483] (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 490.643490] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm) </snip> Even more surprising if I compile b43.ko separately afterwards and insert it via insmod it gets inserted without any failure, giving me [ 539.795403] Broadcom 43xx driver loaded [ Features: PL, Firmware-ID: FW13 ] but I don't see any wlan device. Next step I do is to offer a firmware file. <dialect value="austrian"> I'll be back </dialect> Sebastian > That will load the modules one by one. > > Larry > > > > _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
