[OpenWrt-Devel] ath9k_htc: Target is unresponsive

2015-05-25 Thread Luca Olivetti
This is the message I get when I plug a tp-link tl-wn722n (which is working fine both in an ubuntu desktop and on a mageia laptop): [ 547.804000] usb 1-1: new high-speed USB device number 5 using ifxusb_hcd [ 548.02] usb 1-1: ath9k_htc: Firmware htc_9271.fw requested [ 549.296000] usb

Re: [OpenWrt-Devel] ath9k_htc: Target is unresponsive

2015-05-25 Thread Caleb James DeLisle
I've seen a similar issue with the toshiba wlm20u2 where it says it's transferring htc_9271.fw but that's actually the wrong fw so the device crashes, the solution for me was to specify the device as AR9280_USB in the ath9k_hif_usb_ids struct as per the following:

Re: [OpenWrt-Devel] ath9k_htc: Target is unresponsive

2015-05-25 Thread Bruno Randolf
On 05/25/2015 03:38 PM, Luca Olivetti wrote: This is the message I get when I plug a tp-link tl-wn722n (which is working fine both in an ubuntu desktop and on a mageia laptop): [ 547.804000] usb 1-1: new high-speed USB device number 5 using ifxusb_hcd [ 548.02] usb 1-1: ath9k_htc:

Re: [OpenWrt-Devel] ath9k_htc: Target is unresponsive

2015-05-25 Thread Luca Olivetti
El 25/05/15 a les 17:27, Bruno Randolf ha escrit: On 05/25/2015 03:38 PM, Luca Olivetti wrote: This is the message I get when I plug a tp-link tl-wn722n (which is working fine both in an ubuntu desktop and on a mageia laptop): [ 547.804000] usb 1-1: new high-speed USB device number 5 using

Re: [OpenWrt-Devel] ath9k_htc: Target is unresponsive

2015-05-25 Thread Luca Olivetti
El 25/05/15 a les 17:59, Luca Olivetti ha escrit: El 25/05/15 a les 17:27, Bruno Randolf ha escrit: On 05/25/2015 03:38 PM, Luca Olivetti wrote: This is the message I get when I plug a tp-link tl-wn722n (which is working fine both in an ubuntu desktop and on a mageia laptop): [

Re: [OpenWrt-Devel] ath9k_htc: Target is unresponsive

2015-05-25 Thread Luca Olivetti
El 25/05/15 a les 18:57, Caleb James DeLisle ha escrit: I've seen a similar issue with the toshiba wlm20u2 where it says it's transferring htc_9271.fw but that's actually the wrong fw so the device crashes, the solution for me was to specify the device as AR9280_USB in the ath9k_hif_usb_ids