All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] Firmware - ar9271.fw not found
       [not found] ` <1908737015270049666@unknownmsgid>
@ 2010-07-15 17:17   ` Luis R. Rodriguez
  2010-07-16  2:22     ` Chase Douglas
  0 siblings, 1 reply; 14+ messages in thread
From: Luis R. Rodriguez @ 2010-07-15 17:17 UTC (permalink / raw)
  To: ath9k-devel

On Thu, Jul 15, 2010 at 12:50 AM, Falk-Moritz Schaefer
<falk.schaefer@tu-dortmund.de> wrote:
> Hi all,

Please avoid HTML e-mails at all costs.

> I have problems getting TL-WN721N to work. I have two identical laptops both
> with a fresh Ubuntu 10.04 and BIOS Update. On one laptop the wireless usb
> device works, on the other one I get the firmware error after one minute
> (see below).
>
> :/lib/firmware$ ls -la ar*.fw
> -rw-r--r-- 1 root root 51280 2010-07-15 08:51 ar9271.fw
>
> tail -f /var/log/kern.log
> Jul 15 09:38:14 leber kernel: [? 201.144235] usb 1-3: ath9k_htc: Firmware -
> ar9271.fw not found

Odd, yeah that should work, TL-WN721N is listed as AR9271 and not
AR7010, which ath9k_htc also supports. The AR7010 devices does require
an update usb mode switch [1] but since your device is not AR7010 I do
not think that is the issue here. I take it you are usng
compat-wireless?

CC'ing the Ubuntu kernel team. Hey you guys have any idea on this?

[1] http://wireless.kernel.org/en/users/Drivers/ath9k_htc#Modeswitching_for_AR7010

  Luis

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

* [ath9k-devel] Firmware - ar9271.fw not found
  2010-07-15 17:17   ` [ath9k-devel] Firmware - ar9271.fw not found Luis R. Rodriguez
@ 2010-07-16  2:22     ` Chase Douglas
  2010-07-16  3:36       ` Pavel Roskin
  2010-07-16  7:16       ` Stefan Bader
  0 siblings, 2 replies; 14+ messages in thread
From: Chase Douglas @ 2010-07-16  2:22 UTC (permalink / raw)
  To: ath9k-devel

On Thu, 2010-07-15 at 10:17 -0700, Luis R. Rodriguez wrote:
> On Thu, Jul 15, 2010 at 12:50 AM, Falk-Moritz Schaefer
> <falk.schaefer@tu-dortmund.de> wrote:
> > Hi all,
> 
> Please avoid HTML e-mails at all costs.
> 
> > I have problems getting TL-WN721N to work. I have two identical laptops both
> > with a fresh Ubuntu 10.04 and BIOS Update. On one laptop the wireless usb
> > device works, on the other one I get the firmware error after one minute
> > (see below).
> >
> > :/lib/firmware$ ls -la ar*.fw
> > -rw-r--r-- 1 root root 51280 2010-07-15 08:51 ar9271.fw
> >
> > tail -f /var/log/kern.log
> > Jul 15 09:38:14 leber kernel: [  201.144235] usb 1-3: ath9k_htc: Firmware -
> > ar9271.fw not found
> 
> Odd, yeah that should work, TL-WN721N is listed as AR9271 and not
> AR7010, which ath9k_htc also supports. The AR7010 devices does require
> an update usb mode switch [1] but since your device is not AR7010 I do
> not think that is the issue here. I take it you are usng
> compat-wireless?
> 
> CC'ing the Ubuntu kernel team. Hey you guys have any idea on this?

Thanks Luis

Falk, please open a bug against the linux-firmware package for this
issue:

https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+filebug

Unless I've misread something, it sounds like we are just missing the
firmware file. That should be an easy fix.

Thanks,

-- Chase

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

* [ath9k-devel] Firmware - ar9271.fw not found
  2010-07-16  2:22     ` Chase Douglas
@ 2010-07-16  3:36       ` Pavel Roskin
  2010-07-16  6:57         ` Falk-Moritz Schaefer
  2010-07-16  7:16       ` Stefan Bader
  1 sibling, 1 reply; 14+ messages in thread
From: Pavel Roskin @ 2010-07-16  3:36 UTC (permalink / raw)
  To: ath9k-devel

Quoting Chase Douglas <chase.douglas@canonical.com>:

> Unless I've misread something, it sounds like we are just missing the
> firmware file. That should be an easy fix.

The original message was clear that the firmware file was available  
and globally readable:

/lib/firmware$ ls -la ar*.fw
-rw-r--r-- 1 root root 51280 2010-07-15 08:51 ar9271.fw

I assume that ath9k_htc comes from linux-backport-modules  
(compat-wireless packaged by Ubuntu).  Then please check that it  
doesn't have a bug fixed by this commit to the compat repository:

commit 524449c0184d44773d4947db8cd3bfd98a0a215f
Author: Grazvydas Ignotas <notasas@gmail.com>
Date:   Thu Apr 22 16:54:02 2010 +0300

     compat: fix uevent_suppress on 2.6.29 or older kernels

     Missing uevent_suppress is causing two uevents instead of one, which is
     confusing udev and sometimes causing firmware load to fail due to race
     condition, so let's add it.

Since it's a race condition, it can explain why the same driver works  
on one system but not on another one.

Please also check commit 8eca4cf0648fad100bd44a0779328f13e6b7d4ca from  
April 28, 2010, also to "compat".  It updates the firmware loading  
code and adds further cleanups.

You can check if dev_set_uevent_suppress() is defined in  
compat-2.6.30.h.  If it's not, you are using an old version of  
compat-wireless for the backport package and it should be updated.

-- 
Regards,
Pavel Roskin

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

* [ath9k-devel] Firmware - ar9271.fw not found
  2010-07-16  3:36       ` Pavel Roskin
@ 2010-07-16  6:57         ` Falk-Moritz Schaefer
  2010-07-18  2:50           ` Pavel Roskin
  0 siblings, 1 reply; 14+ messages in thread
From: Falk-Moritz Schaefer @ 2010-07-16  6:57 UTC (permalink / raw)
  To: ath9k-devel

- Ubuntu 10.04 LTS with 2.6.32-21-generic
- compat-wireless from 27.06.2010

Let me clearify, that I am not using the compat ubuntu package but a self
compiled version, so consequently dev_set_uevent_suppress() does not matter.
The network-manager is deinstalled on both laptops. There are two TL-WN721N
cards both work on one laptop but not on the other.

BR
Falk

-----Urspr?ngliche Nachricht-----
Von: ath9k-devel-bounces at venema.h4ckr.net
[mailto:ath9k-devel-bounces at venema.h4ckr.net] Im Auftrag von Pavel Roskin
Gesendet: Freitag, 16. Juli 2010 05:37
An: Chase Douglas
Cc: Ubuntu Kernel Team; ath9k-devel at venema.h4ckr.net
Betreff: Re: [ath9k-devel] Firmware - ar9271.fw not found

Quoting Chase Douglas <chase.douglas@canonical.com>:

> Unless I've misread something, it sounds like we are just missing the
> firmware file. That should be an easy fix.

The original message was clear that the firmware file was available  
and globally readable:

/lib/firmware$ ls -la ar*.fw
-rw-r--r-- 1 root root 51280 2010-07-15 08:51 ar9271.fw

I assume that ath9k_htc comes from linux-backport-modules  
(compat-wireless packaged by Ubuntu).  Then please check that it  
doesn't have a bug fixed by this commit to the compat repository:

commit 524449c0184d44773d4947db8cd3bfd98a0a215f
Author: Grazvydas Ignotas <notasas@gmail.com>
Date:   Thu Apr 22 16:54:02 2010 +0300

     compat: fix uevent_suppress on 2.6.29 or older kernels

     Missing uevent_suppress is causing two uevents instead of one, which is
     confusing udev and sometimes causing firmware load to fail due to race
     condition, so let's add it.

Since it's a race condition, it can explain why the same driver works  
on one system but not on another one.

Please also check commit 8eca4cf0648fad100bd44a0779328f13e6b7d4ca from  
April 28, 2010, also to "compat".  It updates the firmware loading  
code and adds further cleanups.

You can check if dev_set_uevent_suppress() is defined in  
compat-2.6.30.h.  If it's not, you are using an old version of  
compat-wireless for the backport package and it should be updated.

-- 
Regards,
Pavel Roskin
_______________________________________________
ath9k-devel mailing list
ath9k-devel at lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

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

* [ath9k-devel] Firmware - ar9271.fw not found
  2010-07-16  2:22     ` Chase Douglas
  2010-07-16  3:36       ` Pavel Roskin
@ 2010-07-16  7:16       ` Stefan Bader
  2010-07-16 12:15         ` Chase Douglas
  1 sibling, 1 reply; 14+ messages in thread
From: Stefan Bader @ 2010-07-16  7:16 UTC (permalink / raw)
  To: ath9k-devel

On 07/16/2010 04:22 AM, Chase Douglas wrote:
> On Thu, 2010-07-15 at 10:17 -0700, Luis R. Rodriguez wrote:
>> On Thu, Jul 15, 2010 at 12:50 AM, Falk-Moritz Schaefer
>> <falk.schaefer@tu-dortmund.de> wrote:
>>> Hi all,
>>
>> Please avoid HTML e-mails at all costs.
>>
>>> I have problems getting TL-WN721N to work. I have two identical laptops both
>>> with a fresh Ubuntu 10.04 and BIOS Update. On one laptop the wireless usb
>>> device works, on the other one I get the firmware error after one minute
>>> (see below).
>>>
>>> :/lib/firmware$ ls -la ar*.fw
>>> -rw-r--r-- 1 root root 51280 2010-07-15 08:51 ar9271.fw
>>>
>>> tail -f /var/log/kern.log
>>> Jul 15 09:38:14 leber kernel: [  201.144235] usb 1-3: ath9k_htc: Firmware -
>>> ar9271.fw not found
>>
>> Odd, yeah that should work, TL-WN721N is listed as AR9271 and not
>> AR7010, which ath9k_htc also supports. The AR7010 devices does require
>> an update usb mode switch [1] but since your device is not AR7010 I do
>> not think that is the issue here. I take it you are usng
>> compat-wireless?
>>
>> CC'ing the Ubuntu kernel team. Hey you guys have any idea on this?
> 
> Thanks Luis
> 
> Falk, please open a bug against the linux-firmware package for this
> issue:
> 
> https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+filebug
> 
> Unless I've misread something, it sounds like we are just missing the
> firmware file. That should be an easy fix.
> 
> Thanks,
> 
> -- Chase
> 
> 

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

* [ath9k-devel] Firmware - ar9271.fw not found
  2010-07-16  7:16       ` Stefan Bader
@ 2010-07-16 12:15         ` Chase Douglas
  0 siblings, 0 replies; 14+ messages in thread
From: Chase Douglas @ 2010-07-16 12:15 UTC (permalink / raw)
  To: ath9k-devel

On Fri, 2010-07-16 at 09:16 +0200, Stefan Bader wrote:
> On 07/16/2010 04:22 AM, Chase Douglas wrote:
> > On Thu, 2010-07-15 at 10:17 -0700, Luis R. Rodriguez wrote:
> >> On Thu, Jul 15, 2010 at 12:50 AM, Falk-Moritz Schaefer
> >> <falk.schaefer@tu-dortmund.de> wrote:
> >>> Hi all,
> >>
> >> Please avoid HTML e-mails at all costs.
> >>
> >>> I have problems getting TL-WN721N to work. I have two identical laptops both
> >>> with a fresh Ubuntu 10.04 and BIOS Update. On one laptop the wireless usb
> >>> device works, on the other one I get the firmware error after one minute
> >>> (see below).
> >>>
> >>> :/lib/firmware$ ls -la ar*.fw
> >>> -rw-r--r-- 1 root root 51280 2010-07-15 08:51 ar9271.fw
> >>>
> >>> tail -f /var/log/kern.log
> >>> Jul 15 09:38:14 leber kernel: [  201.144235] usb 1-3: ath9k_htc: Firmware -
> >>> ar9271.fw not found
> >>
> >> Odd, yeah that should work, TL-WN721N is listed as AR9271 and not
> >> AR7010, which ath9k_htc also supports. The AR7010 devices does require
> >> an update usb mode switch [1] but since your device is not AR7010 I do
> >> not think that is the issue here. I take it you are usng
> >> compat-wireless?
> >>
> >> CC'ing the Ubuntu kernel team. Hey you guys have any idea on this?
> > 
> > Thanks Luis
> > 
> > Falk, please open a bug against the linux-firmware package for this
> > issue:
> > 
> > https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+filebug
> > 
> > Unless I've misread something, it sounds like we are just missing the
> > firmware file. That should be an easy fix.
> > 
> > Thanks,
> > 
> > -- Chase
> > 
> > 
> 
> From what I read that is not the case. Two identically set up machines show
> different behaviour and if the ls and error message were done on the same
> machine the file is actually there.
> I have not read the code, so I am more speculating, but could some other error
> in the firmware loading be falsely evaluated as fw not found?

Yeah, I misread it all of course :). It was a long day and all...

-- Chase

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

* [ath9k-devel] Firmware - ar9271.fw not found
  2010-07-16  6:57         ` Falk-Moritz Schaefer
@ 2010-07-18  2:50           ` Pavel Roskin
  2010-07-19  6:34             ` Falk-Moritz Schaefer
  0 siblings, 1 reply; 14+ messages in thread
From: Pavel Roskin @ 2010-07-18  2:50 UTC (permalink / raw)
  To: ath9k-devel

On Fri, 2010-07-16 at 08:57 +0200, Falk-Moritz Schaefer wrote:
> - Ubuntu 10.04 LTS with 2.6.32-21-generic
> - compat-wireless from 27.06.2010
> 
> Let me clearify, that I am not using the compat ubuntu package but a self
> compiled version, so consequently dev_set_uevent_suppress() does not matter.
> The network-manager is deinstalled on both laptops. There are two TL-WN721N
> cards both work on one laptop but not on the other.

The source of linux-backports-modules-wireless-2.6.32-21-generic is
affected by the race condition!  That's compat-wireless for the original
kernel shipped with Ubuntu 10.04.

It means dev_set_uevent_suppress() is not called for Linux 2.6.30 and 
newer.

2.6.32-22.13 is also affected.  2.6.32-23.16 and 2.6.32-24.17 are not
affected.

It's entirely possible that the Ubuntu linux-backports-modules-wireless
might have priority over compat-wireless.

Also, it's possible that compat-wireless was compiled for a kernel that
you are no longer running.

Please make sure your system is up-to-date.  That should be sufficient.

If you really want to use self compiled compat-wireless, please remove
linux-backports-modules-wireless if it's installed.  In this case, don't
forget to recompile compat-wireless every time you update the kernel.

If you have further questions, please post the output of "modinfo
ath9k_htc" so we know which module you are using.

-- 
Regards,
Pavel Roskin

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

* [ath9k-devel] Firmware - ar9271.fw not found
  2010-07-18  2:50           ` Pavel Roskin
@ 2010-07-19  6:34             ` Falk-Moritz Schaefer
  2010-07-20 21:34               ` Pavel Roskin
  0 siblings, 1 reply; 14+ messages in thread
From: Falk-Moritz Schaefer @ 2010-07-19  6:34 UTC (permalink / raw)
  To: ath9k-devel

The linux-backports-modules-wireless-2.6.32-21-generic were not installed. After installing them, everything works fine. I am a bit confused, but thanks for the help!

Best Regards
Falk
______
 
# modinfo ath9k_htc
filename:      
/lib/modules/2.6.32-21-generic/updates/drivers/net/wireless/ath/ath9k/ath9k_htc.ko
firmware:       ar9271.fw
firmware:       ar7010_1_1.fw
firmware:       ar7010.fw
description:    Atheros driver 802.11n HTC based wireless devices
license:        Dual BSD/GPL
author:         Atheros Communications
srcversion:     F1E55D278789ACDEB68460B
alias:          usb:v083ApA704d*dc*dsc*dp*ic*isc*ip*
alias:          usb:v04CAp4605d*dc*dsc*dp*ic*isc*ip*
alias:          usb:v13D3p3328d*dc*dsc*dp*ic*isc*ip*
alias:          usb:v13D3p3327d*dc*dsc*dp*ic*isc*ip*
alias:          usb:v07D1p3A10d*dc*dsc*dp*ic*isc*ip*
alias:          usb:v0846p9018d*dc*dsc*dp*ic*isc*ip*
alias:          usb:v0846p9030d*dc*dsc*dp*ic*isc*ip*
alias:          usb:v0CF3p7015d*dc*dsc*dp*ic*isc*ip*
alias:          usb:v0CF3p7010d*dc*dsc*dp*ic*isc*ip*
alias:          usb:v0CF3p1006d*dc*dsc*dp*ic*isc*ip*
alias:          usb:v0CF3p9271d*dc*dsc*dp*ic*isc*ip*
depends:       
ath9k_hw,compat_firmware_class,mac80211,led-class,ath9k_common,ath,cfg80211
vermagic:       2.6.32-21-generic SMP mod_unload modversions 586
parm:           debug:Debugging mask (uint)
parm:           nohwcrypt:Disable hardware encryption (int)



-----Urspr?ngliche Nachricht-----
Von: Pavel Roskin [mailto:proski at gnu.org] 
Gesendet: Sonntag, 18. Juli 2010 04:51
An: Falk-Moritz Schaefer
Cc: 'Chase Douglas'; 'Ubuntu Kernel Team'; ath9k-devel at venema.h4ckr.net
Betreff: Re: AW: [ath9k-devel] Firmware - ar9271.fw not found

On Fri, 2010-07-16 at 08:57 +0200, Falk-Moritz Schaefer wrote:
> - Ubuntu 10.04 LTS with 2.6.32-21-generic
> - compat-wireless from 27.06.2010
> 
> Let me clearify, that I am not using the compat ubuntu package but a self
> compiled version, so consequently dev_set_uevent_suppress() does not matter.
> The network-manager is deinstalled on both laptops. There are two TL-WN721N
> cards both work on one laptop but not on the other.

The source of linux-backports-modules-wireless-2.6.32-21-generic is
affected by the race condition!  That's compat-wireless for the original
kernel shipped with Ubuntu 10.04.

It means dev_set_uevent_suppress() is not called for Linux 2.6.30 and 
newer.

2.6.32-22.13 is also affected.  2.6.32-23.16 and 2.6.32-24.17 are not
affected.

It's entirely possible that the Ubuntu linux-backports-modules-wireless
might have priority over compat-wireless.

Also, it's possible that compat-wireless was compiled for a kernel that
you are no longer running.

Please make sure your system is up-to-date.  That should be sufficient.

If you really want to use self compiled compat-wireless, please remove
linux-backports-modules-wireless if it's installed.  In this case, don't
forget to recompile compat-wireless every time you update the kernel.

If you have further questions, please post the output of "modinfo
ath9k_htc" so we know which module you are using.

-- 
Regards,
Pavel Roskin

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

* [ath9k-devel] Firmware - ar9271.fw not found
  2010-07-19  6:34             ` Falk-Moritz Schaefer
@ 2010-07-20 21:34               ` Pavel Roskin
  2010-07-20 21:48                 ` Luis R. Rodriguez
  0 siblings, 1 reply; 14+ messages in thread
From: Pavel Roskin @ 2010-07-20 21:34 UTC (permalink / raw)
  To: ath9k-devel

On Mon, 2010-07-19 at 08:34 +0200, Falk-Moritz Schaefer wrote:

> The linux-backports-modules-wireless-2.6.32-21-generic were not
> installed. After installing them, everything works fine. I am a bit
> confused, but thanks for the help!

Actually, I was totally wrong.  The race condition affects kernels
_before_ 2.6.30, so no kernels in Ubuntu 10.10. should be affected.
Sorry for confusion!

> # modinfo ath9k_htc
> filename:      
> /lib/modules/2.6.32-21-generic/updates/drivers/net/wireless/ath/ath9k/ath9k_htc.ko

That's the Ubuntu package, as expected.

It looks like you have found a different problem with firmware download
that affects the current compat-wireless but not compat-wireless
packaged by Ubuntu.

-- 
Regards,
Pavel Roskin

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

* [ath9k-devel] Firmware - ar9271.fw not found
  2010-07-20 21:34               ` Pavel Roskin
@ 2010-07-20 21:48                 ` Luis R. Rodriguez
  2010-07-20 21:58                   ` Pavel Roskin
  0 siblings, 1 reply; 14+ messages in thread
From: Luis R. Rodriguez @ 2010-07-20 21:48 UTC (permalink / raw)
  To: ath9k-devel

On Tue, Jul 20, 2010 at 02:34:35PM -0700, Pavel Roskin wrote:
> On Mon, 2010-07-19 at 08:34 +0200, Falk-Moritz Schaefer wrote:
> 
> > The linux-backports-modules-wireless-2.6.32-21-generic were not
> > installed. After installing them, everything works fine. I am a bit
> > confused, but thanks for the help!
> 
> Actually, I was totally wrong.  The race condition affects kernels
> _before_ 2.6.30, so no kernels in Ubuntu 10.10. should be affected.
> Sorry for confusion!
> 
> > # modinfo ath9k_htc
> > filename:      
> > /lib/modules/2.6.32-21-generic/updates/drivers/net/wireless/ath/ath9k/ath9k_htc.ko
> 
> That's the Ubuntu package, as expected.

Actually I thought the Ubuntu linux-backports-modules installs the modules
under /lib/modules/$(uname -r)/cw/ ?

  Luis

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

* [ath9k-devel] Firmware - ar9271.fw not found
  2010-07-20 21:48                 ` Luis R. Rodriguez
@ 2010-07-20 21:58                   ` Pavel Roskin
  2010-07-20 22:04                     ` Luis R. Rodriguez
  0 siblings, 1 reply; 14+ messages in thread
From: Pavel Roskin @ 2010-07-20 21:58 UTC (permalink / raw)
  To: ath9k-devel

On Tue, 2010-07-20 at 14:48 -0700, Luis R. Rodriguez wrote:
> On Tue, Jul 20, 2010 at 02:34:35PM -0700, Pavel Roskin wrote:
> > On Mon, 2010-07-19 at 08:34 +0200, Falk-Moritz Schaefer wrote:
> > 
> > > The linux-backports-modules-wireless-2.6.32-21-generic were not
> > > installed. After installing them, everything works fine. I am a bit
> > > confused, but thanks for the help!
> > 
> > Actually, I was totally wrong.  The race condition affects kernels
> > _before_ 2.6.30, so no kernels in Ubuntu 10.10. should be affected.
> > Sorry for confusion!
> > 
> > > # modinfo ath9k_htc
> > > filename:      
> > > /lib/modules/2.6.32-21-generic/updates/drivers/net/wireless/ath/ath9k/ath9k_htc.ko
> > 
> > That's the Ubuntu package, as expected.
> 
> Actually I thought the Ubuntu linux-backports-modules installs the modules
> under /lib/modules/$(uname -r)/cw/ ?

Right, except that you missed "updates" before "cw".  Everything is
installed in one directory with no subdirectories.  Also, the ath9k_htc
driver is not there (I'm using the up-to-date 2.6.32-23 kernel).

So ath9k_htc is from compat-wireless and it didn't work, but installing
linux-backports-modules-wireless made it work somehow.

-- 
Regards,
Pavel Roskin

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

* [ath9k-devel] Firmware - ar9271.fw not found
  2010-07-20 21:58                   ` Pavel Roskin
@ 2010-07-20 22:04                     ` Luis R. Rodriguez
  2010-07-24  7:09                       ` Pavel Roskin
  0 siblings, 1 reply; 14+ messages in thread
From: Luis R. Rodriguez @ 2010-07-20 22:04 UTC (permalink / raw)
  To: ath9k-devel

On Tue, Jul 20, 2010 at 02:58:42PM -0700, Pavel Roskin wrote:
> On Tue, 2010-07-20 at 14:48 -0700, Luis R. Rodriguez wrote:
> > On Tue, Jul 20, 2010 at 02:34:35PM -0700, Pavel Roskin wrote:
> > > On Mon, 2010-07-19 at 08:34 +0200, Falk-Moritz Schaefer wrote:
> > > 
> > > > The linux-backports-modules-wireless-2.6.32-21-generic were not
> > > > installed. After installing them, everything works fine. I am a bit
> > > > confused, but thanks for the help!
> > > 
> > > Actually, I was totally wrong.  The race condition affects kernels
> > > _before_ 2.6.30, so no kernels in Ubuntu 10.10. should be affected.
> > > Sorry for confusion!
> > > 
> > > > # modinfo ath9k_htc
> > > > filename:      
> > > > /lib/modules/2.6.32-21-generic/updates/drivers/net/wireless/ath/ath9k/ath9k_htc.ko
> > > 
> > > That's the Ubuntu package, as expected.
> > 
> > Actually I thought the Ubuntu linux-backports-modules installs the modules
> > under /lib/modules/$(uname -r)/cw/ ?
> 
> Right, except that you missed "updates" before "cw".  Everything is
> installed in one directory with no subdirectories. 

Ah ok but in this case the user reporting issues would not be using
the Ubuntu package, and instead compiling the modules himself.

> Also, the ath9k_htc
> driver is not there (I'm using the up-to-date 2.6.32-23 kernel).
> 
> So ath9k_htc is from compat-wireless and it didn't work, but installing
> linux-backports-modules-wireless made it work somehow.

Hrm, that is odd...

  Luis

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

* [ath9k-devel] Firmware - ar9271.fw not found
  2010-07-20 22:04                     ` Luis R. Rodriguez
@ 2010-07-24  7:09                       ` Pavel Roskin
  0 siblings, 0 replies; 14+ messages in thread
From: Pavel Roskin @ 2010-07-24  7:09 UTC (permalink / raw)
  To: ath9k-devel

On Tue, 2010-07-20 at 15:04 -0700, Luis R. Rodriguez wrote:

> > So ath9k_htc is from compat-wireless and it didn't work, but installing
> > linux-backports-modules-wireless made it work somehow.
> 
> Hrm, that is odd...

I tried Ubuntu 10.10 x86_64 with the current kernel (2.6.32-24-generic)
with compat-wireless-2010-07-23 and without
linux-backports-modules-wireless.  I'm using TL-WN422G.  Everything is
working fine.

By the way, I tried making ar9271.fw an empty file and the resulting
message was "Firmware - ar9271.fw not found".  Perhaps the error
handling would need some improvement.

-- 
Regards,
Pavel Roskin

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

* [ath9k-devel] Firmware - ar9271.fw not found
@ 2010-07-15  7:50 Falk-Moritz Schaefer
  0 siblings, 0 replies; 14+ messages in thread
From: Falk-Moritz Schaefer @ 2010-07-15  7:50 UTC (permalink / raw)
  To: ath9k-devel

Hi all,

 

I have problems getting TL-WN721N to work. I have two identical laptops both
with a fresh Ubuntu 10.04 and BIOS Update. On one laptop the wireless usb
device works, on the other one I get the firmware error after one minute
(see below).

 

Do you have any idea, what could go wrong?

 

BR

Falk

_____________________________

 

:/lib/firmware$ ls -la ar*.fw

-rw-r--r-- 1 root root 51280 2010-07-15 08:51 ar9271.fw

 

tail -f /var/log/kern.log

 

Jul 15 09:37:14 leber kernel: [  140.996179] usb 1-3: new high speed USB
device using ehci_hcd and address 4 

Jul 15 09:37:14 leber kernel: [  141.145238] usb 1-3: configuration #1
chosen from 1 choice 

Jul 15 09:38:14 leber kernel: [  201.144235] usb 1-3: ath9k_htc: Firmware -
ar9271.fw not found

Jul 15 09:38:14 leber kernel: [  201.144260] ath9k_hif_usb: probe of 1-3:1.0
failed with error -22

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20100715/43c4363e/attachment.htm 

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

end of thread, other threads:[~2010-07-24  7:09 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <Acsj8nAYqnXSDOFpRvG6musBv9reUQ==>
     [not found] ` <1908737015270049666@unknownmsgid>
2010-07-15 17:17   ` [ath9k-devel] Firmware - ar9271.fw not found Luis R. Rodriguez
2010-07-16  2:22     ` Chase Douglas
2010-07-16  3:36       ` Pavel Roskin
2010-07-16  6:57         ` Falk-Moritz Schaefer
2010-07-18  2:50           ` Pavel Roskin
2010-07-19  6:34             ` Falk-Moritz Schaefer
2010-07-20 21:34               ` Pavel Roskin
2010-07-20 21:48                 ` Luis R. Rodriguez
2010-07-20 21:58                   ` Pavel Roskin
2010-07-20 22:04                     ` Luis R. Rodriguez
2010-07-24  7:09                       ` Pavel Roskin
2010-07-16  7:16       ` Stefan Bader
2010-07-16 12:15         ` Chase Douglas
2010-07-15  7:50 Falk-Moritz Schaefer

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.