You are not logged in.
hello, according to the arch linux wiki, I installed the broadcom-wl driver which are supposed to be more suited to my wifi card. The installation seemed ok, but then I got this:
# modprobe wl
ERROR: could not insert 'wl': Invalid argumentMy card is :
lspci -vnn | grep 14e4
10:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)Further:
uname -r
3.2.5-1-ARCHThanks
JCM
Last edited by Jack_CM (2012-02-10 22:44:19)
Offline
Have you blacklisted b43?
Offline
Do either what /dev/zero says, or drop wl and use b43. Using b43 requires installing b43-firmware from AUR.
Offline
@ /dev/zero
cat /etc/modprobe.d/modprobe.conf
blacklist b43
blacklist ssb@ Gusar:
I uninstalled broadcom-wl, removed wl from the MODULES array in rc.conf, installed b43-fwcutter, blacklisted b43legacy as suggested in the wiki page and removed the aforesaid file (/etc/modprobe.d/modprobe.conf). Then I reboot, but
modprobe b43
ERROR: could not insert 'b43': Invalid argumentOffline
check /etc/modprobe.d/
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
@ Mr.Elendig
I only have another file containing some aliases not concerning the wireless card
Another with respect to b43.conf in which I blacklisted b43legacy
Last edited by Jack_CM (2012-02-10 21:41:21)
Offline
Can you modprobe any other module? Cos it seems to me your machine is effed up unrelated to wireless.
Offline
@ Gusar:
# modprobe vboxdrv
# echo $?
0Last edited by Jack_CM (2012-02-10 22:23:16)
Offline
I don't know why, but I solved by installing compat-wireless-patched from AUR
Offline