Bug 15976 - ath5k from compat-wireless-2010-05-12 doesn't load
Summary: ath5k from compat-wireless-2010-05-12 doesn't load
Status: RESOLVED INVALID
Alias: None
Product: Drivers
Classification: Unclassified
Component: network-wireless (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Luis Chamberlain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-15 04:51 UTC by Julius
Modified: 2010-05-17 17:16 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.32-22-generic
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Julius 2010-05-15 04:51:59 UTC
Hi,

I just tried ath5k from compat-wireless-2010-05-12 in hope that connectivity might be fixed for AR5211 (168c:0012) but got this message when I loaded the module:

$ sudo modprobe ath5k
WARNING: Error inserting mac80211 (/lib/modules/2.6.32-22-generic/updates/net/mac80211/mac80211.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting ath5k (/lib/modules/2.6.32-22-generic/updates/cw/ath5k.ko): Unknown symbol in module, or unknown parameter (see dmesg)

And this is what dmesg showed:

[   79.539144] ath: disagrees about version of symbol wiphy_apply_custom_regulatory
[   79.539158] ath: Unknown symbol wiphy_apply_custom_regulatory
[   79.539707] ath: disagrees about version of symbol freq_reg_info
[   79.539714] ath: Unknown symbol freq_reg_info


The module that ships with the kernel loads fine but there is no connectivity at all when I try and connect to this WPA-PSK network of mine.
When I try and manually connect with wpa_supplicant it just times out. I can get the wpa_supplicant message if it's relevant but lets just get this down before ndiswrapper locks my system! :)
Comment 1 Luis Chamberlain 2010-05-15 18:49:41 UTC
Provide the output to:

modprobe -l cfg80211
modprobe -l mac80211
modprobe -l ath
modprobe -l ath5k
Comment 2 Julius 2010-05-16 05:58:12 UTC
root@markus-ubuntu:~# modprobe -l cfg80211
updates/net/wireless/cfg80211.ko
root@markus-ubuntu:~# modprobe -l mac80211
updates/net/mac80211/mac80211.ko
root@markus-ubuntu:~# modprobe -l ath
updates/cw/ath.ko
root@markus-ubuntu:~# modprobe -l ath5k
updates/cw/ath5k.ko
Comment 3 Luis Chamberlain 2010-05-17 17:00:42 UTC
There you go, that's the issue. You have the ubuntu linux-backports-modules package installed but yet you also tried to install compat-wireless and have some mixed modules from both. rm -rf the /lib/modules/$(uname -r)/updates/ directory completely and then do depmod -a, then reinstall compat-wireless fresh.
Comment 4 Julius 2010-05-17 17:13:55 UTC
Ohh, what a rookie mistake. When you say it I even remember reading that linux-backports should be removed. Sorry to waste your time!

Note You need to log in before you can comment on or make changes to this bug.