I am exactly in the situation of this question. However, my wireless card is a different model: I have a dell vostro 3460 with an Atheros AR8161 Ethernet card and a Broadcom 43142 wireless card. I previously installed Ubuntu 12.04 and having only the wireless card work, but no way to have the ethernet card work. Now, I've just upgrade to Ubuntu 12.10 hoping having both cards work (and also because it randomly frozen), but I am only able to make the ethernet card work (using linux-backports-modules).
For the wireless card, I am exactly in the situation of this reply: After installing the wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb, when doing modprobe wl
, I had the following error:
FATAL: Error inserting wl (/lib/modules/3.5.0-18-generic/updates/dkms/wl.ko): Invalid argument
As Jasmine mentioned in his post, there can be conflict among stuffs for ethernet card and the ones for wireless card. Thus, I try his commands:
install cfg80211 /sbin/insmod /lib/modules/`/bin/uname -r`/kernel/net/wireless/cfg80211.ko
But I got the following error:
install: target `/lib/modules/3.5.0-18-generic/kernel/net/wireless/cfg80211.ko' is not a directory
I Think the difference is that his kernel is 3.2 and mine is 3.5. But I have no idea how to make it work
No comments:
Post a Comment