From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Philippe Deblois Date: Thu, 05 Feb 2009 17:16:05 -0500 Subject: [ath9k-devel] Manually loading ath9k driver Message-ID: <1233872165.28093.17.camel@UTI-LAB2> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Hi i'm currently trying to make the ath9k working on a ppc platform and have some trouble doing it. Here what i did : I downloaded the Compat-wireless package and cros-compile it for my platform as my modules.dep was not updated i manualy inserted module like this insmod ieee80211_crypt.ko ?insmod ieee80211_crypt_wep.ko insmod cfg80211.ko insmod mac80211.ko and finally insmod ath9k.ko thing seem to load fine .. here's my dmesg output : [ 103.799212] ieee80211_crypt: registered algorithm 'NULL' [ 110.496286] ieee80211: 802.11 data/management/control stack, git-1.1.13 [ 110.504189] ieee80211: Copyright (C) 2004-2005 Intel Corporation [ 121.228284] ieee80211_crypt: registered algorithm 'WEP' [ 192.428412] ath9k: 0.1 [ 192.868082] phy0: Selected rate control algorithm 'ath9k_rate_control' [ 192.868764] phy0: Failed to initialize wep but after that i just don't know what to do i don't have any wlan0 in my iwconfig ... is there something else i need to do ??? Jean Philippe Deblois