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 <Larry.Finger@xxxxxxxxxxxx> 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 */ -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html