pc-os2008v2 Ubuntu 8.04.1
Kernel: 2.6.24-19-generic i686
02:03.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev3)
Broadcom does NOT support Linux with drivers for the bcm43xx wireless devices so I must
use a Windows driver. I have successfully installed this driver on other distro's using these commands. It does not work on pc-os. From root in terminal I did the following:
rmmod bcm43xx
- Code: Select all
ERROR: Module bcm43xx does not exist in /proc/modules
I put add "blacklist bcm43xx" (without quotes) at bottom of /etc/modprobe.d/blacklist
I cd'd to location of bcmwl5.inf (Windows driver) and entered:
ndiswrapper -i bcmwl5.inf
ndiswrapper -l
- Code: Select all
bcmwl5 : driver installed
device (14E4:4320) present (alternate driver: ssb)
modprobe ndiswrapper
ndiswrapper -m
- Code: Select all
module configuration already contains alias directive
...because I had already done the foregoing. The first time it ran no error was reported.
Rebooted but wireless does NOT work.
What should I do?
---
Bob
