Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] BCM43225 with BRCM80211 driver
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
gannggstaz
n00b
n00b


Joined: 12 Dec 2010
Posts: 11
Location: USA

PostPosted: Mon Dec 31, 2012 5:50 am    Post subject: [SOLVED] BCM43225 with BRCM80211 driver Reply with quote

I am running a 64-bit environment and am trying to set up wifi. I have a laptop with a Broadcom wireless card
Code:
#lspci
...
02:00.0 Network Controller: Broadcom Corporation BCM43225 802.11b/g/n (rev 01)
...

I compiled a custom kernel and enabled the BRCM80211 modules. But when I load the "brcmsmac" module, ifconfig does not recognize a new network interface.

At the project page it says
Quote:
Does not support older PCI/PCIe chips with SSB backplane

Could this be the problem? I have SSB disabled in my kernel but honestly don't know what it is.


Last edited by gannggstaz on Mon Dec 31, 2012 8:04 pm; edited 1 time in total
Back to top
View user's profile Send private message
s4e8
Guru
Guru


Joined: 29 Jul 2006
Posts: 311

PostPosted: Mon Dec 31, 2012 6:06 am    Post subject: Reply with quote

You can trying to enable CONFIG_SSB and CONFIG_B43.
I used have a BCM43222 adapter, and I trying all of:
1. hacking CONFIG_SSB, CONFIG_B43, not working
2. broadcom-sta drier, not working
3. NDISWrapper, not working
No linux support at all. And windows support still unstable, sometimes won't find any 5G band APs.
Back to top
View user's profile Send private message
cach0rr0
Bodhisattva
Bodhisattva


Joined: 13 Nov 2008
Posts: 4123
Location: Houston, Republic of Texas

PostPosted: Mon Dec 31, 2012 6:47 am    Post subject: Reply with quote

brcmsmac does not appear to depend on CONFIG_SSB

Code:

 Symbol: BRCMSMAC [=n]
  │ Type  : tristate
  │ Prompt: Broadcom IEEE802.11n PCIe SoftMAC WLAN driver
  │   Defined at drivers/net/wireless/brcm80211/Kconfig:4
  │   Depends on: NETDEVICES [=y] && WLAN [=y] && MAC80211 [=m] && BCMA [=n]
  │   Location:
  │     -> Device Drivers
  │       -> Network device support (NETDEVICES [=y])
  │         -> Wireless LAN (WLAN [=y])
  │   Selects: BRCMUTIL [=n] && FW_LOADER [=y] && CRC_CCITT [=m] && CRC8 [=m] && CORDIC [=m]


got an lspci -n to look at so folks can double check?
_________________
Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash
Back to top
View user's profile Send private message
Gusar
Advocate
Advocate


Joined: 09 Apr 2005
Posts: 2665
Location: Slovenia

PostPosted: Mon Dec 31, 2012 10:35 am    Post subject: Reply with quote

Here we go again (why must this be repeated over and over?): Post dmesg output. Post kernel config. Do you have linux-firmware installed? Don't post those outputs directly here, use pastebin.

PS. Both b43 and brcmsmac support this chip. I'd say brcmsmac will do a better job, but depending on kernel config, one or the other driver will claim the card.
Back to top
View user's profile Send private message
gannggstaz
n00b
n00b


Joined: 12 Dec 2010
Posts: 11
Location: USA

PostPosted: Mon Dec 31, 2012 7:30 pm    Post subject: Reply with quote

Here is my kernel .config
http://pastebin.ca/2298376

my dmesg
http://pastebin.ca/2298378

lspci -n (the wireless adapter is the line that starts with 02;00.0)
http://pastebin.ca/2298379

and I did not have Linux-firmware installed, but while browsing through the dmesg output, that looks like the problem as it cannot locate certain firmware
Back to top
View user's profile Send private message
gannggstaz
n00b
n00b


Joined: 12 Dec 2010
Posts: 11
Location: USA

PostPosted: Mon Dec 31, 2012 8:04 pm    Post subject: Reply with quote

Installing linux-firmware fixed it, thank you for the help.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum