possible bug in ssb/b43

2007-10-27 Thread evan foss
Hello all, After using bcm43xx for a long time (courtesy of Larry) on my compaq v3019us I though I would test the b43 so I go it from git last night. I used the current v4 firmware and the b43 driver seemed to load fine until it hit an error relating to ssb. I am using mac80211 not softmac and I tr

Change error message for failed rc module (was: possible bug in ssb/b43)

2007-10-27 Thread Michael Buesch
On Saturday 27 October 2007 23:56:39 evan foss wrote: > ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243) > ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243) > ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243) > ssb: Core 3 found: PCI-E (cc 0x820,

Re: Change error message for failed rc module (was: possible bug in ssb/b43)

2007-10-28 Thread Johannes Berg
> Please compile and load rc80211_simple. rc80211_simple is so little code, can't we just compile it into mac80211 module and make it configurable only for EMBEDDED? johannes signature.asc Description: This is a digitally signed message part ___ Bcm4

Re: Change error message for failed rc module (was: possible bug in ssb/b43)

2007-10-28 Thread Michael Buesch
On Sunday 28 October 2007 11:40:21 Johannes Berg wrote: > > > Please compile and load rc80211_simple. > > rc80211_simple is so little code, can't we just compile it into mac80211 > module and make it configurable only for EMBEDDED? Yep, great idea. Let's make this default. I will do a patch. --