I 've been trying for the last three days to get my wireless card to work. I did a fresh install and updated the kernel to 2.6.22.1-27.fc7. I installed bcm43xx-fwcutter-006-1.fc7 and followed the instructions in this page
http://fedoramobile.org/fc-wireless/bcm43xx-yum-extras/ . No, I still can not get the wireless to work. Starting it through system-config-network gives me this error:
HTML Code:
bcm43xx_mac80211 devie wlan0 does not seem to be present, delaying
initialization.
Here'ss the output of the commands:
dmesg | grep -i broadcom
HTML Code:
bcm43xx_mac80211: Broadcom 4311 WLAN found
/sbin/lspci | grep -i broadcom
HTML Code:
03:00.0 Network controller: Broadcom Corporation Dell Wireless 1390 WLAN Mini-PCI Card (rev 02)
/sbin/lsmod | grep -i bcm
HTML Code:
bcm43xx 438625 0
ieee80211softmac 42305 1 bcm43xx
ieee80211 42761 2 bcm43xx,ieee80211softmac
bcm43xx_mac80211 418849 0
ssb 43461 1 bcm43xx_mac80211
mac80211 164809 1 bcm43xx_mac80211
When I reboot I get:
/sbin/lsmod | grep -i bcm
HTML Code:
bcm43xx_mac80211 418849 0
ssb 43461 1 bcm43xx_mac80211
mac80211 164809 1 bcm43xx_mac80211
I did this:
/sbin/rmmod bcm43xx_mac80211 ssb mac80211
/sbin/modprobe bcm43xx
/sbin/lsmod | grep -i bcm
HTML Code:
bcm43xx 438625 0
ieee80211softmac 42305 1 bcm43xx
ieee80211 42761 2 bcm43xx,ieee80211softmac
dmesg
HTML Code:
......
ieee80211_crypt: registered algorithm 'NULL'
ieee80211: 802.11 data/management/control stack, git-1.1.13
ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
bcm43xx driver
Can someone give me an advice?