So the steps are:
- Download the Broadcom drivers: http://www.broadcom.com/support/802.11/linux_sta.php
- Unpack and modify the ‘src/wl/sys/wl_linux.c‘:
Line 35 (after #include) add:
#include < linux/sched.h > - Compile the code with: make
- Copy the new driver: sudo mv wl.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless
- Update dependencies: sudo depmod -a
- Modify the blacklist to include the ‘b43′ and ’ssb’ drivers /etc/modprobe.d/blacklist.conf (Add below the bcm43xx blacklist)
- Modify the /etc/rc.local to include before the exit(0): rmmod ssb
- modprobe wl
You will notice at bottom right corner of the desktop, network manager started detecting the wireless networks available in your area...Connect to your Home Network by giving security key...
Happy browsing...
Hi, I am a complete newbie,(like 3 hrs new..) and the only thing I understood from your post was "Download the Broadcom drivers." Is there anyway you could"dumb down" the rest of it? I don't want to be tied to this cord anymore....
ReplyDeleteOh and maybe you could help me with another problem. I can't seem to type in the terminal - nothing registers when it asks me for my password which I found out is normal, but even though I type my password in and press enter, it still tells me there is an error, and then after a few tries, the type turns to red. What am I doing wrong?