You are not logged in.
Hi, first of all since this is my first post here.
I've been lurking around the forum for a bit now and have tried, from what I can see, every solution offered to get the BCM4322 working. Long story short, it doesn't.
I'm running out of ideas and patience here, can anybody help out on this?
Here's some code that might be helpful:
[badg3r@Badger ~]$ lspci | grep Network
02:00.0 Network controller: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller (rev 01)
[badg3r@Badger ~]$ lsmod | grep wl
wl 4137810 0
lib80211 3821 2 wl,lib80211_crypt_tkip
cfg80211 402729 1 wl
[badg3r@Badger ~]$ ifconfig
enp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.3 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::c62c:3ff:fe29:ca3b prefixlen 64 scopeid 0x20<link>
ether c4:2c:03:29:ca:3b txqueuelen 1000 (Ethernet)
RX packets 1775 bytes 1239790 (1.1 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1755 bytes 299768 (292.7 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 23
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 2 bytes 100 (100.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2 bytes 100 (100.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlp2s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet6 fe80::daa2:5eff:fe99:17a6 prefixlen 64 scopeid 0x20<link>
ether d8:a2:5e:99:17:a6 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 723
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 21
[badg3r@Badger ~]$ iwlist scan
wlp2s0 No scan results
lo Interface doesn't support scanning.
enp3s0 Interface doesn't support scanning.
Thanks in advance.
Offline
Hi, wlcome to the forums! Since this is your first post to the forum, you might not have seen the (very extensive) wiki?
https://wiki.archlinux.org/index.php/Broadcom_wireless
-> Getting this chipset to work, might require the right combination of loaded and blacklisted modules, depending on which driver you're using. You're using the broadcom-wl-driver, but the wiki recommends to try the brmcsm-driver first.
And how are you connecting? Are you using networkmanager, wicd, netctl, <something else>? Please post the output of those programs as well.
HTH
Last edited by zenlord (2013-10-12 11:17:44)
Offline
What happens if you run iwlist scan as root rather than a normal user.
Also, be aware that iwlist and ifconfig are deprecated. Arch now prefers the use of ip and iw
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
I have the same model and network card and use the B43 driver although the Wiki for 7,1 says to try the broadcom-wl. I've found it quite reliable.
Offline