One of the things I did is put the v3 firmware in /lib/firmware only I renamed the files from *.fw to *.fw3.fw I then can do modprobe bcm43xx fwpostfix=".fw3" to load the bcm43xx module with the old firmware.

put all v3 firmware files in /lib/firmware/v3
# cd /lib/firmware/v3
# ls -C1 *.fw | awk -F\. '{print $1}' | xargs -i$ cp $.fw $.fw3.fw
# mv *.fw3.fw /lib/firmware/

Ehud

Larry Finger wrote:
Did you switch back to V3 firmware? Check dmesg for any diagnostic messages.

Larry
_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to