sudo apt-get install ndiswrapper-utils-1.9 ndiswrapper-commondownload these drivers, bcmwl5 drivers, extract them to a folder then do this:
cd /path/to/driversand it should work. To get it working at every boot download this script (written by me) and copy the contents of the pastebin script into text editor and save it as Wireless.sh, then follow the instructions below.
sudo ndiswrapper -i bcmwl5.inf
sudo ndiswrapper -m
sudo modprobe -r b43
sudo modprobe -r ssb
sudo modprobe -r ndiswrapper
sudo modprobe ndiswrapper
sudo cp /path to script/Wireless.sh /etc/init.d/Wireless.sh
sudo chmod 755 /etc/init.d/Wireless.sh
update-rc.d Wireless.sh defaults
**Remember: change "/path to script/" to where you have the items saved**
***Installing via apt-get requires an internet connection, such as ethernet***
****each line is one command, so copy and paste it so 1 line is one command****
No comments:
Post a Comment