You are not logged in.

#1 2009-10-27 16:14:43

djbon2112
Member
Registered: 2009-01-13
Posts: 1

Can't get Broadcom wireless card working

Hello everyone. First and foremost, I'm not a newbie to Linux, just to Arch, so I do kinda know what I'm doing wink

I've got my laptop with a Broadcom BCM4328. I followed the steps on the Wiki page to the letter, but I've got nothing: the wireless doesn't initialize, and I have no interface for the wireless. I've provided my output for a few commands below if it helps. I'm using the latest kernel as I just installed Arch today. Any suggestions would be greatly appreciated. smile

[joshua@W01-Zeus ~]$ lspci | grep Broadcom
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
0c:00.0 Network controller: Broadcom Corporation BCM4328 802.11a/b/g/n (rev 03)
[joshua@W01-Zeus ~]$ sudo modprobe wl
[joshua@W01-Zeus ~]$ lsmod | grep wl
wl                   1287680  0 
lib80211                7172  1 wl

Last edited by djbon2112 (2009-10-27 16:25:15)

Offline

#2 2009-10-27 16:17:44

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Can't get Broadcom wireless card working

i know there is a problem with broadcom-wl when is loaded after a module. i don't remember which one but i know that this information is in aur comments on the broadcom-wl package page.


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2009-10-27 16:28:37

ybotspawn
Member
From: Oz
Registered: 2008-04-06
Posts: 140

Re: Can't get Broadcom wireless card working

I think I also had to specifically block a module from loading.  Can you post your rc.conf? What happens when you run iwconfig -l? Are you using cli or some gui interface to try to connect to wireless networks?


"As long as people are going to call you a lunatic anyway,
why not get the benefit of it? It liberates you from convention. "

Offline

#4 2009-10-27 16:41:33

reed9
Member
Registered: 2008-06-12
Posts: 77

Re: Can't get Broadcom wireless card working

You probably need to blacklist the b43 driver.  Check the output and lsmod and see if it's loading.

Offline

#5 2009-10-27 17:20:08

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Can't get Broadcom wireless card working

the modules that i'm talking about are b43, b43legacy and ssb. but looking at your devices ssb is needed by b44(ethernet module).
your MODULES should look like this:

MODULES=(wl !b43 !b43legacy...)


not that wl is first in this array

Last edited by wonder (2009-10-27 17:20:32)


Give what you have. To someone, it may be better than you dare to think.

Offline

Board footer

Powered by FluxBB