2010-11-09 01:42:24

by Larry Finger

[permalink] [raw]
Subject: What kind of Atheros device is this?

On the openSUSE forum, one of the posters got this output from lspci -nnk:

02:00.0 Network controller [0280]: Atheros Communications Inc. Device
[168c:002c] (rev 01)
Subsystem: Device [1a3b:1112]

I did not find these PCI IDs for any device in wireless or staging. What is it,
and what driver should it use?

Thanks,

Larry


2010-11-09 22:41:18

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: What kind of Atheros device is this?

On Tue, Nov 09, 2010 at 02:35:01PM -0800, Luis R. Rodriguez wrote:
> On Tue, Nov 9, 2010 at 2:33 PM, Larry Finger <[email protected]> wrote:
> > On 11/09/2010 03:35 PM, David Quan wrote:
> >>
> >> "Atheros AR2427 Wireless Network Adapter"
> >>
> >> Legacy 11b/g 2.4Ghz.
> >
> > Was there a driver in Linux for this device that has been removed? The OP on the
> > openSUSE Forum claims that it "used to work".
>
>
> One second.

Havem them try something like this:

diff --git a/drivers/net/wireless/ath/ath9k/pci.c b/drivers/net/wireless/ath/ath9k/pci.c
index b5b6514..eab555f 100644
--- a/drivers/net/wireless/ath/ath9k/pci.c
+++ b/drivers/net/wireless/ath/ath9k/pci.c
@@ -26,6 +26,7 @@ static DEFINE_PCI_DEVICE_TABLE(ath_pci_id_table) = {
{ PCI_VDEVICE(ATHEROS, 0x002A) }, /* PCI-E */
{ PCI_VDEVICE(ATHEROS, 0x002B) }, /* PCI-E */
{ PCI_VDEVICE(ATHEROS, 0x002C) }, /* PCI-E 802.11n bonded out */
+ { PCI_VDEVICE(AZWAVE, 0x1112) }, /* PCI-E 802.11n bonded out */
{ PCI_VDEVICE(ATHEROS, 0x002D) }, /* PCI */
{ PCI_VDEVICE(ATHEROS, 0x002E) }, /* PCI-E */
{ PCI_VDEVICE(ATHEROS, 0x0030) }, /* PCI-E AR9300 */

2010-11-09 21:14:29

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: What kind of Atheros device is this?

On Mon, Nov 8, 2010 at 5:42 PM, Larry Finger <[email protected]> wrote:
> On the openSUSE forum, one of the posters got this output from lspci -nnk:
>
> 02:00.0 Network controller [0280]: Atheros Communications Inc. Device
> [168c:002c] (rev 01)
>        Subsystem: Device [1a3b:1112]
>
> I did not find these PCI IDs for any device in wireless or staging. What is it,
> and what driver should it use?

Hm, not sure, David, have you ever heard of this?

Luis

2010-11-09 22:33:20

by Larry Finger

[permalink] [raw]
Subject: Re: What kind of Atheros device is this?

On 11/09/2010 03:35 PM, David Quan wrote:
>
> "Atheros AR2427 Wireless Network Adapter"
>
> Legacy 11b/g 2.4Ghz.

Was there a driver in Linux for this device that has been removed? The OP on the
openSUSE Forum claims that it "used to work".

Larry

2010-11-09 21:35:30

by David Quan

[permalink] [raw]
Subject: RE: What kind of Atheros device is this?

DQoiQXRoZXJvcyBBUjI0MjcgV2lyZWxlc3MgTmV0d29yayBBZGFwdGVyIg0KDQpMZWdhY3kgMTFi
L2cgMi40R2h6LiANCg0KDQotLS0tLU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQ0KRnJvbTogTHVpcyBS
LiBSb2RyaWd1ZXogW21haWx0bzptY2dyb2ZAZ21haWwuY29tXSANClNlbnQ6IFR1ZXNkYXksIE5v
dmVtYmVyIDA5LCAyMDEwIDE6MTQgUE0NClRvOiBMYXJyeSBGaW5nZXINCkNjOiB3aXJlbGVzczsg
RGF2aWQgUXVhbg0KU3ViamVjdDogUmU6IFdoYXQga2luZCBvZiBBdGhlcm9zIGRldmljZSBpcyB0
aGlzPw0KDQpPbiBNb24sIE5vdiA4LCAyMDEwIGF0IDU6NDIgUE0sIExhcnJ5IEZpbmdlciA8TGFy
cnkuRmluZ2VyQGx3ZmluZ2VyLm5ldD4gd3JvdGU6DQo+IE9uIHRoZSBvcGVuU1VTRSBmb3J1bSwg
b25lIG9mIHRoZSBwb3N0ZXJzIGdvdCB0aGlzIG91dHB1dCBmcm9tIGxzcGNpIC1ubms6DQo+DQo+
IDAyOjAwLjAgTmV0d29yayBjb250cm9sbGVyIFswMjgwXTogQXRoZXJvcyBDb21tdW5pY2F0aW9u
cyBJbmMuIERldmljZQ0KPiBbMTY4YzowMDJjXSAocmV2IDAxKQ0KPiDCoCDCoCDCoCDCoFN1YnN5
c3RlbTogRGV2aWNlIFsxYTNiOjExMTJdDQo+DQo+IEkgZGlkIG5vdCBmaW5kIHRoZXNlIFBDSSBJ
RHMgZm9yIGFueSBkZXZpY2UgaW4gd2lyZWxlc3Mgb3Igc3RhZ2luZy4gV2hhdCBpcyBpdCwNCj4g
YW5kIHdoYXQgZHJpdmVyIHNob3VsZCBpdCB1c2U/DQoNCkhtLCBub3Qgc3VyZSwgRGF2aWQsIGhh
dmUgeW91IGV2ZXIgaGVhcmQgb2YgdGhpcz8NCg0KIEx1aXMNCg==

2010-11-09 22:35:22

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: What kind of Atheros device is this?

On Tue, Nov 9, 2010 at 2:33 PM, Larry Finger <[email protected]> wrote:
> On 11/09/2010 03:35 PM, David Quan wrote:
>>
>> "Atheros AR2427 Wireless Network Adapter"
>>
>> Legacy 11b/g 2.4Ghz.
>
> Was there a driver in Linux for this device that has been removed? The OP on the
> openSUSE Forum claims that it "used to work".


One second.