All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] AR5008 - failed to initialize device
@ 2010-03-08 19:29 Sergei Antonov
  2010-03-10  5:24 ` Pavel Roskin
  0 siblings, 1 reply; 4+ messages in thread
From: Sergei Antonov @ 2010-03-08 19:29 UTC (permalink / raw)
  To: ath9k-devel

Hi!
I cannot make kernel 2.6.33 work with the "D-Link DWA-547" PCI card. Details 
follow.

dmesg:
ath9k 0000:00:11.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, low) -> IRQ 10
ath: address test failed addr: 0x00008000 - wr:0x00100010 != rd:0x00000010
ath: Unable to initialize hardware; initialization status: -19
ath9k 0000:00:11.0: failed to initialize device
ath9k 0000:00:11.0: PCI INT A disabled

lspci -v:
00:11.0 Network controller: Atheros Communications Inc. AR5008 Wireless 
Network Adapter (rev 01)
 Subsystem: D-Link System Inc Device 3a6b
 Flags: 66MHz, medium devsel, IRQ 10
 Memory at df000000 (32-bit, non-prefetchable) [size=64K]

.config:
CONFIG_ATH_COMMON=y
CONFIG_ATH_DEBUG=y
CONFIG_ATH9K_HW=y
CONFIG_ATH9K_COMMON=y
CONFIG_ATH9K=y
CONFIG_ATH9K_DEBUGFS=y 

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

* [ath9k-devel] AR5008 - failed to initialize device
  2010-03-08 19:29 [ath9k-devel] AR5008 - failed to initialize device Sergei Antonov
@ 2010-03-10  5:24 ` Pavel Roskin
  2010-03-10  6:03   ` [ath9k-devel] 答复: " wang.biao5 at zte.com.cn
  2010-03-10  7:35   ` [ath9k-devel] " Sergei Antonov
  0 siblings, 2 replies; 4+ messages in thread
From: Pavel Roskin @ 2010-03-10  5:24 UTC (permalink / raw)
  To: ath9k-devel

On Mon, 2010-03-08 at 22:29 +0300, Sergei Antonov wrote:
> Hi!
> I cannot make kernel 2.6.33 work with the "D-Link DWA-547" PCI card. Details 
> follow.
> 
> dmesg:
> ath9k 0000:00:11.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, low) -> IRQ 10
> ath: address test failed addr: 0x00008000 - wr:0x00100010 != rd:0x00000010
> ath: Unable to initialize hardware; initialization status: -19
> ath9k 0000:00:11.0: failed to initialize device
> ath9k 0000:00:11.0: PCI INT A disabled

That's a chip test failure.

As you can see in the list archives, Atheros based D-Link devices are
notoriously unreliable.  You may want to increase PCI latency in BIOS
settings (if you are lucky to have that option) or try the card on
another system.

-- 
Regards,
Pavel Roskin

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

* [ath9k-devel] 答复: Re:  AR5008 - failed to initialize device
  2010-03-10  5:24 ` Pavel Roskin
@ 2010-03-10  6:03   ` wang.biao5 at zte.com.cn
  2010-03-10  7:35   ` [ath9k-devel] " Sergei Antonov
  1 sibling, 0 replies; 4+ messages in thread
From: wang.biao5 at zte.com.cn @ 2010-03-10  6:03 UTC (permalink / raw)
  To: ath9k-devel

        I have just got a  "D-Link DWA-547" PCI Card, I tested it in the 
OpenSUSE 11.2 with  kernel 2.6.31. At first, the "network setting" cannot 
recognize it, and the ath9k doesnot work. By using lspci, I found the chip 
in the "D-Link DWA-547" was AR922X, not AR5008(AR5416+AR2133), and it was 
not included in the ath9k supported chipsets.

        Fortunately, after several times install and reboot, it finally 
works. Just magic.





Pavel Roskin <proski@gnu.org> 
???:  ath9k-devel-bounces at lists.ath9k.org
2010-03-10 13:24

???
Sergei Antonov <sa@sa.pp.ru>
??
ath9k-devel at lists.ath9k.org
??
Re: [ath9k-devel] AR5008 - failed to initialize device






On Mon, 2010-03-08 at 22:29 +0300, Sergei Antonov wrote:
> Hi!
> I cannot make kernel 2.6.33 work with the "D-Link DWA-547" PCI card. 
Details 
> follow.
> 
> dmesg:
> ath9k 0000:00:11.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, low) -> 
IRQ 10
> ath: address test failed addr: 0x00008000 - wr:0x00100010 != 
rd:0x00000010
> ath: Unable to initialize hardware; initialization status: -19
> ath9k 0000:00:11.0: failed to initialize device
> ath9k 0000:00:11.0: PCI INT A disabled

That's a chip test failure.

As you can see in the list archives, Atheros based D-Link devices are
notoriously unreliable.  You may want to increase PCI latency in BIOS
settings (if you are lucky to have that option) or try the card on
another system.

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





--------------------------------------------------------
ZTE Information Security Notice: The information contained in this mail is solely property of the sender's organization. This mail communication is confidential. Recipients named above are obligated to maintain secrecy and are not permitted to disclose the contents of this communication to others.
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the originator of the message. Any views expressed in this message are those of the individual sender.
This message has been scanned for viruses and Spam by ZTE Anti-Spam system.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20100310/021de218/attachment.htm 

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

* [ath9k-devel] AR5008 - failed to initialize device
  2010-03-10  5:24 ` Pavel Roskin
  2010-03-10  6:03   ` [ath9k-devel] 答复: " wang.biao5 at zte.com.cn
@ 2010-03-10  7:35   ` Sergei Antonov
  1 sibling, 0 replies; 4+ messages in thread
From: Sergei Antonov @ 2010-03-10  7:35 UTC (permalink / raw)
  To: ath9k-devel

> On Mon, 2010-03-08 at 22:29 +0300, Sergei Antonov wrote:
>> Hi!
>> I cannot make kernel 2.6.33 work with the "D-Link DWA-547" PCI card.
>> Details
>> follow.
>>
>> dmesg:
>> ath9k 0000:00:11.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, low) -> IRQ
>> 10
>> ath: address test failed addr: 0x00008000 - wr:0x00100010 !=
>> rd:0x00000010
>> ath: Unable to initialize hardware; initialization status: -19
>> ath9k 0000:00:11.0: failed to initialize device
>> ath9k 0000:00:11.0: PCI INT A disabled
>
> That's a chip test failure.
>
> As you can see in the list archives, Atheros based D-Link devices are
> notoriously unreliable.  You may want to increase PCI latency in BIOS
> settings (if you are lucky to have that option) or try the card on
> another system.

Inserting the card into another PCI slot helped. Thank you for the advice.

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

end of thread, other threads:[~2010-03-10  7:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-08 19:29 [ath9k-devel] AR5008 - failed to initialize device Sergei Antonov
2010-03-10  5:24 ` Pavel Roskin
2010-03-10  6:03   ` [ath9k-devel] 答复: " wang.biao5 at zte.com.cn
2010-03-10  7:35   ` [ath9k-devel] " Sergei Antonov

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.