My wireless connection does not work and I am getting the Wireless Firmware Missing notice in Network.
My machine is a Dell Inspiron 9100 and I am running Linux Mint Maya Cinamon
When I run lspci I get: (note: full lspci and lsmod posted below in case they are relevant)
02:03.0 Network controller: Broadcom Corporation BCM4306 802.11a/b/g (rev 03)
The mistake I made was to "sudo apt-get install firmware-b43-installer" which I realize now is the wrong firmware for BCM4306 but I am not 100% positive what the "right"firmware is or how to find out nor do I know how to un-install my mistake.
Can you please provide instructions on how best to proceed.
Thanks!
Ray
lspci:
- Code: Select all
00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
00:01.0 PCI bridge: Intel Corporation 82865G/PE/P AGP Bridge (rev 02)
00:06.0 System peripheral: Intel Corporation 82865G/PE/P Processor to I/O Memory Interface (rev 02)
00:1d.0 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
00:1d.3 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
00:1d.7 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
00:1f.6 Modem: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Modem Controller (rev 02)
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV350 [Mobility Radeon 9600 M10]
02:00.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 01)
02:01.0 CardBus bridge: Texas Instruments PCI4510 PC card Cardbus Controller (rev 02)
02:01.1 FireWire (IEEE 1394): Texas Instruments PCI4510 IEEE-1394 Controller
02:03.0 Network controller: Broadcom Corporation BCM4306 802.11a/b/g (rev 03)
lsmod:
- Code: Select all
Module Size Used by
bnep 17830 2
rfcomm 38139 0
bluetooth 158438 10 bnep,rfcomm
parport_pc 32114 0
ppdev 12849 0
binfmt_misc 17292 1
snd_intel8x0 33455 2
snd_ac97_codec 106082 1 snd_intel8x0
ac97_bus 12642 1 snd_ac97_codec
snd_pcm 80845 2 snd_intel8x0,snd_ac97_codec
joydev 17393 0
snd_seq_midi 13132 0
snd_rawmidi 25424 1 snd_seq_midi
snd_seq_midi_event 14475 1 snd_seq_midi
snd_seq 51567 2 snd_seq_midi,snd_seq_midi_event
arc4 12473 2
b43 342643 0
mac80211 436455 1 b43
snd_timer 28931 2 snd_pcm,snd_seq
snd_seq_device 14172 3 snd_seq_midi,snd_rawmidi,snd_seq
radeon 729591 3
ttm 65344 1 radeon
drm_kms_helper 45466 1 radeon
drm 197692 5 radeon,ttm,drm_kms_helper
pcmcia 39791 0
snd 62064 11 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
dell_laptop 13671 0
cfg80211 178679 2 b43,mac80211
dcdbas 14098 1 dell_laptop
bcma 25651 1 b43
soundcore 14635 1 snd
snd_page_alloc 14115 2 snd_intel8x0,snd_pcm
yenta_socket 27428 0
psmouse 87140 0
pcmcia_rsrc 18367 1 yenta_socket
serio_raw 13027 0
pcmcia_core 21511 3 pcmcia,yenta_socket,pcmcia_rsrc
irda 185517 0
video 19068 0
i2c_algo_bit 13199 1 radeon
crc_ccitt 12595 1 irda
mac_hid 13077 0
shpchp 32325 0
lp 17455 0
parport 40930 3 parport_pc,ppdev,lp
firewire_ohci 40180 0
b44 31412 0
firewire_core 56906 1 firewire_ohci
ssb 50691 2 b43,b44
crc_itu_t 12627 1 firewire_core



