It's not a kernel module problem, it's clearly the firmware that is missing. B43 devs: please help, how does the driver determine the location of the firmware?
On 3/4/08, Francois Schauber <[EMAIL PROTECTED]> wrote: > yep i also tried this one. Is there a way ton know where is looking at ? > Maybe i forgot to install a kernel module, i don't see someone else in the > same case.. > > 2008/3/4, Stefanik Gábor <[EMAIL PROTECTED]>: > > > > I accidentally sent this message to Francois directly, rather than the > > mailing list. Here is it reposted on the list. (I don't know how "That > cle" > > got in the message.) > > > > ---------- Forwarded message ---------- > > From: Stefanik Gábor <[EMAIL PROTECTED]> > > Date: Mon, Mar 3, 2008 at 11:50 PM > > Subject: Re: b4306 issues with b43legacy > > To: Francois Schauber <[EMAIL PROTECTED]> > > > > > > Try extracting to /lib/firmware/`uname -r` (cd there to see if it exists, > > if not, mkdir it - it will not actually be called "`uname -r`", but " > > 2.6.24..." the version of your kernel). Ubuntu tends to put firmware > > there. Udev can't cause "unable to load firmware" errors. > > > > That cle > > > > > > On Mon, Mar 3, 2008 at 10:59 PM, Francois Schauber <[EMAIL PROTECTED]> > > wrote: > > > > > that's all i'have made, i made test with an other card, a Dlink with > > > RT61 driver, it's juste the same ! it's not a driver probem, someone > told me > > > it may be because of udev but i don't know. > > > > > > > > > 2008/3/3, Stefanik Gábor <[EMAIL PROTECTED]>: > > > > > > > B43legacy is a branch of b43 (not bcm43xx), so you will need > > > > b43-fwcutter, not bcm43xx-fwcutter. Same for the regular (non-legacy) > b43 > > > > driver. You need version 3 firmware for b43legacy, and version > 4.80(or > > > > 4.150 if you are on a 2.6.25 test kernel) for b43. Use version 011 of > > > > the fwcutter. > > > > > > > > On Mon, Mar 3, 2008 at 12:20 PM, Francois Schauber < > > > > [EMAIL PROTECTED]> wrote: > > > > > > > > > Hi, > > > > > > > > > > I'm working on a Efika powerpc card with a pci WMP54G card (BCM > > > > > 4306)j. I tried the 3 kernel drivers (b43xx, b43 & b43legacy). Only > the > > > > > b43legacy one seems to work with my card. > > > > > > > > > > lspci -vn : > > > > > > > > > > 00:18.0 0280: 14e4:4320 (rev 02) > > > > > Subsystem: 1737:0013 > > > > > Flags: bus master, fast devsel, latency 0, IRQ 16 > > > > > Memory at 80000000 (32-bit, non-prefetchable) [size=8K] > > > > > Capabilities: [40] Power Management version 2 > > > > > > > > > > modprobe b43legacy : > > > > > > > > > > b43legacy-phy0: Broadcom 4306 WLAN found > > > > > > > > > > dmesg : > > > > > b43legacy-phy0: Broadcom 4306 WLAN found > > > > > b43legacy-phy0 debug: Found PHY: Analog 1, Type 2, Revision 1 > > > > > b43legacy-phy0 debug: Found Radio: Manuf 0x17F, Version 0x2050, > > > > > Revision 2 > > > > > b43legacy-phy0 debug: Radio initialized > > > > > phy0: Selected rate control algorithm 'simple' > > > > > > > > > > > > > > > ifconfig : > > > > > > > > > > wlan0 Link encap:Ethernet HWaddr 00:0C:41:13:89:28 > > > > > BROADCAST MULTICAST MTU:1500 Metric:1 > > > > > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > > > > > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > > > > > collisions:0 txqueuelen:1000 > > > > > RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) > > > > > > > > > > wmaster0 Link encap:UNSPEC HWaddr 00-0C-41-13-89-28-10-0D-00-00 > > > > > -00-00-00-00-00-00 > > > > > BROADCAST MULTICAST MTU:1500 Metric:1 > > > > > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > > > > > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > > > > > collisions:0 txqueuelen:1000 > > > > > RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) > > > > > > > > > > > > > > > iwconfig : > > > > > > > > > > lo no wireless extensions. > > > > > > > > > > eth0 no wireless extensions. > > > > > > > > > > dummy0 no wireless extensions. > > > > > > > > > > tunl0 no wireless extensions. > > > > > > > > > > gre0 no wireless extensions. > > > > > > > > > > wmaster0 no wireless extensions. > > > > > > > > > > Warning: Driver for device wlan0 has been compiled with version 22 > > > > > of Wireless Extension, while this program supports up to version > 20. > > > > > Some things may be broken... > > > > > > > > > > wlan0 IEEE 802.11g ESSID:"" > > > > > Mode:Managed Channel:0 Access Point: Not-Associated > > > > > Tx-Power=0 dBm > > > > > Retry min limit:7 RTS thr:off Fragment thr=2346 B > > > > > Encryption key:off > > > > > Link Quality:0 Signal level:0 Noise level:0 > > > > > Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 > > > > > Tx excessive retries:0 Invalid misc:0 Missed beacon:0 > > > > > > > > > > > > > > > I also put the V3 firmware on /lib/firmware with b43-fwcutter but > > > > > it seems not to be found, when i try an ifconfig wlan0 up dmesg > gives me : > > > > > > > > > > b43legacy-phy0 ERROR: Firmware file "b43legacy/ucode4.fw" not found > > > > > or load failed. > > > > > b43legacy-phy0 ERROR: You must go to > > > > > http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and > > > > > download the correct firmware (version 3). > > > > > > > > > > I also tried to put it on /lib/hotplug/firmware, > /usr/lib/firmware, > > > > > /usr/lib/hotplug/firmware and it's juste the same ! > > > > > > > > > > Someone to help ? > > > > > thx, > > > > > Francois > > > > > > > > > > _______________________________________________ > > > > > Bcm43xx-dev mailing list > > > > > [email protected] > > > > > https://lists.berlios.de/mailman/listinfo/bcm43xx-dev > > > > > > > > > > > > > > > > > > > > > > -- > > > > Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-) > > > > > > > > > > > > > > > -- > > Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-) > > > > > > > > -- > > Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-) > > > > _______________________________________________ > > Bcm43xx-dev mailing list > > [email protected] > > https://lists.berlios.de/mailman/listinfo/bcm43xx-dev > > > > > -- Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-) _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
