Quantcast
Channel: FedoraForum.org
Viewing all articles
Browse latest Browse all 36122

[SOLVED] Wireless card driver installed but no networks detected

$
0
0
Hi,

I have installed Fedora 17 along with the Broadcom drivers and everything worked fine. After installing the PAE kernel the wireless driver stopped working (after installing the kmod-PAE), so I removed the newly installed PAE kernel but now the driver is present but the system cannot scan for networks.

Here are some information about my configuration:

Code:

$ uname -a
Linux **** 3.6.9-2.fc17.i686 #1 SMP Tue Dec 4 14:22:00 UTC 2012 i686 i686 i386 GNU/Linux

Code:

$ lspci  | grep Net
04:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)

Code:

$ lsmod | grep wl
wl                  2465403  0
cfg80211              170721  1 wl
lib80211              13684  2 wl,lib80211_crypt_tkip

Code:

$ rpm -qa | grep -e kernel -e broadcom-wl -e kmod-wl | sort
abrt-addon-kerneloops-2.0.18-1.fc17.i686
broadcom-wl-5.100.82.112-3.fc17.noarch
kernel-3.3.4-5.fc17.i686
kernel-3.6.9-2.fc17.i686
kernel-devel-3.6.9-2.fc17.i686
kernel-headers-3.6.9-2.fc17.i686
kmod-wl-3.6.9-2.fc17.i686-5.100.82.112-7.fc17.2.i686
kmod-wl-5.100.82.112-7.fc17.2.i686
libreport-plugin-kerneloops-2.0.18-1.fc17.i686

Code:

$ dmesg | grep wl
dmesg | grep wl
[  13.570401] wl: module license 'MIXED/Proprietary' taints kernel.
[  13.612236] INFO @wl_cfg80211_attach : Registered CFG80211 phy
[  23.134575] ERROR @__wl_cfg80211_scan : WLC_SCAN error (-22)
[  26.112792] ERROR @__wl_cfg80211_scan : WLC_SCAN error (-22)
[  49.101680] ERROR @__wl_cfg80211_scan : WLC_SCAN error (-22)
[  78.226860] ERROR @__wl_cfg80211_scan : WLC_SCAN error (-22)
[  79.917717] ERROR @__wl_cfg80211_scan : WLC_SCAN error (-22)

Any thoughts on this.

Regards.

---------- Post added at 07:40 PM ---------- Previous post was at 06:25 PM ----------

It worked after I deleted bcma from /etc/modprobe.d/blacklist.conf and reinstalling kmod-wl and kmod-wl-pae

Viewing all articles
Browse latest Browse all 36122

Trending Articles