Install BCM94311MCG wlan mini-PCI Ubuntu 7.10
This is howto install driver “BCM94311MCG wlan mini-PCI” in my notebook, Compaq Presario V3422TU (V3000 Series)
- First step, you must uninstall ndiswrapper & bcm43xx-fwcutter
- Add bcm43xx to the /etc/modprobe.d/blacklist file
- Reboot
- Download driver for BCM94311MCG wlan mini-PCI here ( if this link expire or not found, you can contact me
) - Install ndiswrapper from source :
- Install windows driver (BCM94311MCG wlan mini-PCI) with ndiswrapper
- Reboot
sudo apt-get remove ndiswrapper-common ndiswrapper-utils-1.9
sudo apt-get remove bcm43xx-fwcutter
sudo vim /etc/modprobe.d/blacklist
add this line “blacklist bcm43xx” (without “”)
tar -xzvf WLANBroadcom.tar.gz
move the folder WLANBroadcom to your home directory
mv WLANBroadcom/ /home/yourname/
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install linux-headers-`uname -r`
sudo ln -s /usr/src/linux-`uname -r` /lib/modules/`uname -r`/build
mkdir -p ~/bcm43xx/ndiswrapper
cd ~/bcm43xx/ndiswrapper
sudo wget http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-1.49.tar.gz
tar xvzf ndiswrapper-1.49.tar.gz
cd ndiswrapper*
make distclean
make
sudo make install
cd /home/yourname/WLANBroadcom/
sudo ndiswrapper -i bcmwl5.inf
ndiswrapper -lsudo vim /etc/modules
add this line “ndiswrapper” (without “”)sudo modprobe ndiswrapper
sudo ndiswrapper -m
Reference here
Update :
Recommended using the ndiswrapper newest version ![]()
http://sourceforge.net/project/showfiles.php?group_id=93482
About this entry
You’re currently reading “Install BCM94311MCG wlan mini-PCI Ubuntu 7.10,” an entry on localhost
- Published:
- 11.20.07 / 7am
- Category:
- Linux
107 Comments
Jump to comment form | comments rss [?] | trackback uri [?]