Wireless BCM4311 not detected

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.
sundial40

Wireless BCM4311 not detected

Post by sundial40 »

I finally trashed Windows on this machine and installed Mint (Mate) 16. Every thing went well but it is not detecting my wifi chips. I ran mintwifi and got the following result but cannot understand it and more importantly, what am I to do to get the wifi working?
Results from mintwifi:
paul@paul-Presario-C500-RZ342UA-ABA ~ $ mintwifi
-------------------------
* I. scanning WIFI PCI devices...
-- Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)
==> PCI ID = 14e4:4311 (rev 01)
-------------------------
* II. querying ndiswrapper...
-------------------------
* III. querying iwconfig...
lo no wireless extensions.

eth0 no wireless extensions.

-------------------------
* IV. querying ifconfig...
eth0 Link encap:Ethernet HWaddr 00:16:d4:c5:d8:ea
inet addr:192.168.1.4 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::216:d4ff:fec5:d8ea/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:40296 errors:0 dropped:0 overruns:0 frame:0
TX packets:40798 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:33052906 (33.0 MB) TX bytes:8374772 (8.3 MB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:4479 errors:0 dropped:0 overruns:0 frame:0
TX packets:4479 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:453026 (453.0 KB) TX bytes:453026 (453.0 KB)

-------------------------
* V. querying DHCP...
-------------------------
* VI. querying nslookup google.com...
Server: 192.168.1.1
Address: 192.168.1.1#53

Non-authoritative answer:
Name: google.com
Address: 74.125.226.40
Name: google.com
Address: 74.125.226.37
Name: google.com
Address: 74.125.226.36
Name: google.com
Address: 74.125.226.46
Name: google.com
Address: 74.125.226.41
Name: google.com
Address: 74.125.226.38
Name: google.com
Address: 74.125.226.35
Name: google.com
Address: 74.125.226.39
Name: google.com
Address: 74.125.226.33
Name: google.com
Address: 74.125.226.34
Name: google.com
Address: 74.125.226.32
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.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Wireless BCM4311 not detected

Post by JeremyB »

sundial40 wrote:I finally trashed Windows on this machine and installed Mint (Mate) 16. Every thing went well but it is not detecting my wifi chips. I ran mintwifi and got the following result but cannot understand it and more importantly, what am I to do to get the wifi working?
Results from mintwifi:

Code: Select all

paul@paul-Presario-C500-RZ342UA-ABA ~ $ mintwifi
-------------------------
* I. scanning WIFI PCI devices...
  -- Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)
      ==> PCI ID = 14e4:4311 (rev 01)
-------------------------
* II. querying ndiswrapper...
-------------------------
* III. querying iwconfig...
lo        no wireless extensions.

eth0      no wireless extensions.

-------------------------
* IV. querying ifconfig...
eth0      Link encap:Ethernet  HWaddr 00:16:d4:c5:d8:ea  
          inet addr:192.168.1.4  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::216:d4ff:fec5:d8ea/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:40296 errors:0 dropped:0 overruns:0 frame:0
          TX packets:40798 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:33052906 (33.0 MB)  TX bytes:8374772 (8.3 MB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:4479 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4479 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:453026 (453.0 KB)  TX bytes:453026 (453.0 KB)

-------------------------
* V. querying DHCP...
-------------------------
* VI. querying nslookup google.com...
Server:		192.168.1.1
Address:	192.168.1.1#53

Non-authoritative answer:
Name:	google.com
Address: 74.125.226.40
Name:	google.com
Address: 74.125.226.37
Name:	google.com
Address: 74.125.226.36
Name:	google.com
Address: 74.125.226.46
Name:	google.com
Address: 74.125.226.41
Name:	google.com
Address: 74.125.226.38
Name:	google.com
Address: 74.125.226.35
Name:	google.com
Address: 74.125.226.39
Name:	google.com
Address: 74.125.226.33
Name:	google.com
Address: 74.125.226.34
Name:	google.com
Address: 74.125.226.32
Consider using Linux Mint 17 as there is only about a month of support left for Linux Mint 16
This is reported to work in most cases

Code: Select all

sudo apt-get install linux-firmware-nonfree
sundial40

Re: Wireless BCM4311 not detected

Post by sundial40 »

I ran the code offered " sudo apt-get install linux-firmware-nonfree " and it loaded something to my system but I have no idea what it is or how it can restore my wireless capability. Please explain.
User avatar
kc1di
Level 18
Level 18
Posts: 8180
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Wireless BCM4311 not detected

Post by kc1di »

sundial40 wrote:I ran the code offered " sudo apt-get install linux-firmware-nonfree " and it loaded something to my system but I have no idea what it is or how it can restore my wireless capability. Please explain.
It's the driver firmware need by the BCM 4311 wireless card to make it work.
you'll need to reboot or issue the following command in a terminal to see if it works:

Code: Select all

sudo modeprobe b43
Wait a minute and check wireless.

if the command returns any errors post them here.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
sundial40

Re: Wireless BCM4311 not detected

Post by sundial40 »

John, thnaks for the quick response. I ran the code suggested and got the following result.
"paul@paul-Presario-C500-RZ342UA-ABA ~ $ sudo modeprobe b43
[sudo] password for paul:
sudo: modeprobe: command not found
paul@paul-Presario-C500-RZ342UA-ABA ~ $ "
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Wireless BCM4311 not detected

Post by JeremyB »

sundial40 wrote:John, thnaks for the quick response. I ran the code suggested and got the following result.
"paul@paul-Presario-C500-RZ342UA-ABA ~ $ sudo modeprobe b43
[sudo] password for paul:
sudo: modeprobe: command not found
paul@paul-Presario-C500-RZ342UA-ABA ~ $ "
kc1di typo, command is

Code: Select all

sudo modprobe b43
User avatar
kc1di
Level 18
Level 18
Posts: 8180
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Wireless BCM4311 not detected

Post by kc1di »

Thanks JeremyB , it was a typo. :(
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
sundial40

Re: Wireless BCM4311 not detected

Post by sundial40 »

I corrected the typo and ran it again, modprobe b43. It asks for my PW then just sits there and is doing nothing. I am leaving running but see not activity on screen or any activity on the HD. Any suggestions? I finally tried to shut the system down but it would not shut down. It just goes to the MINT LOGO and stops there with no evident action on the HD or on screen. To shut it off, I had to pull the plug.
Any thoughts?
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Wireless BCM4311 not detected

Post by JeremyB »

sundial40 wrote:I corrected the typo and ran it again, modprobe b43. It asks for my PW then just sits there and is doing nothing. I am leaving running but see not activity on screen or any activity on the HD. Any suggestions? I finally tried to shut the system down but it would not shut down. It just goes to the MINT LOGO and stops there with no evident action on the HD or on screen. To shut it off, I had to pull the plug.
Any thoughts?
Most likely a driver that was installed caused a problem,

Code: Select all

lsmod
sundial40

Re: Wireless BCM4311 not detected

Post by sundial40 »

Ran lsmod and got the following: What do I do now?

paul@paul-Presario-C500-RZ342UA-ABA ~ $ lsmod
Module Size Used by
ssb 71283 1
hp_wmi 13702 0
coretemp 13195 0
sparse_keymap 13708 1 hp_wmi
joydev 17097 0
parport_pc 31981 0
bnep 18893 2
ppdev 17391 0
rfcomm 53664 0
bluetooth 323534 10 bnep,rfcomm
wl 4161817 1
snd_hda_codec_conexant 47377 1
snd_hda_intel 42658 3
snd_hda_codec 164003 2 snd_hda_codec_conexant,snd_hda_intel
snd_hwdep 13272 1 snd_hda_codec
snd_pcm 89488 2 snd_hda_codec,snd_hda_intel
dm_multipath 22402 0
microcode 18830 0
snd_page_alloc 14230 2 snd_pcm,snd_hda_intel
lib80211 14040 1 wl
snd_seq_midi 13132 0
scsi_dh 14458 1 dm_multipath
psmouse 90642 0
cfg80211 401436 1 wl
snd_seq_midi_event 14475 1 snd_seq_midi
snd_rawmidi 25094 1 snd_seq_midi
snd_seq 55383 2 snd_seq_midi_event,snd_seq_midi
lpc_ich 16864 0
serio_raw 13189 0
snd_seq_device 14137 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer 24447 2 snd_pcm,snd_seq
snd 60790 16 snd_hwdep,snd_timer,snd_hda_codec_conexant,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
soundcore 12600 1 snd
mac_hid 13037 0
lp 13299 0
parport 40795 3 lp,ppdev,parport_pc
dm_mirror 21715 0
dm_region_hash 15984 1 dm_mirror
dm_log 18072 2 dm_region_hash,dm_mirror
hid_generic 12492 0
usbhid 47361 0
hid 87192 2 hid_generic,usbhid
i915 paul@paul-Presario-C500-RZ342UA-ABA ~ $ lsmod
Module Size Used by
ssb 71283 1
hp_wmi 13702 0
coretemp 13195 0
sparse_keymap 13708 1 hp_wmi
joydev 17097 0
parport_pc 31981 0
bnep 18893 2
ppdev 17391 0
rfcomm 53664 0
bluetooth 323534 10 bnep,rfcomm
wl 4161817 1
snd_hda_codec_conexant 47377 1
snd_hda_intel 42658 3
snd_hda_codec 164003 2 snd_hda_codec_conexant,snd_hda_intel
snd_hwdep 13272 1 snd_hda_codec
snd_pcm 89488 2 snd_hda_codec,snd_hda_intel
dm_multipath 22402 0
microcode 18830 0
snd_page_alloc 14230 2 snd_pcm,snd_hda_intel
lib80211 14040 1 wl
snd_seq_midi 13132 0
scsi_dh 14458 1 dm_multipath
psmouse 90642 0
cfg80211 401436 1 wl
snd_seq_midi_event 14475 1 snd_seq_midi
snd_rawmidi 25094 1 snd_seq_midi
snd_seq 55383 2 snd_seq_midi_event,snd_seq_midi
lpc_ich 16864 0
serio_raw 13189 0
snd_seq_device 14137 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer 24447 2 snd_pcm,snd_seq
snd 60790 16 snd_hwdep,snd_timer,snd_hda_codec_conexant,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
soundcore 12600 1 snd
mac_hid 13037 0
lp 13299 0
parport 40795 3 lp,ppdev,parport_pc
dm_mirror 21715 0
dm_region_hash 15984 1 dm_mirror
dm_log 18072 2 dm_region_hash,dm_mirror
hid_generic 12492 0
usbhid 47361 0
hid 87192 2 hid_generic,usbhid
i915 589697 2
i2c_algo_bit 13197 1 i915
drm_kms_helper 46867 1 i915
ahci 25579 2
libahci 26554 1 ahci
8139too 32530 0
8139cp 27038 0
mii 13654 2 8139cp,8139too
drm 242354 3 i915,drm_kms_helper
wmi 18590 1 hp_wmi
video 18777 1 i915
paul@paul-Presario-C500-RZ342UA-ABA ~ $
589697 2
i2c_algo_bit 13197 1 i915
drm_kms_helper 46867 1 i915
ahci 25579 2
libahci 26554 1 ahci
8139too 32530 0
8139cp 27038 0
mii 13654 2 8139cp,8139too
drm 242354 3 i915,drm_kms_helper
wmi 18590 1 hp_wmi
video 18777 1 i915
paul@paul-Presario-C500-RZ342UA-ABA ~ $
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Wireless BCM4311 not detected

Post by JeremyB »

I bet wl module is the problem, so

Code: Select all

sudo modprobe -rv wl
and

Code: Select all

sudo modprobe b43
might fix it. If it is fixed the wl module will need to be blacklisted
sundial40

Re: Wireless BCM4311 not detected

Post by sundial40 »

Thanks for the response. I ran the code suggested and got the following. What next?

sudo modprobe -rv wl
FATAL: Module wl is in use.
User avatar
kc1di
Level 18
Level 18
Posts: 8180
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Wireless BCM4311 not detected

Post by kc1di »

you need to remove the wl driver and make sure b43 is not black listed.

You can remove the wl driver in synaptic search for bcmwl-kernel-source (if it's installed mark for complete removal and remove it.
now in a terminal type

Code: Select all

sudo gedit
(i'm assuming your using cinnamon desktop - If not replace gedit with your favorite text editor)
when that comes up navigate to

Code: Select all

 /etc/modprobe.d/blacklist.conf

check to make sure b43 is not blacklisted (if it's there place a # sign in front of that line or simply delete it from the list) and add wl to the list of those blacklisted. Also make sure ssb is not blacklisted.
when that is done,
in a terminal type:

Code: Select all

modprobe b43
wait a minute or reboot and see if wireless is working.
good luck.

Note: a little explanation: WL is the sta driver for broadcom wireless cards and works well with some of them, but not yours. b43 is another driver which works with your card but the two drivers conflict with each other and can't be installed on the same system at the same time.
you may also be able to install and uninstall these driver using the mint driver management tool found in the system menu.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
sundial40

Re: Wireless BCM4311 not detected

Post by sundial40 »

I was able to remove bcmwl using synaptic, but when I tried to see if b 43 was blacklisted I got the following response:
paul@paul-Presario-C500-RZ342UA-ABA ~ $ /etc/modprobe.d/blacklist.conf
bash: /etc/modprobe.d/blacklist.conf: Permission denied
User avatar
kc1di
Level 18
Level 18
Posts: 8180
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Wireless BCM4311 not detected

Post by kc1di »

sundial40 wrote:I was able to remove bcmwl using synaptic, but when I tried to see if b 43 was blacklisted I got the following response:
paul@paul-Presario-C500-RZ342UA-ABA ~ $ /etc/modprobe.d/blacklist.conf
bash: /etc/modprobe.d/blacklist.conf: Permission denied
you have to open the edit in root mode.
from a terminal

Code: Select all

sudo gedit 
give your password when asked.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Wireless BCM4311 not detected

Post by JeremyB »

Run this in terminal and post the results back

Code: Select all

 wget -N -t 5 -T 10 http://dl.dropbox.com/u/57264241/wireless_script && chmod +x wireless_script && ./wireless_script
It is a nice script that helps diagnose wireless issues, was made by a few posters on the ubuntu forum
sundial40

Re: Wireless BCM4311 not detected

Post by sundial40 »

Ran the script code:

########## wireless info START ##########

##### release #####

Distributor ID: LinuxMint
Description: Linux Mint 16 Petra
Release: 16
Codename: petra

##### kernel #####

Linux paul-Presario-C500-RZ342UA-ABA 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:12:00 UTC 2013 i686 i686 i686 GNU/Linux

##### lspci #####

06:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
Subsystem: Hewlett-Packard Company BCM4311 802.11b/g Wireless LAN Controller [103c:1363]
Kernel driver in use: wl
08:08.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
Subsystem: Hewlett-Packard Company Device [103c:30a5]
Kernel driver in use: 8139too

##### lsusb #####

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 03f0:041d Hewlett-Packard
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

##### PCMCIA Card Info #####

##### rfkill #####

0: hp-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no

##### lsmod #####

ssb 71283 1
wl 4161817 1
lib80211 14040 1 wl
cfg80211 401436 1 wl

##### iw reg get #####

country 00:
(2402 - 2472 @ 40), (3, 20)
(2457 - 2482 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS
(2474 - 2494 @ 20), (3, 20), NO-OFDM, PASSIVE-SCAN, NO-IBSS
(5170 - 5250 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS
(5735 - 5835 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS

##### interfaces #####

# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

##### iwconfig #####

##### route #####

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0

##### resolv.conf #####

nameserver 127.0.1.1

##### nm-tool #####

NetworkManager Tool

State: connected (global)

- Device: eth0 [Wired connection 1] -------------------------------------------
Type: Wired
Driver: 8139too
State: connected
Default: yes
HW Address: <MAC address removed>

Capabilities:
Carrier Detect: yes
Speed: 100 Mb/s

Wired Properties
Carrier: on

IPv4 Settings:
Address: 192.168.1.6
Prefix: 24 (255.255.255.0)
Gateway: 192.168.1.1

DNS: 192.168.1.1

##### NetworkManager.state #####

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
WimaxEnabled=true

##### NetworkManager.conf #####

[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq

[ifupdown]
managed=false

##### iwlist #####

##### iwlist channel #####

##### modinfo #####

filename: /lib/modules/3.11.0-12-generic/kernel/drivers/ssb/ssb.ko
license: GPL
description: Sonics Silicon Backplane driver
srcversion: 78379A0109AF2689B4F6028
alias: pci:v000014E4d00004350sv*sd*bc*sc*i*
alias: pci:v000014E4d0000432Csv*sd*bc*sc*i*
alias: pci:v000014E4d0000432Bsv*sd*bc*sc*i*
alias: pci:v000014E4d00004329sv*sd*bc*sc*i*
alias: pci:v000014E4d00004328sv*sd*bc*sc*i*
alias: pci:v000014E4d00004325sv*sd*bc*sc*i*
alias: pci:v000014E4d00004324sv*sd*bc*sc*i*
alias: pci:v000014E4d0000A8D6sv*sd*bc*sc*i*
alias: pci:v000014E4d00004322sv*sd*bc*sc*i*
alias: pci:v000014E4d00004321sv*sd*bc*sc*i*
alias: pci:v000014E4d00004320sv*sd*bc*sc*i*
alias: pci:v000014E4d00004319sv*sd*bc*sc*i*
alias: pci:v000014A4d00004318sv*sd*bc*sc*i*
alias: pci:v000014E4d00004318sv*sd*bc*sc*i*
alias: pci:v000014E4d00004315sv*sd*bc*sc*i*
alias: pci:v000014E4d00004312sv*sd*bc*sc*i*
alias: pci:v000014E4d00004311sv*sd*bc*sc*i*
alias: pci:v000014E4d00004307sv*sd*bc*sc*i*
alias: pci:v000014E4d00004306sv*sd*bc*sc*i*
alias: pci:v000014E4d00004301sv*sd*bc*sc*i*
depends:
intree: Y
vermagic: 3.11.0-12-generic SMP mod_unload modversions 686

##### modules #####

lp

##### blacklist #####

[/etc/modprobe.d/blacklist-ath_pci.conf]
blacklist ath_pci

[/etc/modprobe.d/blacklist.conf]
blacklist evbug
blacklist usbmouse
blacklist usbkbd
blacklist eepro100
blacklist de4x5
blacklist eth1394
blacklist snd_intel8x0m
blacklist snd_aw2
blacklist i2c_i801
blacklist prism54
blacklist bcm43xx
blacklist garmin_gps
blacklist asus_acpi
blacklist snd_pcsp
blacklist pcspkr
blacklist amd76x_edac

##### udev rules #####

# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

##### dmesg #####

[ 18.609431] wl: module license 'MIXED/Proprietary' taints kernel.
[ 18.677927] wl driver 6.30.223.141 (r415941) failed with code 21
[ 18.678105] Modules linked in: wl(POF+) snd_hda_codec_conexant snd_hda_intel snd_hda_codec snd_hwdep(F) snd_pcm(F) dm_multipath(F) microcode(F+) snd_page_alloc(F) lib80211 snd_seq_midi(F) scsi_dh(F) psmouse(F) cfg80211 snd_seq_midi_event(F) snd_rawmidi(F) snd_seq(F) lpc_ich serio_raw(F) snd_seq_device(F) snd_timer(F) snd(F) soundcore(F) mac_hid lp(F) parport(F) dm_mirror(F) dm_region_hash(F) dm_log(F) hid_generic usbhid hid i915 i2c_algo_bit drm_kms_helper ahci(F) libahci(F) 8139too(F) 8139cp(F) mii(F) drm wmi video(F)
[ 18.678945] EIP is at wl_cfg80211_detach+0xca/0xd0 [wl]
[ 18.679563] [<f92ae3c3>] wl_free_if.isra.12+0x23/0xa0 [wl]
[ 18.679658] [<f92aea68>] wl_free+0x78/0x260 [wl]
[ 18.679878] [<f9530581>] wl_pci_probe+0x568/0xfe7 [wl]
[ 18.680004] [<f9530017>] wl_module_init+0x17/0x19 [wl]
[ 18.680004] EIP: [<f92b532a>] wl_cfg80211_detach+0xca/0xd0 [wl] SS:ESP 0068:f37dfbc0
[ 44.492101] Modules linked in: hp_wmi coretemp sparse_keymap joydev(F) parport_pc(F) bnep ppdev(F) rfcomm bluetooth wl(POF+) snd_hda_codec_conexant snd_hda_intel snd_hda_codec snd_hwdep(F) snd_pcm(F) dm_multipath(F) microcode(F) snd_page_alloc(F) lib80211 snd_seq_midi(F) scsi_dh(F) psmouse(F) cfg80211 snd_seq_midi_event(F) snd_rawmidi(F) snd_seq(F) lpc_ich serio_raw(F) snd_seq_device(F) snd_timer(F) snd(F) soundcore(F) mac_hid lp(F) parport(F) dm_mirror(F) dm_region_hash(F) dm_log(F) hid_generic usbhid hid i915 i2c_algo_bit drm_kms_helper ahci(F) libahci(F) 8139too(F) 8139cp(F) mii(F) drm wmi video(F)
[ 44.652112] Modules linked in: hp_wmi coretemp sparse_keymap joydev(F) parport_pc(F) bnep ppdev(F) rfcomm bluetooth wl(POF+) snd_hda_codec_conexant snd_hda_intel snd_hda_codec snd_hwdep(F) snd_pcm(F) dm_multipath(F) microcode(F) snd_page_alloc(F) lib80211 snd_seq_midi(F) scsi_dh(F) psmouse(F) cfg80211 snd_seq_midi_event(F) snd_rawmidi(F) snd_seq(F) lpc_ich serio_raw(F) snd_seq_device(F) snd_timer(F) snd(F) soundcore(F) mac_hid lp(F) parport(F) dm_mirror(F) dm_region_hash(F) dm_log(F) hid_generic usbhid hid i915 i2c_algo_bit drm_kms_helper ahci(F) libahci(F) 8139too(F) 8139cp(F) mii(F) drm wmi video(F)
[ 44.852120] Modules linked in: hp_wmi coretemp sparse_keymap joydev(F) parport_pc(F) bnep ppdev(F) rfcomm bluetooth wl(POF+) snd_hda_codec_conexant snd_hda_intel snd_hda_codec snd_hwdep(F) snd_pcm(F) dm_multipath(F) microcode(F) snd_page_alloc(F) lib80211 snd_seq_midi(F) scsi_dh(F) psmouse(F) cfg80211 snd_seq_midi_event(F) snd_rawmidi(F) snd_seq(F) lpc_ich serio_raw(F) snd_seq_device(F) snd_timer(F) snd(F) soundcore(F) mac_hid lp(F) parport(F) dm_mirror(F) dm_region_hash(F) dm_log(F) hid_generic usbhid hid i915 i2c_algo_bit drm_kms_helper ahci(F) libahci(F) 8139too(F) 8139cp(F) mii(F) drm wmi video(F)
[ 45.004160] Modules linked in: hp_wmi coretemp sparse_keymap joydev(F) parport_pc(F) bnep ppdev(F) rfcomm bluetooth wl(POF+) snd_hda_codec_conexant snd_hda_intel snd_hda_codec snd_hwdep(F) snd_pcm(F) dm_multipath(F) microcode(F) snd_page_alloc(F) lib80211 snd_seq_midi(F) scsi_dh(F) psmouse(F) cfg80211 snd_seq_midi_event(F) snd_rawmidi(F) snd_seq(F) lpc_ich serio_raw(F) snd_seq_device(F) snd_timer(F) snd(F) soundcore(F) mac_hid lp(F) parport(F) dm_mirror(F) dm_region_hash(F) dm_log(F) hid_generic usbhid hid i915 i2c_algo_bit drm_kms_helper ahci(F) libahci(F) 8139too(F) 8139cp(F) mii(F) drm wmi video(F)
[ 48.140140] Modules linked in: hp_wmi coretemp sparse_keymap joydev(F) parport_pc(F) bnep ppdev(F) rfcomm bluetooth wl(POF+) snd_hda_codec_conexant snd_hda_intel snd_hda_codec snd_hwdep(F) snd_pcm(F) dm_multipath(F) microcode(F) snd_page_alloc(F) lib80211 snd_seq_midi(F) scsi_dh(F) psmouse(F) cfg80211 snd_seq_midi_event(F) snd_rawmidi(F) snd_seq(F) lpc_ich serio_raw(F) snd_seq_device(F) snd_timer(F) snd(F) soundcore(F) mac_hid lp(F) parport(F) dm_mirror(F) dm_region_hash(F) dm_log(F) hid_generic usbhid hid i915 i2c_algo_bit drm_kms_helper ahci(F) libahci(F) 8139too(F) 8139cp(F) mii(F) drm wmi video(F)
[ 51.676163] Modules linked in: hp_wmi coretemp sparse_keymap joydev(F) parport_pc(F) bnep ppdev(F) rfcomm bluetooth wl(POF+) snd_hda_codec_conexant snd_hda_intel snd_hda_codec snd_hwdep(F) snd_pcm(F) dm_multipath(F) microcode(F) snd_page_alloc(F) lib80211 snd_seq_midi(F) scsi_dh(F) psmouse(F) cfg80211 snd_seq_midi_event(F) snd_rawmidi(F) snd_seq(F) lpc_ich serio_raw(F) snd_seq_device(F) snd_timer(F) snd(F) soundcore(F) mac_hid lp(F) parport(F) dm_mirror(F) dm_region_hash(F) dm_log(F) hid_generic usbhid hid i915 i2c_algo_bit drm_kms_helper ahci(F) libahci(F) 8139too(F) 8139cp(F) mii(F) drm wmi video(F)
[ 57.328106] Modules linked in: hp_wmi coretemp sparse_keymap joydev(F) parport_pc(F) bnep ppdev(F) rfcomm bluetooth wl(POF+) snd_hda_codec_conexant snd_hda_intel snd_hda_codec snd_hwdep(F) snd_pcm(F) dm_multipath(F) microcode(F) snd_page_alloc(F) lib80211 snd_seq_midi(F) scsi_dh(F) psmouse(F) cfg80211 snd_seq_midi_event(F) snd_rawmidi(F) snd_seq(F) lpc_ich serio_raw(F) snd_seq_device(F) snd_timer(F) snd(F) soundcore(F) mac_hid lp(F) parport(F) dm_mirror(F) dm_region_hash(F) dm_log(F) hid_generic usbhid hid i915 i2c_algo_bit drm_kms_helper ahci(F) libahci(F) 8139too(F) 8139cp(F) mii(F) drm wmi video(F)
[ 4520.324094] Modules linked in: ssb(+) hp_wmi coretemp sparse_keymap joydev(F) parport_pc(F) bnep ppdev(F) rfcomm bluetooth wl(POF+) snd_hda_codec_conexant snd_hda_intel snd_hda_codec snd_hwdep(F) snd_pcm(F) dm_multipath(F) microcode(F) snd_page_alloc(F) lib80211 snd_seq_midi(F) scsi_dh(F) psmouse(F) cfg80211 snd_seq_midi_event(F) snd_rawmidi(F) snd_seq(F) lpc_ich serio_raw(F) snd_seq_device(F) snd_timer(F) snd(F) soundcore(F) mac_hid lp(F) parport(F) dm_mirror(F) dm_region_hash(F) dm_log(F) hid_generic usbhid hid i915 i2c_algo_bit drm_kms_helper ahci(F) libahci(F) 8139too(F) 8139cp(F) mii(F) drm wmi video(F)
[26727.568114] Modules linked in: ssb(+) hp_wmi coretemp sparse_keymap joydev(F) parport_pc(F) bnep ppdev(F) rfcomm bluetooth wl(POF+) snd_hda_codec_conexant snd_hda_intel snd_hda_codec snd_hwdep(F) snd_pcm(F) dm_multipath(F) microcode(F) snd_page_alloc(F) lib80211 snd_seq_midi(F) scsi_dh(F) psmouse(F) cfg80211 snd_seq_midi_event(F) snd_rawmidi(F) snd_seq(F) lpc_ich serio_raw(F) snd_seq_device(F) snd_timer(F) snd(F) soundcore(F) mac_hid lp(F) parport(F) dm_mirror(F) dm_region_hash(F) dm_log(F) hid_generic usbhid hid i915 i2c_algo_bit drm_kms_helper ahci(F) libahci(F) 8139too(F) 8139cp(F) mii(F) drm wmi video(F)
[32590.216123] Modules linked in: ssb(+) hp_wmi coretemp sparse_keymap joydev(F) parport_pc(F) bnep ppdev(F) rfcomm bluetooth wl(POF+) snd_hda_codec_conexant snd_hda_intel snd_hda_codec snd_hwdep(F) snd_pcm(F) dm_multipath(F) microcode(F) snd_page_alloc(F) lib80211 snd_seq_midi(F) scsi_dh(F) psmouse(F) cfg80211 snd_seq_midi_event(F) snd_rawmidi(F) snd_seq(F) lpc_ich serio_raw(F) snd_seq_device(F) snd_timer(F) snd(F) soundcore(F) mac_hid lp(F) parport(F) dm_mirror(F) dm_region_hash(F) dm_log(F) hid_generic usbhid hid i915 i2c_algo_bit drm_kms_helper ahci(F) libahci(F) 8139too(F) 8139cp(F) mii(F) drm wmi video(F)
[36922.940109] Modules linked in: ssb(+) hp_wmi coretemp sparse_keymap joydev(F) parport_pc(F) bnep ppdev(F) rfcomm bluetooth wl(POF+) snd_hda_codec_conexant snd_hda_intel snd_hda_codec snd_hwdep(F) snd_pcm(F) dm_multipath(F) microcode(F) snd_page_alloc(F) lib80211 snd_seq_midi(F) scsi_dh(F) psmouse(F) cfg80211 snd_seq_midi_event(F) snd_rawmidi(F) snd_seq(F) lpc_ich serio_raw(F) snd_seq_device(F) snd_timer(F) snd(F) soundcore(F) mac_hid lp(F) parport(F) dm_mirror(F) dm_region_hash(F) dm_log(F) hid_generic usbhid hid i915 i2c_algo_bit drm_kms_helper ahci(F) libahci(F) 8139too(F) 8139cp(F) mii(F) drm wmi video(F)
[44693.748669] [<f8d27e33>] ssb_pcihost_register+0x33/0x40 [ssb]
[44693.748677] [<f8d32083>] b43_pci_ssb_bridge_init+0xd/0xf8a [ssb]
[44693.748685] [<f8d3205e>] ssb_modinit+0x5e/0x76 [ssb]
[45868.540121] Modules linked in: ssb(+) hp_wmi coretemp sparse_keymap joydev(F) parport_pc(F) bnep ppdev(F) rfcomm bluetooth wl(POF+) snd_hda_codec_conexant snd_hda_intel snd_hda_codec snd_hwdep(F) snd_pcm(F) dm_multipath(F) microcode(F) snd_page_alloc(F) lib80211 snd_seq_midi(F) scsi_dh(F) psmouse(F) cfg80211 snd_seq_midi_event(F) snd_rawmidi(F) snd_seq(F) lpc_ich serio_raw(F) snd_seq_device(F) snd_timer(F) snd(F) soundcore(F) mac_hid lp(F) parport(F) dm_mirror(F) dm_region_hash(F) dm_log(F) hid_generic usbhid hid i915 i2c_algo_bit drm_kms_helper ahci(F) libahci(F) 8139too(F) 8139cp(F) mii(F) drm wmi video(F)

########## wireless info END ############
sundial40

Re: Wireless BCM4311 not detected

Post by sundial40 »

I should have added that I tried to access the Blacklist, but could not. See the following:
paul@paul-Presario-C500-RZ342UA-ABA ~ $ /etc/modprobe.d/blacklist.conf
bash: /etc/modprobe.d/blacklist.conf: Permission denied
paul@paul-Presario-C500-RZ342UA-ABA ~ $ sudo /etc/modprobe.d/blacklist.conf
[sudo] password for paul:
sudo: /etc/modprobe.d/blacklist.conf: command not found
paul@paul-Presario-C500-RZ342UA-ABA ~ $
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Re: Wireless BCM4311 not detected

Post by JeremyB »

sundial40 wrote:I should have added that I tried to access the Blacklist, but could not. See the following:
paul@paul-Presario-C500-RZ342UA-ABA ~ $ /etc/modprobe.d/blacklist.conf
bash: /etc/modprobe.d/blacklist.conf: Permission denied
paul@paul-Presario-C500-RZ342UA-ABA ~ $ sudo /etc/modprobe.d/blacklist.conf
[sudo] password for paul:
sudo: /etc/modprobe.d/blacklist.conf: command not found
paul@paul-Presario-C500-RZ342UA-ABA ~ $
The blacklisted modules are listed in the wireless script results. I am at work so I hope kc1di has time to help you
User avatar
kc1di
Level 18
Level 18
Posts: 8180
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Wireless BCM4311 not detected

Post by kc1di »

Ok I don't see b43 in the scipts blacklist, So you should be all set.


The script you ran says that wl is still loading.
try this again

Code: Select all

modprobe -rv wl
then

Code: Select all

modprobe b43
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
Locked

Return to “Networking”