Issues with Broadcom BCM4313 wireless chipset

You have a problem with Salix? Post here and we'll do what we can to help.
cm1967
Posts: 16
Joined: 30. Apr 2012, 12:58

Re: Issues with Broadcom BCM4313 wireless chipset

Post by cm1967 »

Code: Select all

Linux darkstar 3.3.6 #2 SMP Sun May 20 20:55:20 CEST 2012 x86_64 Intel(R) Core(TM) i3 CPU       M 370  @ 2.40GHz GenuineIntel GNU/Linux]

Code: Select all

12:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)

Code: Select all

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
Bus 002 Device 003: ID 046d:c52f Logitech, Inc. Wireless Mouse M305
Bus 002 Device 004: ID 0c45:6421 Microdia 
Bus 001 Device 004: ID 413c:8161 Dell Computer Corp. Integrated Keyboard
Bus 001 Device 005: ID 413c:8162 Dell Computer Corp. Integrated Touchpad [Synaptics]
Bus 001 Device 006: ID 413c:8160 Dell Computer Corp. Wireless 365 Bluetooth

Code: Select all

root[chad]# iwconfig
lo        no wireless extensions.
eth0      no wireless extensions.
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: Issues with Broadcom BCM4313 wireless chipset

Post by Shador »

OK, thank you. It says here that your driver is not (currently) supported by the b43 driver: http://linuxwireless.org/en/users/Drive ... ed_devices
Could you check whether your device id as reported by lspci -nn -d 14e4: (value in square brackets towards the end) matches this one:

Code: Select all

14e4:4727
Otherwise please post the line containing the device id as reported by lspci.

So that Salix wiki page about installing the firmware is of minor help to you.

But if the device id matches that driver could work: http://linuxwireless.org/en/users/Drivers/brcm80211
To load that driver manually run this as root:

Code: Select all

modprobe brcmsmac
If that doesn't work check the firmware directory with:

Code: Select all

ls -l /lib/firmware/brcm
and give me a listing of the installed kernel related packages:

Code: Select all

slapt-get -search '^kernel-'
EDIT: A first test whether that brcmsmac driver is working can be the output of iwconfig.
Image
Post Reply