From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luis R. Rodriguez Date: Fri, 25 Sep 2009 16:42:09 -0700 Subject: [ath9k-devel] My atheros doesn't seem to be in the hardware list, and as a result is not detected or used by ATH9k In-Reply-To: <43e72e890909251632j59cacbebn4e6c2828f8d65078@mail.gmail.com> References: <43e72e890909241820g16d7063etcd423cb70b5aa5dd@mail.gmail.com> <169eaaf50909241833q5fc15c76mb01a81baec1e658d@mail.gmail.com> <43e72e890909241839j52a80995kf6c5b4cf5ed6a825@mail.gmail.com> <169eaaf50909241843q7c75b70esd77e22b812d3ac65@mail.gmail.com> <43e72e890909241850u15d6b75ft30dd150f477facdb@mail.gmail.com> <169eaaf50909241900g3ad632d1w368c9549da4e37e2@mail.gmail.com> <169eaaf50909250749g7b3ef350u3463fad20deb6486@mail.gmail.com> <43e72e890909250937h707347e9w615a53c7bb7878c7@mail.gmail.com> <169eaaf50909251624v70c172fdjfea5dfa3089c706b@mail.gmail.com> <43e72e890909251632j59cacbebn4e6c2828f8d65078@mail.gmail.com> Message-ID: <20090925234209.GF3508@mosca> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Fri, Sep 25, 2009 at 04:32:40PM -0700, Luis R. Rodriguez wrote: > On Fri, Sep 25, 2009 at 4:24 PM, Aaron b wrote: > > excuse my new-at-this ness, > > > > this would require recompiling my kernel correct? (i should be able to > > handle that) > > If using compat-wireless no, you just need to edit config.mk and make > sure to uncomment CONFIG_ATH9K_DEBUG as follows: > > CONFIG_ATH9K_DEBUG=y > > Then make clean, and make. Don't forget you also have ./scripts/driver-select so you can select only ath9k if you want to only compile and install that. Luis