The guide that you are using is missing some information for the Broadcom 4311 card.
You can try the following to see if it will work with you have done so far (in the Terminal):
Code:
sudo modprobe -r b43 ssb ndiswrapper wl
sudo modprobe ndiswrapper
sudo iwlist scan
If this works then you need to post the results of the following so that we can make it permanent:
Code:
cat /etc/modprobe.d/blacklist|grep -e b43 -e ssb -e ndiswrapper -e wl
cat /etc/modules|grep -e b43 -e ssb -e ndiswrapper -e wl
If it does not work, please post the results of the following:
Code:
lsb-release
uname -a
ndiswrapper -v
ndiswrapper -l
lshw -C network
We need some information about what version of Ubuntu you are using along with which version of ndiswrapper you are using and what you have loaded into ndiswrapper.
Bookmarks