2011-09-17 22:45:11

by James

[permalink] [raw]
Subject: did my hardware die?

Does it mean my hardware died since dmesg shows nothing related to ath?

# dmesg | grep ath

# lspci
02:09.0 Network controller: Atheros Communications Inc. AR5008 Wireless
Network Adapter (rev 01)


2011-09-17 23:20:05

by James

[permalink] [raw]
Subject: Re: did my hardware die?

On 09/17/11 18:40, James wrote:
> Does it mean my hardware died since dmesg shows nothing related to ath?
>
> # dmesg | grep ath
>
> # lspci
> 02:09.0 Network controller: Atheros Communications Inc. AR5008
> Wireless Network Adapter (rev 01)
> --
> To unsubscribe from this list: send the line "unsubscribe
> linux-wireless" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
Kernel 3.6.36.4 sees the hardware:

ath9k 0000:02:08.0: PCI INT A -> Link[LNKA] -> GSI 18 (level, low) -> IRQ 18
ath: EEPROM regdomain: 0x10
ath: EEPROM indicates we should expect a direct regpair map
ath: Country alpha2 being used: CO
ath: Regpair used: 0x10
ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
Registered led device: ath9k-phy0

Kernel-3.0.4 does not.

2011-09-17 23:49:01

by Larry Finger

[permalink] [raw]
Subject: Re: did my hardware die?

On 09/17/2011 06:22 PM, James wrote:
> On 09/17/11 18:40, James wrote:
>> Does it mean my hardware died since dmesg shows nothing related to ath?
>>
>> # dmesg | grep ath
>>
>> # lspci
>> 02:09.0 Network controller: Atheros Communications Inc. AR5008 Wireless
>> Network Adapter (rev 01)
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
>> the body of a message to [email protected]
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
> Kernel 3.6.36.4 sees the hardware:
>
> ath9k 0000:02:08.0: PCI INT A -> Link[LNKA] -> GSI 18 (level, low) -> IRQ 18
> ath: EEPROM regdomain: 0x10
> ath: EEPROM indicates we should expect a direct regpair map
> ath: Country alpha2 being used: CO
> ath: Regpair used: 0x10
> ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
> Registered led device: ath9k-phy0
>
> Kernel-3.0.4 does not.

What are the PCI ID's for that device? That comes from 'lspci -nn'.

What is the source of your 3.0.4 kernel?

Larry


2011-09-18 05:13:31

by James

[permalink] [raw]
Subject: Re: did my hardware die?

On 09/17/11 19:48, Larry Finger wrote:
> On 09/17/2011 06:22 PM, James wrote:
>> On 09/17/11 18:40, James wrote:
>>> Does it mean my hardware died since dmesg shows nothing related to ath?
>>>
>>> # dmesg | grep ath
>>>
>>> # lspci
>>> 02:09.0 Network controller: Atheros Communications Inc. AR5008 Wireless
>>> Network Adapter (rev 01)
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe
>>> linux-wireless" in
>>> the body of a message to [email protected]
>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>>
>> Kernel 3.6.36.4 sees the hardware:
>>
>> ath9k 0000:02:08.0: PCI INT A -> Link[LNKA] -> GSI 18 (level, low) ->
>> IRQ 18
>> ath: EEPROM regdomain: 0x10
>> ath: EEPROM indicates we should expect a direct regpair map
>> ath: Country alpha2 being used: CO
>> ath: Regpair used: 0x10
>> ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
>> Registered led device: ath9k-phy0
>>
>> Kernel-3.0.4 does not.
>
> What are the PCI ID's for that device? That comes from 'lspci -nn'.
>
> What is the source of your 3.0.4 kernel?
>
> Larry
I recompiled 3.0.4 and it works.
I took out ath9k debugging (and maybe other stuff) and put it back.
I got the kernel directly from kernel.org a while ago.