From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luis R. Rodriguez Date: Tue, 20 Apr 2010 10:55:30 -0700 Subject: [ath9k-devel] Compat-Wireless on Debian... Unknow Symbols In-Reply-To: References: Message-ID: <20100420175530.GD2559@tux> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Mon, Apr 19, 2010 at 09:33:17PM -0700, Maximi89 wrote: > Hi, i'm using compat-wireless to get ath9k_htc support for AR9271, i > can get it working on my Fedora 12 2.6.32.11-99.fc12.i686.PAE > > But i can't to get it working on Debian 2.6.30-rc4 > > I get: A module does not load for you and that ruins it for you. This is likely due to you having some old or new module depending on some other new/old module. You need to make sure all the modules for a specific driver are using the same set of dependent modules. So for example ath9k depends on ath9k_common, ath9k_hw, ath, mac80211 cfg80211 and this either is provided by your distribution or compat-wireless. If you try to use a compat-wireless module with some cfg80211 distribution module this will cause issues. Do: for i in ath9k ath9k_common ath9k_hw ath mac80211 cfg80211; do modprobe -l $i; done and provide the output. What compat-wireless are you using? Luis