All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] Problem with Sony UWA-BR100
@ 2012-04-12  2:19 vikrant pawar
  0 siblings, 0 replies; 5+ messages in thread
From: vikrant pawar @ 2012-04-12  2:19 UTC (permalink / raw)
  To: ath9k-devel

Hi,

Could anyone tell where are theses logs file:

Jun 28 12:28:57 thnov-desktop kernel: [67982.812026] usb 2-2: new high
speed USB device using ehci_hcd and address 15
Jun 28 12:28:57 thnov-desktop kernel: [67983.022927] usb 2-2:
ath9k_htc: Transferred FW: htc_9271.fw, size: 51272
Jun 28 12:28:58 thnov-desktop kernel: [67984.020017] ath9k_htc
2-2:1.0: ath9k_htc: Target is unresponsive
Jun 28 12:28:58 thnov-desktop kernel: [67984.020026] Failed to
initialize the device
Jun 28 12:28:58 thnov-desktop kernel: [67984.029069] ath9k_htc: probe
of 2-2:1.0 failed with error -22
Jun 28 12:29:01 thnov-desktop kernel: [67987.754324] usb 2-2: USB
disconnect, address 15

I am trying to install this driver but it's failing i don't have any
clue on why.

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20120412/b390d595/attachment-0001.htm 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ath9k-devel] Problem with Sony UWA-BR100
  2011-06-28 12:36   ` Thomas Novin
@ 2011-06-28 13:14     ` Mohammed Shafi
  0 siblings, 0 replies; 5+ messages in thread
From: Mohammed Shafi @ 2011-06-28 13:14 UTC (permalink / raw)
  To: ath9k-devel

On Tue, Jun 28, 2011 at 6:06 PM, Thomas Novin <thomas@xyz.pp.se> wrote:
> On tis, 2011-06-28 at 16:47 +0530, Mohammed Shafi wrote:
>> On Tue, Jun 28, 2011 at 4:12 PM, Thomas Novin <thomas@xyz.pp.se> wrote:
>> > Hello
>> >
>> > By recommendation I bought a Sony UWA-BR100 to get a good 802.11n
>> > USB-adapter for my Linux-PC.
>> >
>> > I followed instructions on
>> > http://linuxwireless.org/en/users/Drivers/ath9k_htc and manually
>> > edited ./drivers/net/wireless/ath/ath9k/hif_usb.c to include the USB
>> > id. This was suggested here,
>> > http://www.wikidevi.com/wiki/Sony_UWA-BR100.
>> >
>> > ? ? ? ?{ USB_DEVICE(0x0411, 0x017f) }, /* Sony UWA-BR100 */
>>
>> .driver_info = AR9280_USB }, ?/* Atheros */
>>
>> if we add the above line, does it works ?
>>
>
> Yes, that works! I'm attaching the patch that you sent me so that other
> people with this adapter can take advantage (until it's added
> officially).

I will send a patch officially, thanks to Raj for his inputs.

>
> [69168.287362] usbcore: registered new interface driver ath9k_htc
> [69177.360038] usb 2-2: new high speed USB device using ehci_hcd and
> address 17
> [69177.614142] usb 2-2: ath9k_htc: Transferred FW: htc_7010.fw, size:
> 72992,
> [69177.675419] ath9k_htc 2-2:1.0: ath9k_htc: HTC initialized with 45
> credits
> [69178.150286] ath9k_htc 2-2:1.0: ath9k_htc: FW Version: 1.3
> [69178.150290] ath: EEPROM regdomain: 0x6a
> [69178.150292] ath: EEPROM indicates we should expect a direct regpair
> map
> [69178.150296] ath: Country alpha2 being used: 00
> [69178.150299] ath: Regpair used: 0x6a
>
> wlan1 ? ? IEEE 802.11abgn ?ESSID:"XXX"
> ? ? ? ? ?Mode:Managed ?Frequency:2.447 GHz ?Access Point:
> 00:15:6D:9E:D1:A0
> ? ? ? ? ?Bit Rate=130 Mb/s ? Tx-Power=20 dBm
> ? ? ? ? ?Retry ?long limit:7 ? RTS thr:off ? Fragment thr:off
> ? ? ? ? ?Power Management:off
> ? ? ? ? ?Link Quality=53/70 ?Signal level=-57 dBm
> ? ? ? ? ?Rx invalid nwid:0 ?Rx invalid crypt:0 ?Rx invalid frag:0
> ? ? ? ? ?Tx excessive retries:0 ?Invalid misc:119 ? Missed beacon:0
>
> Thanks!
>
> Rgds//Thomas
>



-- 
shafi

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ath9k-devel] Problem with Sony UWA-BR100
  2011-06-28 11:17 ` Mohammed Shafi
@ 2011-06-28 12:36   ` Thomas Novin
  2011-06-28 13:14     ` Mohammed Shafi
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Novin @ 2011-06-28 12:36 UTC (permalink / raw)
  To: ath9k-devel

On tis, 2011-06-28 at 16:47 +0530, Mohammed Shafi wrote:
> On Tue, Jun 28, 2011 at 4:12 PM, Thomas Novin <thomas@xyz.pp.se> wrote:
> > Hello
> >
> > By recommendation I bought a Sony UWA-BR100 to get a good 802.11n
> > USB-adapter for my Linux-PC.
> >
> > I followed instructions on
> > http://linuxwireless.org/en/users/Drivers/ath9k_htc and manually
> > edited ./drivers/net/wireless/ath/ath9k/hif_usb.c to include the USB
> > id. This was suggested here,
> > http://www.wikidevi.com/wiki/Sony_UWA-BR100.
> >
> >        { USB_DEVICE(0x0411, 0x017f) }, /* Sony UWA-BR100 */
> 
> .driver_info = AR9280_USB },  /* Atheros */
> 
> if we add the above line, does it works ?
> 

Yes, that works! I'm attaching the patch that you sent me so that other
people with this adapter can take advantage (until it's added
officially).

[69168.287362] usbcore: registered new interface driver ath9k_htc
[69177.360038] usb 2-2: new high speed USB device using ehci_hcd and
address 17
[69177.614142] usb 2-2: ath9k_htc: Transferred FW: htc_7010.fw, size:
72992
[69177.675419] ath9k_htc 2-2:1.0: ath9k_htc: HTC initialized with 45
credits
[69178.150286] ath9k_htc 2-2:1.0: ath9k_htc: FW Version: 1.3
[69178.150290] ath: EEPROM regdomain: 0x6a
[69178.150292] ath: EEPROM indicates we should expect a direct regpair
map
[69178.150296] ath: Country alpha2 being used: 00
[69178.150299] ath: Regpair used: 0x6a

wlan1     IEEE 802.11abgn  ESSID:"XXX"  
          Mode:Managed  Frequency:2.447 GHz  Access Point:
00:15:6D:9E:D1:A0   
          Bit Rate=130 Mb/s   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=53/70  Signal level=-57 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:119   Missed beacon:0

Thanks!

Rgds//Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sony-usb.patch
Type: text/x-patch
Size: 571 bytes
Desc: not available
Url : http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20110628/a189dadc/attachment.bin 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ath9k-devel] Problem with Sony UWA-BR100
  2011-06-28 10:42 Thomas Novin
@ 2011-06-28 11:17 ` Mohammed Shafi
  2011-06-28 12:36   ` Thomas Novin
  0 siblings, 1 reply; 5+ messages in thread
From: Mohammed Shafi @ 2011-06-28 11:17 UTC (permalink / raw)
  To: ath9k-devel

On Tue, Jun 28, 2011 at 4:12 PM, Thomas Novin <thomas@xyz.pp.se> wrote:
> Hello
>
> By recommendation I bought a Sony UWA-BR100 to get a good 802.11n
> USB-adapter for my Linux-PC.
>
> I followed instructions on
> http://linuxwireless.org/en/users/Drivers/ath9k_htc and manually
> edited ./drivers/net/wireless/ath/ath9k/hif_usb.c to include the USB
> id. This was suggested here,
> http://www.wikidevi.com/wiki/Sony_UWA-BR100.
>
> ? ? ? ?{ USB_DEVICE(0x0411, 0x017f) }, /* Sony UWA-BR100 */

.driver_info = AR9280_USB },  /* Atheros */

if we add the above line, does it works ?

>
> After doing make install & modprobe ath9k_htc I plug in the adapter.
>
> Jun 28 12:28:57 thnov-desktop kernel: [67982.812026] usb 2-2: new high
> speed USB device using ehci_hcd and address 15
> Jun 28 12:28:57 thnov-desktop kernel: [67983.022927] usb 2-2:
> ath9k_htc: Transferred FW: htc_9271.fw, size: 51272
> Jun 28 12:28:58 thnov-desktop kernel: [67984.020017] ath9k_htc
> 2-2:1.0: ath9k_htc: Target is unresponsive
> Jun 28 12:28:58 thnov-desktop kernel: [67984.020026] Failed to
> initialize the device
> Jun 28 12:28:58 thnov-desktop kernel: [67984.029069] ath9k_htc: probe
> of 2-2:1.0 failed with error -22
> Jun 28 12:29:01 thnov-desktop kernel: [67987.754324] usb 2-2: USB
> disconnect, address 15
>
> Any idea on why I get that firmware error? I read on
> http://www.wikidevi.com/wiki/Talk:Sony_UWA-BR100 that the device can
> also have a Ralink chipset so it looks like an unsafe bet.
>
> Rgds//Thomas
> _______________________________________________
> ath9k-devel mailing list
> ath9k-devel at lists.ath9k.org
> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>



-- 
shafi

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ath9k-devel] Problem with Sony UWA-BR100
@ 2011-06-28 10:42 Thomas Novin
  2011-06-28 11:17 ` Mohammed Shafi
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Novin @ 2011-06-28 10:42 UTC (permalink / raw)
  To: ath9k-devel

Hello

By recommendation I bought a Sony UWA-BR100 to get a good 802.11n
USB-adapter for my Linux-PC.

I followed instructions on
http://linuxwireless.org/en/users/Drivers/ath9k_htc and manually
edited ./drivers/net/wireless/ath/ath9k/hif_usb.c to include the USB
id. This was suggested here,
http://www.wikidevi.com/wiki/Sony_UWA-BR100.

        { USB_DEVICE(0x0411, 0x017f) }, /* Sony UWA-BR100 */

After doing make install & modprobe ath9k_htc I plug in the adapter.

Jun 28 12:28:57 thnov-desktop kernel: [67982.812026] usb 2-2: new high
speed USB device using ehci_hcd and address 15
Jun 28 12:28:57 thnov-desktop kernel: [67983.022927] usb 2-2:
ath9k_htc: Transferred FW: htc_9271.fw, size: 51272
Jun 28 12:28:58 thnov-desktop kernel: [67984.020017] ath9k_htc
2-2:1.0: ath9k_htc: Target is unresponsive
Jun 28 12:28:58 thnov-desktop kernel: [67984.020026] Failed to
initialize the device
Jun 28 12:28:58 thnov-desktop kernel: [67984.029069] ath9k_htc: probe
of 2-2:1.0 failed with error -22
Jun 28 12:29:01 thnov-desktop kernel: [67987.754324] usb 2-2: USB
disconnect, address 15

Any idea on why I get that firmware error? I read on
http://www.wikidevi.com/wiki/Talk:Sony_UWA-BR100 that the device can
also have a Ralink chipset so it looks like an unsafe bet.

Rgds//Thomas

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-04-12  2:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-12  2:19 [ath9k-devel] Problem with Sony UWA-BR100 vikrant pawar
  -- strict thread matches above, loose matches on Subject: below --
2011-06-28 10:42 Thomas Novin
2011-06-28 11:17 ` Mohammed Shafi
2011-06-28 12:36   ` Thomas Novin
2011-06-28 13:14     ` Mohammed Shafi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.