Historical ath9k-devel archives
 help / color / mirror / Atom feed
From: Luis R. Rodriguez <lrodriguez@atheros.com>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] Compat-Wireless on Debian... Unknow Symbols
Date: Tue, 20 Apr 2010 10:55:30 -0700	[thread overview]
Message-ID: <20100420175530.GD2559@tux> (raw)
In-Reply-To: <r2s680426131004192133t3041c66bnf531cf9e17d475dd@mail.gmail.com>

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

  reply	other threads:[~2010-04-20 17:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-20  4:33 [ath9k-devel] Compat-Wireless on Debian... Unknow Symbols Maximi89
2010-04-20 17:55 ` Luis R. Rodriguez [this message]
2010-11-10 20:43   ` Maximi89
2010-11-10 20:47     ` Luis R. Rodriguez
2010-11-10 23:02       ` Maximi89

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100420175530.GD2559@tux \
    --to=lrodriguez@atheros.com \
    --cc=ath9k-devel@lists.ath9k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox