404 Not Found 人の夢は!!!終わらねェ!!!! | M300A a écrit :
Bon...
J'ai des cartes Wifi basé sur de l'atheros normalement supportées par ath9k.
Cependant le driver ne les accroche pas.
00:0c.0 Network controller [0280]: Retix Corporation Device [128c:0023] (rev 01)
|
Comment je peux savoir si ce pci_id est marqué comme supporté dans ath9k ?
|
2.6.29.3-rt14
linux/drivers/net/wireless/ath9k/main.c:31
Code :
- static struct pci_device_id ath_pci_id_table[] __devinitdata = {
- { PCI_VDEVICE(ATHEROS, 0x0023) }, /* PCI */
- { PCI_VDEVICE(ATHEROS, 0x0024) }, /* PCI-E */
- { PCI_VDEVICE(ATHEROS, 0x0027) }, /* PCI */
- { PCI_VDEVICE(ATHEROS, 0x0029) }, /* PCI */
- { PCI_VDEVICE(ATHEROS, 0x002A) }, /* PCI-E */
- { PCI_VDEVICE(ATHEROS, 0x002B) }, /* PCI-E */
- { 0 }
- };
|
|