I successfully moved my desktop from Mandriva to Mageia a while ago, and decided it was time to do the laptop as well.
Unfortunately I ran into the Broadcom wireless driver problem that has exercised several other forum members.
I first came across this post, and did the following:
- Code: Select all
wget http://mirror2.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2
tar xf broadcom-wl-4.150.10.5.tar.bz2
cd broadcom-wl-4.150.10.5/driver
su
b43-fwcutter -w /lib/firmware wl_apsta_mimo.o
modprobe b43
That didn't work, when I went to set up a wireless connection, it complained of missing files.
I then foundthis posting, and tried:
- Code: Select all
urpmi dkms-broadcom-wl
echo blacklist brcm80211 >> /etc/modprobe.d/blacklist-mga
Success - the system recognised the Broadcom wireless on eth1 ... BUT ... it cannot see any wireless networks!
The obvious things: yes, the router is on, wireless is running. If I reboot into windows, all is well. Have I broken it in some way by running the first bit of code, and if so, how do I reverse it? Or is there something else I've missed?
Many thanks,
Quartz.