On Wed, 2010-05-05 at 11:56 -0600, Maxim Wexler wrote: > Hi group, > > For a Asus 900A, gentoo, kern-2.6.33-r1. wlan0 cannot be activated.
What is kern-2.6.33-r1? Maybe it means that your kernel is 2.6.33-rc1? What is the output of "uname -a"? I suggest that you try either the 2.6.33 release or the latest release candidate (currently 2.6.34-rc6). If you didn't compile the kernel and don't want to recompile it, you can try compat-wireless. > [ 9.035164] ath: Regpair used: 0x60 > [ 9.041300] ath5k phy0: can't register ieee80211 hw > [ 9.041358] ath5k 0000:02:00.0: PCI INT A disabled > [ 9.041369] ath5k: probe of 0000:02:00.0 failed with error -2 I have never seen anything like that. ieee80211_register_hw() returns -ENOENT, but I don't see where it could happen without extra messages appearing in the kernel log. Make sure that CONFIG_MAC80211_RC_MINSTREL is enabled in your .config file. You may need to put debug printk() statements to ieee80211_register_hw() to see where it fails. -- Regards, Pavel Roskin _______________________________________________ ath5k-devel mailing list [email protected] https://lists.ath5k.org/mailman/listinfo/ath5k-devel
