Hi everyone!
I've been using Fedora (64 bit) for only a few months now, and I love it. However, I'm having difficulty configuring my wireless card (bcm4306) and ultimately connecting to my wireless network. In FC6, I was able to use fwcutter with no trouble at all. However, I've not had the same luck after upgrading (complete reinstall) to F7 (x86_64). I've tried multiple processes (based on forum reading) and I must be missing something because I've not gotten any to work thus far. Anyway, I've undone all my failed attempts so that my laptop is now like it was right after I installed F7. Here are the steps, results, and stats that I've taken since then. Please, please help! Thanks in advance!
Fresh Installation Stats
Wireless indicator light is OFF.
Code:
[root@delta ~]# lspci | grep -i wireless
00:0c.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
Code:
[root@delta ~]# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:03:25:0D:AF:70
inet addr:192.168.1.4 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::203:25ff:fe0d:af70/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1238 errors:0 dropped:0 overruns:0 frame:0
TX packets:1362 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:620822 (606.2 KiB) TX bytes:248012 (242.1 KiB)
Interrupt:23 Base address:0x4c00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:12350 errors:0 dropped:0 overruns:0 frame:0
TX packets:12350 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:112208472 (107.0 MiB) TX bytes:112208472 (107.0 MiB)
Code:
[root@delta ~]# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
Steps Taken So Far
Downloaded the BCM firmware linked in almost every thread similar to mine.
Code:
yum install bcm43xx-fwcutter
bcm43xx-fwcutter -w /lib/firmware ~fedora/wl_apsta.o
echo 'blacklist bcm43xx' >> /etc/modprobe.d/blacklist
modprobe -r bcm43xx
modprobe -r ieee80211softmac
modprobe -r ieee80211_crypt
modprobe -r ieee80211
modprobe -r bcm43xx_mac80211
modprobe bcm43xx_mac80211
Then I enabled Network Manager and Network Dispatcher via Service Management.
Rebooted.
Post Reboot Stats
Wireless indicator light ON
Code:
[root@delta ~]# lspci | grep -i wireless
00:0c.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
Code:
[root@delta ~]# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:03:25:0D:AF:70
inet addr:192.168.1.4 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::203:25ff:fe0d:af70/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1258 errors:0 dropped:0 overruns:0 frame:0
TX packets:1384 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:623770 (609.1 KiB) TX bytes:250682 (244.8 KiB)
Interrupt:23 Base address:0x4c00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:12350 errors:0 dropped:0 overruns:0 frame:0
TX packets:12350 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:112208472 (107.0 MiB) TX bytes:112208472 (107.0 MiB)
wlan0 Link encap:Ethernet HWaddr 00:90:4B:86:50:CF
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
wmaster0 Link encap:UNSPEC HWaddr 00-90-4B-86-50-CF-00-00-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1258 errors:0 dropped:0 overruns:0 frame:0
TX packets:1384 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:623770 (609.1 KiB) TX bytes:250682 (244.8 KiB)
Code:
[[root@delta ~]# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wmaster0 no wireless extensions.
wlan0 IEEE 802.11g ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Retry min limit:7 RTS thr:off Fragment thr=2346 B
Encryption key:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Entering network configuration...
Code:
[root@delta ~]# system-network-config
only displays info on eth0's hardware (which is a VIA Rhine btw).
Code:
[root@delta ~]# lspci | grep -i rhine
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
If I try to add a new wireless device, the generic "other wireless card" is the only available option.
Scanning for networks also failes (obviously).
Code:
[root@delta ~]# wlassistant
kbuildsycoca running...
Loaded application options.
All interfaces: eth0, wlan0, wmaster0
Wireless interface(s): wlan0
Permissions checked.
DHCP Client: dhclient
All executables found.
scan: /sbin/iwlist wlan0 scan
No networks found!
Auto connection failed: no available configured networks found.
scan: /sbin/iwlist wlan0 scan
No networks found!
So, that about sums up where I stand. If anyone can help me get going wireless-ly, I'd be very greatful.
Thanks in advance!