Bug 605395

Summary: Wireless NIC Broadcom BCM43224 isn't recognized
Product: [Fedora] Fedora Reporter: joshua
Component: kernelAssignee: John W. Linville <linville>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: anton, dougsland, ferrazrafael, gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda, massix, rs, sgruszka
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-06-18 13:40:37 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
lspci -vvv output on the macbook pro
none
sosreport
none
dmidecode output none

Description joshua 2010-06-17 20:24:20 UTC
Created attachment 424931 [details]
lspci -vvv output on the macbook pro

Description of problem:

Brand New Macbook Pro, wireless NIC doesn't work


Version-Release number of selected component (if applicable):

F13 x86_64, kernel package kernel-2.6.33.5-124.fc13.x86_64


Attached is lspci -vvv output

Comment 1 joshua 2010-06-17 20:26:08 UTC
Created attachment 424933 [details]
sosreport

Comment 2 joshua 2010-06-17 20:29:20 UTC
Created attachment 424935 [details]
dmidecode output

Comment 3 Stanislaw Gruszka 2010-06-17 21:13:05 UTC
Broadcom Corporation BCM43224. Linux b43 does not support it. Not sure when such support will be added to driver.

As workaround you may try http://www.broadcom.com/support/802.11/linux_sta.php

Comment 4 Rafael Louback Ferraz 2010-07-30 15:09:30 UTC
rpmfusion have this driver pre-compiled (works here for my BCM43224)

Comment 5 Robert Story 2010-08-20 04:19:54 UTC
for the next person who ends up here trying to get this chip to work, the rpmfusion package to install is broadcom-wl.. the 'modprobe wl' and you should be off and running...

Comment 6 Massimo Di Primio 2010-08-20 12:42:08 UTC
Just to add something that I consider interesting.

Following is the content of file /etc/udev/rules.d/70-persistent-net.rules :


SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:26:b9:eb:6e:3e", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

My BCM43224 is now recognized and works perfectly, although I have a dual boot system and it appears the BCM43224 is not recognized by FC13 after having rebooted from a Windows 7 session; it seems it is recognized perfectly only after a complete power cycle. Perhaps it's a firmware initialization problem?