Comment 36 for bug 730215

Revision history for this message
Mohegan (jack-mohegan) wrote :

The two patch work !

For those who want test it, I did this commands :
-> git clone git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
-> wget https://bugs.launchpad.net/ubuntu/+source/linux/+bug/730215/+attachment/2027094/+files/0002-linux-firmware-Removed-codeversion-from-brcm-firmwar.patch
-> wget https://bugs.launchpad.net/ubuntu/+source/linux/+bug/730215/+attachment/2027123/+files/0003-linux-firmware-updated-firmware-for-BCM4313-BCM43224.patch
-> cd linux-firmware
-> git am ../0002-linux-firmware-Removed-codeversion-from-brcm-firmwar.patch
-> git am ../0003-linux-firmware-updated-firmware-for-BCM4313-BCM43224.patch
-> sudo rm /lib/firmware/brcm/bcm43*
-> sudo cp brcm/* /lib/firmware/brcm/
-> sudo modprobe -r brcm80211
-> sudo modprobe brcm80211

I will test the brcm80211 all the day and say if it work or not.