All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] ar9271.fw not found
@ 2010-06-22  9:45 peter at compu-zone.com
  2010-06-22 17:25 ` Luis R. Rodriguez
  2010-06-24  7:22 ` DaFy
  0 siblings, 2 replies; 5+ messages in thread
From: peter at compu-zone.com @ 2010-06-22  9:45 UTC (permalink / raw)
  To: ath9k-devel

Hi to all,

I Previously brought a TP-Link wn422g-v2 atheros chipset
Bus 001 Device 003: ID 0cf3:1006 Atheros Communications, Inc.

I use the ndiswrapper but not working, i use the compat-wireless still not
working
this is the output that i get:-

root at bt:~# dmesg | grep -e ath -e wlan
md: multipath personality registered for level -4
ath9k 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
ath9k 0000:04:00.0: setting latency timer to 64
ath: EEPROM regdomain: 0x65
ath: EEPROM indicates we should expect a direct regpair map
ath: Country alpha2 being used: 00
ath: Regpair used: 0x65
phy0: Selected rate control algorithm 'ath9k_rate_control'
Registered led device: ath9k-phy0::radio
Registered led device: ath9k-phy0::assoc
Registered led device: ath9k-phy0::tx
Registered led device: ath9k-phy0::rx
usb 1-1.2: ath9k_htc: Firmware - ar9271.fw not found    <<<<<<<<<<<<<<<<<<<<
ath9k_hif_usb: probe of 1-1.2:1.0 failed with error -22    
<<<<<<<<<<<<<<<<<<<<<<<
usbcore: registered new interface driver ath9k_hif_usb

Can u please help me how to fix it?
I couldn't find any of this in internet

the compat-wireless i get from

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

* [ath9k-devel] ar9271.fw not found
  2010-06-22  9:45 [ath9k-devel] ar9271.fw not found peter at compu-zone.com
@ 2010-06-22 17:25 ` Luis R. Rodriguez
  2010-06-24  7:22 ` DaFy
  1 sibling, 0 replies; 5+ messages in thread
From: Luis R. Rodriguez @ 2010-06-22 17:25 UTC (permalink / raw)
  To: ath9k-devel

On Tue, Jun 22, 2010 at 02:45:50AM -0700, peter at compu-zone.com wrote:
> Hi to all,
> 
> I Previously brought a TP-Link wn422g-v2 atheros chipset
> Bus 001 Device 003: ID 0cf3:1006 Atheros Communications, Inc.
> 
> I use the ndiswrapper but not working, i use the compat-wireless still not
> working
> this is the output that i get:-
> 
> root at bt:~# dmesg | grep -e ath -e wlan
> md: multipath personality registered for level -4
> ath9k 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
> ath9k 0000:04:00.0: setting latency timer to 64
> ath: EEPROM regdomain: 0x65
> ath: EEPROM indicates we should expect a direct regpair map
> ath: Country alpha2 being used: 00
> ath: Regpair used: 0x65
> phy0: Selected rate control algorithm 'ath9k_rate_control'
> Registered led device: ath9k-phy0::radio
> Registered led device: ath9k-phy0::assoc
> Registered led device: ath9k-phy0::tx
> Registered led device: ath9k-phy0::rx
> usb 1-1.2: ath9k_htc: Firmware - ar9271.fw not found    <<<<<<<<<<<<<<<<<<<<
> ath9k_hif_usb: probe of 1-1.2:1.0 failed with error -22    
> <<<<<<<<<<<<<<<<<<<<<<<

git clone git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
sudo cp linux-firmware/ar9271.fw /lib/firmware/

  Luis

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

* [ath9k-devel] ar9271.fw not found
  2010-06-22  9:45 [ath9k-devel] ar9271.fw not found peter at compu-zone.com
  2010-06-22 17:25 ` Luis R. Rodriguez
@ 2010-06-24  7:22 ` DaFy
  1 sibling, 0 replies; 5+ messages in thread
From: DaFy @ 2010-06-24  7:22 UTC (permalink / raw)
  To: ath9k-devel

You have to download the file ar9271.fw and then copy it in/lib/firmware 

Here is the firmware
http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-
firmware.git;a=blob_plain;f=ar9271.fw;hb=35b308409dc18991ec833c

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

* [ath9k-devel] ar9271.fw not found
@ 2010-06-25 10:34 peter at compu-zone.com
  2010-06-25 10:38 ` Peter Stuge
  0 siblings, 1 reply; 5+ messages in thread
From: peter at compu-zone.com @ 2010-06-25 10:34 UTC (permalink / raw)
  To: ath9k-devel



Thanks for the reply but sadly not working and same error
I am using BT4 Final with Linux-2.6.30.9
The compat wireless that i am using is
http://www.orbit-lab.org/kernel/compat-wireless-2.6-stable/v2.6.35/compat-wireless-2.6.35-rc2.tar.bz2
The firmware i get
git clone
git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
> sudo cp linux-firmware/ar9271.fw /lib/firmware/

What i do is: root at bt~compat-wireless-2.6.35-rc2.tar.bz2
1)sudo make
2)sudo make install
3)sudo unload
4)sudo load
5)sudo cp linux-firmware/ar9271.fw /lib/firmware
6)reboot

i get this in boot screen before login
loading hardware...usb 1-1.1:ath9k_htc: Firmware - ar9271.fw not found

dmesg | grep -e -ath -e wlan
md: multipath personality registered for level -4
usb 1-1.1: ath9k_htc: Firmware - ar9271.fw not found
ath9k_hif_usb: probe of 1-1.1:1.0 failed with error -22

Do you need any more information? please reply me Thank you very much.


> On Tue, Jun 22, 2010 at 02:45:50AM -0700, peter at compu-zone.com wrote:
>> Hi to all,
>>
>> I Previously brought a TP-Link wn422g-v2 atheros chipset
>> Bus 001 Device 003: ID 0cf3:1006 Atheros Communications, Inc.
>>
>> I use the ndiswrapper but not working, i use the compat-wireless still
>> not
>> working
>> this is the output that i get:-
>>
>> root at bt:~# dmesg | grep -e ath -e wlan
>> md: multipath personality registered for level -4
>> ath9k 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>> ath9k 0000:04:00.0: setting latency timer to 64
>> ath: EEPROM regdomain: 0x65
>> ath: EEPROM indicates we should expect a direct regpair map
>> ath: Country alpha2 being used: 00
>> ath: Regpair used: 0x65
>> phy0: Selected rate control algorithm 'ath9k_rate_control'
>> Registered led device: ath9k-phy0::radio
>> Registered led device: ath9k-phy0::assoc
>> Registered led device: ath9k-phy0::tx
>> Registered led device: ath9k-phy0::rx
>> usb 1-1.2: ath9k_htc: Firmware - ar9271.fw not found
>> <<<<<<<<<<<<<<<<<<<<
>> ath9k_hif_usb: probe of 1-1.2:1.0 failed with error -22
>> <<<<<<<<<<<<<<<<<<<<<<<
>
> git clone
> git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
> sudo cp linux-firmware/ar9271.fw /lib/firmware/
>
>   Luis
>

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

* [ath9k-devel] ar9271.fw not found
  2010-06-25 10:34 peter at compu-zone.com
@ 2010-06-25 10:38 ` Peter Stuge
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Stuge @ 2010-06-25 10:38 UTC (permalink / raw)
  To: ath9k-devel

peter at compu-zone.com wrote:
> 5)sudo cp linux-firmware/ar9271.fw /lib/firmware

Did the directory /lib/firmware exist when you ran this command? If
not you need to fix that. Rename the file back, make the dir, move
the file into the dir, then reload the module.


//Peter

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

end of thread, other threads:[~2010-06-25 10:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-22  9:45 [ath9k-devel] ar9271.fw not found peter at compu-zone.com
2010-06-22 17:25 ` Luis R. Rodriguez
2010-06-24  7:22 ` DaFy
  -- strict thread matches above, loose matches on Subject: below --
2010-06-25 10:34 peter at compu-zone.com
2010-06-25 10:38 ` Peter Stuge

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.