* [ath9k-devel] AR9271 chipset USB Support
@ 2010-03-27 23:35 Wiktor Zajas
2010-03-30 5:20 ` Pavel Roskin
0 siblings, 1 reply; 7+ messages in thread
From: Wiktor Zajas @ 2010-03-27 23:35 UTC (permalink / raw)
To: ath9k-devel
>On Wed, Mar 24, 2010 at 8:03 AM, Pavel Roskin <proski@gnu.org> wrote:
>> On Wed, 2010-03-24 at 13:05 +0530, Sajid Ansari wrote:
>>
>>> I am not a developer, only a ubuntu user.
>>>
>>> Any way to support Athros AR9271 USB support on Ubuntu.
>>>
>>> I have downloaded and updated Ubunto but not working.
>>>
>>> Can you please let me know the steps to do for making it working under
>>> UIbunto 9.10.
>>
>> Nice timing! Support for AR9271 was committed today. The current
>> compat-wireless doesn't have AR9271 yet, but hopefully the today's
>> snapshot have it.
>>
>> Look at http://wireless.kernel.org/download/compat-wireless-2.6/ and get
>> compat-wireless-2010-03-24.tar.bz2 when it appears there (the latest
>> snapshot is always recommended).
>
>This might take +1 or +2 days more since bleeding edge compat-wireless
>sucks thing out of linux-next. I'll reply to this post once it does
>hit linux-next.
But isn't it already in linux-next ? I tried using module from git but with no success. I'm not a developer so I don't know if what I was doing was right. I've added 0x1006 to hif_usb.c so that my card would be recognized but after loading firmware I got this
Mar 27 19:09:54 multimedia kernel: [ 86.120408] usb 1-1: ath9k_htc: Transferred FW: ar9271.fw, size: 49280
Mar 27 19:09:54 multimedia kernel: [ 86.587839] ath9k_hif_usb: probe of 1-1:1.0 failed with error -22
Mar 27 19:09:54 multimedia kernel: [ 86.605356] usbcore: registered new interface driver ath9k_hif_usb
>
>> You can find more information about compat-wireless at
>> http://linuxwireless.org/en/users/Download
>
> Luis
^ permalink raw reply [flat|nested] 7+ messages in thread
* [ath9k-devel] AR9271 chipset USB Support
2010-03-27 23:35 [ath9k-devel] AR9271 chipset USB Support Wiktor Zajas
@ 2010-03-30 5:20 ` Pavel Roskin
0 siblings, 0 replies; 7+ messages in thread
From: Pavel Roskin @ 2010-03-30 5:20 UTC (permalink / raw)
To: ath9k-devel
On Sun, 2010-03-28 at 00:35 +0100, Wiktor Zajas wrote:
> But isn't it already in linux-next ? I tried using module from git but with no success. I'm not a developer so I don't know if what I was doing was right. I've added 0x1006 to hif_usb.c so that my card would be recognized but after loading firmware I got this
>
> Mar 27 19:09:54 multimedia kernel: [ 86.120408] usb 1-1: ath9k_htc: Transferred FW: ar9271.fw, size: 49280
> Mar 27 19:09:54 multimedia kernel: [ 86.587839] ath9k_hif_usb: probe of 1-1:1.0 failed with error -22
> Mar 27 19:09:54 multimedia kernel: [ 86.605356] usbcore: registered new interface driver ath9k_hif_usb
More patches for ath9k_htc were posted today. At least one of them
fixes initialization failure:
http://marc.info/?l=linux-wireless&m=126985782708016&w=4
--
Regards,
Pavel Roskin
^ permalink raw reply [flat|nested] 7+ messages in thread
* [ath9k-devel] AR9271 chipset USB Support
@ 2010-03-24 7:35 Sajid Ansari
2010-03-24 15:03 ` Pavel Roskin
0 siblings, 1 reply; 7+ messages in thread
From: Sajid Ansari @ 2010-03-24 7:35 UTC (permalink / raw)
To: ath9k-devel
Hi,
I am not a developer, only a ubuntu user.
Any way to support Athros AR9271 USB support on Ubuntu.
I have downloaded and updated Ubunto but not working.
Can you please let me know the steps to do for making it working under
UIbunto 9.10.
Thanks and Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20100324/861d45f4/attachment.htm
^ permalink raw reply [flat|nested] 7+ messages in thread
* [ath9k-devel] AR9271 chipset USB Support
2010-03-24 7:35 Sajid Ansari
@ 2010-03-24 15:03 ` Pavel Roskin
2010-03-24 16:02 ` Luis R. Rodriguez
2010-04-12 3:13 ` Warren Li
0 siblings, 2 replies; 7+ messages in thread
From: Pavel Roskin @ 2010-03-24 15:03 UTC (permalink / raw)
To: ath9k-devel
On Wed, 2010-03-24 at 13:05 +0530, Sajid Ansari wrote:
> I am not a developer, only a ubuntu user.
>
> Any way to support Athros AR9271 USB support on Ubuntu.
>
> I have downloaded and updated Ubunto but not working.
>
> Can you please let me know the steps to do for making it working under
> UIbunto 9.10.
Nice timing! Support for AR9271 was committed today. The current
compat-wireless doesn't have AR9271 yet, but hopefully the today's
snapshot have it.
Look at http://wireless.kernel.org/download/compat-wireless-2.6/ and get
compat-wireless-2010-03-24.tar.bz2 when it appears there (the latest
snapshot is always recommended).
You can find more information about compat-wireless at
http://linuxwireless.org/en/users/Download
Please don't write to ath9k-devel-bounces at lists.ath9k.org, it's an
address to capture bounces of the list posts.
--
Regards,
Pavel Roskin
^ permalink raw reply [flat|nested] 7+ messages in thread
* [ath9k-devel] AR9271 chipset USB Support
2010-03-24 15:03 ` Pavel Roskin
@ 2010-03-24 16:02 ` Luis R. Rodriguez
2010-04-12 3:13 ` Warren Li
1 sibling, 0 replies; 7+ messages in thread
From: Luis R. Rodriguez @ 2010-03-24 16:02 UTC (permalink / raw)
To: ath9k-devel
On Wed, Mar 24, 2010 at 8:03 AM, Pavel Roskin <proski@gnu.org> wrote:
> On Wed, 2010-03-24 at 13:05 +0530, Sajid Ansari wrote:
>
>> I am not a developer, only a ubuntu user.
>>
>> Any way to support Athros AR9271 USB support on Ubuntu.
>>
>> I have downloaded and updated Ubunto but not working.
>>
>> Can you please let me know the steps to do for making it working under
>> UIbunto 9.10.
>
> Nice timing! ?Support for AR9271 was committed today. ?The current
> compat-wireless doesn't have AR9271 yet, but hopefully the today's
> snapshot have it.
>
> Look at http://wireless.kernel.org/download/compat-wireless-2.6/ and get
> compat-wireless-2010-03-24.tar.bz2 when it appears there (the latest
> snapshot is always recommended).
This might take +1 or +2 days more since bleeding edge compat-wireless
sucks thing out of linux-next. I'll reply to this post once it does
hit linux-next.
> You can find more information about compat-wireless at
> http://linuxwireless.org/en/users/Download
Luis
^ permalink raw reply [flat|nested] 7+ messages in thread
* [ath9k-devel] AR9271 chipset USB Support
2010-03-24 15:03 ` Pavel Roskin
2010-03-24 16:02 ` Luis R. Rodriguez
@ 2010-04-12 3:13 ` Warren Li
2010-04-12 18:01 ` Luis R. Rodriguez
1 sibling, 1 reply; 7+ messages in thread
From: Warren Li @ 2010-04-12 3:13 UTC (permalink / raw)
To: ath9k-devel
Hi Pavel,
Can I ask you a question?
Is there Linux driver for AR9223 chipset?
Thank you very much.
Best Regards
Warren?Li
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-04-12 18:01 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-27 23:35 [ath9k-devel] AR9271 chipset USB Support Wiktor Zajas
2010-03-30 5:20 ` Pavel Roskin
-- strict thread matches above, loose matches on Subject: below --
2010-03-24 7:35 Sajid Ansari
2010-03-24 15:03 ` Pavel Roskin
2010-03-24 16:02 ` Luis R. Rodriguez
2010-04-12 3:13 ` Warren Li
2010-04-12 18:01 ` Luis R. Rodriguez
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.