Broadcom Wireless Driver does not work

All Gurus once were Newbies
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read this

Broadcom Wireless Driver does not work

Postby Raz0r on Wed Apr 18, 2012 1:52 pm

Hi guys,

my wlan driver isn't working

Output on lspci
03:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)


Output on iwconfig
lo no wireless extensions.

eth0 no wireless extensions.



Then i tried to figure out how to fix this and found that tutorial
http://wiki.debian.org/wl

Now i have this in my additional drivers

Image

But my wlan still won't work so what I am doing wrong?
Raz0r
Level 1
Level 1
 
Posts: 17
Joined: Fri Apr 06, 2012 1:47 pm

Linux Mint is funded by ads and donations.
 

Re: Broadcom Wireless Driver does not work

Postby TBABill on Wed Apr 18, 2012 5:11 pm

Did you restart? If not, open a terminal and
Code: Select all
sudo modprobe wl
Wait a few then try again to connect.
TBABill
Level 6
Level 6
 
Posts: 1192
Joined: Wed Dec 30, 2009 1:02 pm
Location: Leonardtown, MD

Re: Broadcom Wireless Driver does not work

Postby Raz0r on Thu Apr 19, 2012 6:46 am

I did it already.
Raz0r
Level 1
Level 1
 
Posts: 17
Joined: Fri Apr 06, 2012 1:47 pm

Re: Broadcom Wireless Driver does not work

Postby Clawinus on Thu Apr 19, 2012 12:39 pm

I found the solution in another thread. You find it by searching the Newbie for the words: precious & sudo.
Good luck!
Clawinus
Level 2
Level 2
 
Posts: 51
Joined: Wed Mar 14, 2012 10:08 am

Re: Broadcom Wireless Driver does not work

Postby Clawinus on Thu Apr 19, 2012 1:12 pm

I found the solution in another thread. You find it by searching the Newbie for the words: precious & sudo.
Good luck!
Clawinus
Level 2
Level 2
 
Posts: 51
Joined: Wed Mar 14, 2012 10:08 am

Re: Broadcom Wireless Driver does not work

Postby Raz0r on Fri Apr 20, 2012 10:57 am

Didn't work for me. Still no solution. Btw my wireless does not even show up in network.
Raz0r
Level 1
Level 1
 
Posts: 17
Joined: Fri Apr 06, 2012 1:47 pm

Re: Broadcom Wireless Driver does not work

Postby AlbertP on Fri Apr 20, 2012 11:47 am

Please uninstall the STA driver again.

Then please run this from terminal:
Code: Select all
gksudo gedit /etc/modprobe.d/blacklist.conf

Please add this on a blank line:
Code: Select all
blacklist b43

Then please save and reboot.
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
AlbertP
Level 15
Level 15
 
Posts: 5862
Joined: Sun Jan 30, 2011 12:38 pm
Location: The Netherlands

Re: Broadcom Wireless Driver does not work

Postby Raz0r on Fri Apr 20, 2012 12:13 pm

So now I have to install the driver again?
Raz0r
Level 1
Level 1
 
Posts: 17
Joined: Fri Apr 06, 2012 1:47 pm

Re: Broadcom Wireless Driver does not work

Postby AlbertP on Fri Apr 20, 2012 4:18 pm

No. Please don't install that driver again; by blacklisting b43 you should have out-of-the-box wifi without needing to install the STA again.
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
AlbertP
Level 15
Level 15
 
Posts: 5862
Joined: Sun Jan 30, 2011 12:38 pm
Location: The Netherlands

Re: Broadcom Wireless Driver does not work

Postby TBABill on Fri Apr 20, 2012 9:24 pm

OP, can you post the output of "lsmod" in a terminal? That's LSMOD in lowercase and it lists your active drivers. Curious if you possibly have bcma active and wl at the same time causing a conflict. I've seen others with a BCM4313 with an issue like that so you may need to also blacklist bcma in addition to the b43 AlbertP suggested above. Process is the same. Only do so if you see bcma and wl active in your lsmod output.
TBABill
Level 6
Level 6
 
Posts: 1192
Joined: Wed Dec 30, 2009 1:02 pm
Location: Leonardtown, MD

Re: Broadcom Wireless Driver does not work

Postby Raz0r on Sat Apr 21, 2012 6:35 am

Nothing changed with the blacklist. I tried installing it again but still no solution.

Here is the output of lsmod
Module Size Used by
bnep 18436 2
rfcomm 47946 0
bluetooth 166112 10 bnep,rfcomm
parport_pc 36962 0
ppdev 17113 0
ip6t_LOG 16974 4
xt_hl 12521 6
ip6t_rt 12558 3
nf_conntrack_ipv6 13906 7
nf_defrag_ipv6 13368 1 nf_conntrack_ipv6
ipt_REJECT 12576 1
ipt_LOG 12919 5
xt_limit 12711 12
xt_tcpudp 12603 26
xt_addrtype 12713 4
xt_state 12578 14
ip6table_filter 12815 1
ip6_tables 27864 3 ip6t_LOG,ip6t_rt,ip6table_filter
binfmt_misc 17540 1
nf_conntrack_netbios_ns 12665 0
nf_conntrack_broadcast 12589 1 nf_conntrack_netbios_ns
nf_nat_ftp 12704 0
nf_nat 25890 1 nf_nat_ftp
nf_conntrack_ipv4 19716 9 nf_nat
nf_defrag_ipv4 12729 1 nf_conntrack_ipv4
nf_conntrack_ftp 13452 1 nf_nat_ftp
nf_conntrack 82342 8 nf_conntrack_ipv6,xt_state,nf_conntrack_netbios_ns,nf_conntrack_broadcast,nf_nat_ftp,nf_nat,nf_conntrack_ipv4,nf_conntrack_ftp
iptable_filter 12810 1
ip_tables 27473 1 iptable_filter
x_tables 29846 13 ip6t_LOG,xt_hl,ip6t_rt,ipt_REJECT,ipt_LOG,xt_limit,xt_tcpudp,xt_addrtype,xt_state,ip6table_filter,ip6_tables,iptable_filter,ip_tables
uvcvideo 72711 0
videodev 93004 1 uvcvideo
v4l2_compat_ioctl32 17083 1 videodev
rts5139 351143 0
snd_hda_codec_hdmi 32040 5
snd_hda_codec_realtek 330769 1
joydev 17693 0
wl 2568210 0
snd_seq_midi 13324 0
snd_rawmidi 30547 1 snd_seq_midi
snd_seq_midi_event 14899 1 snd_seq_midi
snd_seq 61896 2 snd_seq_midi,snd_seq_midi_event
snd_seq_device 14540 3 snd_seq_midi,snd_rawmidi,snd_seq
snd_hda_intel 33390 3
snd_hda_codec 104802 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 13668 1 snd_hda_codec
snd_pcm 96755 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_timer 29991 2 snd_seq,snd_pcm
acer_wmi 23948 0
nouveau 728662 0
i915 566711 3
ttm 76805 1 nouveau
drm_kms_helper 42558 2 nouveau,i915
drm 236330 6 nouveau,i915,ttm,drm_kms_helper
mei 41480 0
lib80211 14991 1 wl
mxm_wmi 12979 1 nouveau
snd 68266 16 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_rawmidi,snd_seq,snd_seq_device,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore 12680 1 snd
wmi 19256 2 acer_wmi,mxm_wmi
psmouse 73882 0
i2c_algo_bit 13423 2 nouveau,i915
serio_raw 13166 0
bcma 20219 0
snd_page_alloc 18529 2 snd_hda_intel,snd_pcm
ideapad_laptop 13871 0
sparse_keymap 13890 2 acer_wmi,ideapad_laptop
video 19412 2 nouveau,i915
lp 17799 0
parport 46562 3 parport_pc,ppdev,lp
usbhid 47198 0
hid 95463 1 usbhid
ahci 26002 2
libahci 26861 1 ahci
r8169 52788 0


To be honest I don't know anything about networking on Linux I never had an issue using a wireless card till now.
So both are in so I'm gonna blacklist that bcma

Edit: bcma is still there huh?

This might be helpful either

rfkill list
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: acer-wireless: Wireless LAN
Soft blocked: yes
Hard blocked: no
Raz0r
Level 1
Level 1
 
Posts: 17
Joined: Fri Apr 06, 2012 1:47 pm

Re: Broadcom Wireless Driver does not work

Postby TBABill on Sat Apr 21, 2012 7:51 pm

A couple things to try. First, open a terminal and
Code: Select all
sudo rfkill unblock all
That may allow you to use the wireless. I also see you have both bcma and wl active. If the first attempt does not help, then try to remove bcma from being active without modifying the system. Just
Code: Select all
sudo modprobe -r bcma wl
Then
Code: Select all
sudo modprobe wl
Wait a few moments and see if you can connect. If that works and you can connect, then you need to make it permanent. To blacklist the bcma, just
Code: Select all
gksudo gedit /etc/modprobe.d/blacklist.conf
Add "bcma" without quotes to the end of the list, save and restart.
TBABill
Level 6
Level 6
 
Posts: 1192
Joined: Wed Dec 30, 2009 1:02 pm
Location: Leonardtown, MD

Re: Broadcom Wireless Driver does not work

Postby Raz0r on Sun Apr 22, 2012 4:29 am

The Problem is still the same bcma still shows up in lsmod even if in blacklist.conf.
Edit: After using sudo modprobe wl I can see my wireless but I am not able to activate it via the slider it simply resets. After rebooting it also disappears again.
iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

eth1 IEEE 802.11 Access Point: Not-Associated
Link Quality:5 Signal level:0 Noise level:0
Rx invalid nwid:0 invalid crypt:0 invalid misc:0


rfkill list
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: acer-wireless: Wireless LAN
Soft blocked: yes
Hard blocked: no
3: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no


And this might be the reason why it doesn't work.

iwlist scan
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

eth1 Interface doesn't support scanning.
Raz0r
Level 1
Level 1
 
Posts: 17
Joined: Fri Apr 06, 2012 1:47 pm

Re: Broadcom Wireless Driver does not work

Postby AlbertP on Sun Apr 22, 2012 10:11 am

Please purge the wl / STA driver. It didn't work for you. Then please remove the file /etc/modprobe.d/blacklist-bcm43.conf and blacklist b43. Then you should have brcmsmac loaded (in lsmod). If not, please try sudo modprobe brcmsmac. You also need bcma that way so please don't blacklist it.
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
AlbertP
Level 15
Level 15
 
Posts: 5862
Joined: Sun Jan 30, 2011 12:38 pm
Location: The Netherlands

Re: Broadcom Wireless Driver does not work

Postby Raz0r on Sun Apr 22, 2012 11:47 am

K finished that. I found out that using iwlist scan as root gives me that
eth1 Failed to read scan data : Invalid argument
Raz0r
Level 1
Level 1
 
Posts: 17
Joined: Fri Apr 06, 2012 1:47 pm

Re: Broadcom Wireless Driver does not work

Postby AlbertP on Sun Apr 22, 2012 11:50 am

@Raz0r: if you get eth1 in your iwlist instead of wlan0, you're still using the STA (aka wl) driver. Please purge that driver (apt purge bcmwl-kernel-source) as I told you in my last post.
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
AlbertP
Level 15
Level 15
 
Posts: 5862
Joined: Sun Jan 30, 2011 12:38 pm
Location: The Netherlands

Re: Broadcom Wireless Driver does not work

Postby Raz0r on Sun Apr 22, 2012 12:15 pm

Exactly that what i typed in. Still eth1.
Raz0r
Level 1
Level 1
 
Posts: 17
Joined: Fri Apr 06, 2012 1:47 pm

Re: Broadcom Wireless Driver does not work

Postby AlbertP on Sun Apr 22, 2012 12:29 pm

Please run this in terminal and post the output:
Code: Select all
lshw -C network

Note that it'll take some time before the output appears.
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
AlbertP
Level 15
Level 15
 
Posts: 5862
Joined: Sun Jan 30, 2011 12:38 pm
Location: The Netherlands

Re: Broadcom Wireless Driver does not work

Postby Raz0r on Sun Apr 22, 2012 1:16 pm

So first of all iwlist scan now shows my network on eth1 after using (slider still keeps resetting / closing connection):

sudo modprobe -r bcma wl
sudo modprobe wl


This is the output;
lshw -C network
*-network DISABLED
description: Wireless interface
product: BCM4313 802.11b/g/n Wireless LAN Controller
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth1
version: 01
serial: 64:27:37:01:50:82
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=5.100.82.38 latency=0 multicast=yes wireless=IEEE 802.11
resources: irq:17 memory:f1900000-f1903fff
*-network
description: Ethernet interface
product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:04:00.0
logical name: eth0
version: 05
serial: f0:de:f1:b1:ad:43
size: 100Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl_nic/rtl8105e-1.fw ip=192.168.2.116 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:41 ioport:2000(size=256) memory:f1804000-f1804fff memory:f1800000-f1803fff
Raz0r
Level 1
Level 1
 
Posts: 17
Joined: Fri Apr 06, 2012 1:47 pm

Re: Broadcom Wireless Driver does not work

Postby AlbertP on Sun Apr 22, 2012 1:25 pm

It says driver=wl0 at the wireless. You still have some kind of Broadcom STA ("wl") driver installed. Perhaps you manually compiled it?
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
AlbertP
Level 15
Level 15
 
Posts: 5862
Joined: Sun Jan 30, 2011 12:38 pm
Location: The Netherlands

Linux Mint is funded by ads and donations.
 
Next

Return to Newbie Questions

Who is online

Users browsing this forum: Bing [Bot], chipbuster and 14 guests