How to get Broadcom BCM4318 working?

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
linuxmatt7

How to get Broadcom BCM4318 working?

Post by linuxmatt7 »

I need help on getting my Broadcom BCM4318 working in Linux Mint 12 Lisa. I install the firmware and driver software, and it still does nothing. Now it doesn't even show my Wireless in the settings. I need help fast.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Danko8321

Re: How to get Broadcom BCM4318 working?

Post by Danko8321 »

linuxmatt7 wrote:I need help on getting my Broadcom BCM4318 working in Linux Mint 12 Lisa. I install the firmware and driver software, and it still does nothing. Now it doesn't even show my Wireless in the settings. I need help fast.
Did it show wireless in the panel before? And, if so, why did you install it?

Also, please type this command in a terminal and paste the output here

Code: Select all

inxi -F
Cheers. Danko.
mister_lister

Re: How to get Broadcom BCM4318 working?

Post by mister_lister »

do the following in your "/home/*user*/downloads/" directory through terminal...

sudo apt-get install b43-fwcutter
wget http://mirror2.openwrt.org/sources/broa ... .5.tar.bz2
tar xf broadcom-wl-4.150.10.5.tar.bz2
cd broadcom-wl-4.150.10.5/driver
sudo b43-fwcutter -w /lib/firmware wl_apsta.o
modprobe b43


I edited as administrator the "/etc/modules" file and found that the "b43" module was in fact spelled in Upper Case letters ("B43), so I put the letter "B" in lower case and saved, it loads everytime, but you have to select your network.
Locked

Return to “Networking”