Mansour wrote: > I am still unable to get it to work. That's what I did : > downloaded the firmware for version 3 from > http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0.o > Then I compiled and installed > http://linuxwireless.org/download/bcm43xx/fwcutter/bcm43xx-fwcutter.tar.bz2 > > Then I installed the extracte using the command: > > bcm43xx-fwcutter -w /lib/firmware/ wl_apsta-3.130.20.0.o > > now that's what I getting: > dmesg | tail -n 11 > > IPv6 over IPv4 tunneling driver > sit0: Disabled Privacy Extensions > b43-phy0 debug: Adding Interface type 2 > b43-phy0 ERROR: YOUR FIRMWARE IS TOO OLD. Firmware from binary drivers > older than version 4.x is unsupported. You must upgrade your firmware files. > b43-phy0 debug: Adding Interface type 2 > b43-phy0 ERROR: Microcode not responding > b43-phy0 debug: Adding Interface type 2 > b43-phy0 ERROR: YOUR FIRMWARE IS TOO OLD. Firmware from binary drivers > older than version 4.x is unsupported. You must upgrade your firmware files. > b43-phy0 debug: Adding Interface type 2 > b43-phy0 ERROR: Microcode not responding > eth0: no IPv6 routers present
Between the previous message and this one, you switched from bcm43xx to b43. The b43 driver needs V4 firmware that is installed with b43-fwcutter, not bcm43xx-fwcutter. That is explained on the web site you were given earlier. Larry _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
