Comment 26 for bug 923809

Revision history for this message
huynhlv_54 (huynhlv54) wrote :

I installed Ubuntu 12.04 (daily built image) on a Dell Vostro 3460 (bcm 43142 + ar 8161). Wi-Fi worked, but ethernet did not. Then I installed ar8161 driver from source (http://www.linuxfoundation.org/collaborate/workgroups/networking/alx). Now ethernet works, but Wi-Fi does not!

It seems that driver packages for these two devices conflict.

sudo modprobe wl
FATAL: Error inserting wl (/lib/modules/3.5.0-23-generic/updates/dkms/wl.ko): Invalid argument

dmesg | grep wl
[ 6.259784] wl: module license 'MIXED/Proprietary' taints kernel.
[ 6.260912] wl: disagrees about version of symbol cfg80211_scan_done
[ 6.260914] wl: Unknown symbol cfg80211_scan_done (err -22)
[ 6.260936] wl: disagrees about version of symbol cfg80211_disconnected
[ 6.260937] wl: Unknown symbol cfg80211_disconnected (err -22)
[ 6.260952] wl: disagrees about version of symbol wiphy_register
[ 6.260953] wl: Unknown symbol wiphy_register (err -22)
[ 6.260957] wl: disagrees about version of symbol wiphy_new
[ 6.260958] wl: Unknown symbol wiphy_new (err -22)
[ 6.260961] wl: disagrees about version of symbol cfg80211_put_bss
[ 6.260962] wl: Unknown symbol cfg80211_put_bss (err -22)
[ 6.260965] wl: disagrees about version of symbol cfg80211_roamed
...