Re: [ath9k-devel] Panasonic N5HBZ0000055 802.11abgn Wireless Adapter Not Working

2012-03-15 Thread Sujith Manoharan
Please keep the mailing list in CC. Ryan Roper wrote: And here is the output of modinfo ath9k_htc: filename: /lib/modules/3.2.9-1-ARCH/kernel/drivers/net/wireless/ath/ath9k/ath9k_htc.ko.gz You probably failed to do a 'make install'. modinfo -n ath9k_htc should show:

Re: [ath9k-devel] Panasonic N5HBZ0000055 802.11abgn Wireless Adapter Not Working

2012-03-15 Thread Ryan Roper
I installed using the Arch User Repository (https://aur.archlinux.org/packages.php?ID=16829) and modified the PKGBUILD as needed. modinfo -n ath9k_htc does show: /lib/modules/3.2.9-1-ARCH/updates/drivers/net/wireless/ath/ath9k/ath9k_htc.ko On Wed, Mar 14, 2012 at 23:43, Sujith Manoharan

Re: [ath9k-devel] Panasonic N5HBZ0000055 802.11abgn Wireless Adapter Not Working

2012-03-15 Thread Sujith Manoharan
Ryan Roper wrote: I installed using the Arch User Repository (https://aur.archlinux.org/packages.php?ID=16829) and modified the PKGBUILD as needed. modinfo -n ath9k_htc does show: /lib/modules/3.2.9-1-ARCH/updates/drivers/net/wireless/ath/ath9k/ath9k_htc.ko Ok. So what does dmesg show

Re: [ath9k-devel] Panasonic N5HBZ0000055 802.11abgn Wireless Adapter Not Working

2012-03-15 Thread Ryan Roper
Sujith Manoharan wrote: Ok. So what does dmesg show after you do a 'modprobe -r ath9k_htc' and then 'modprobe ath9k_htc' ? (And re-plug the device) dmesg output: [ 6093.621814] usbcore: deregistering interface driver ath9k_htc [ 6093.626727] ath9k_htc: Driver unloaded [ 6128.878940] usbcore:

Re: [ath9k-devel] regarding ATH9K_RXERR_PHY flag

2012-03-15 Thread abhinav narain
On Thu, Mar 15, 2012 at 6:10 AM, abhinav narain abhinavnarai...@gmail.comwrote: On Wed, Mar 14, 2012 at 7:43 PM, Adrian Chadd adr...@freebsd.org wrote: You can set the bits. That's the point. Something else sets ATH9K_RX_FILTER_PHYERR when it calls calcrxfilter(). ok. There are two

Re: [ath9k-devel] regarding ATH9K_RXERR_PHY flag

2012-03-15 Thread Adrian Chadd
Hi, Here's what you need to know: * something needs to set ATH9K_RX_FILTER_PHYERR; * you then have to set some PHY errors in the PHY error mask register. That's in calcrxfilter() too, just look at what other bits you can set in the relevant mask register; * calcrxfilter() should be enabling