I'm running Xubuntu 13.10 on a Compaq Presario V2000 with a BRCM 4318 wireless card. When I turn it on Xubuntu doesn't attempt to search for wireless networks, instead saying the ethernet is offline. I have installed b43-fwcutter and the drivers from the install media. What can I do to make Xubuntu attempt to connect?
Asked
Active
Viewed 9,735 times
0
1 Answers
2
Please get a temporary wired ethernet connect, open a terminal and do:
sudo apt-get remove --purge bcmwl-kernel-source
sudo apt-get install linux-firmware-nonfree
Detach the ethernet, reboot and tell us if it's working.

chili555
- 60,188
-
-
Now the package is called
firmware-b43-installer
instead oflinux-firmware-nonfree
. – Pilot6 Feb 22 '16 at 18:08
steve@steve-Presario-V2000-EX657UA-ABA:~$ lspci -nn | grep 0280 05:02.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02) steve@steve-Presario-V2000-EX657UA-ABA:~$ lsmod | grep -e wl-e b43 grep: b43: No such file or directory
Also worth noting I have no "enable wifi" option in the network indicator. – purple112 Dec 23 '13 at 02:304161817 1 lib80211
14040 1 wlcfg80211
401436 1 wl`
– purple112 Dec 23 '13 at 18:48