I am trying a new PCI card in my router, it's a D-Link DWA-552. Running GENERIC 7.4 i386 kernel. Seems that no driver is "registered" for this chip. I thought that ath would do it.
Output of "pciconf -lv":
Relevant lines in GENERIC kernel:
Are some additional modules needed or something like that? I read on forums and elsewhere that the AH_SUPPORT_AR5416 should do the trick for this particular card, but it seems still not to work.
Output of "pciconf -lv":
Code:
none1@pci0:1:0:0: class=0x028000 card=0x3a7d1186 chip=0x0029168c rev=0x01 hdr=0x00
vendor = 'Atheros Communications Inc.'
class = network
Relevant lines in GENERIC kernel:
Code:
device ath # Atheros pci/cardbus NIC's
device ath_hal # Atheros HAL (Hardware Access Layer)
options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
device ath_rate_sample # SampleRate tx rate control for ath
Are some additional modules needed or something like that? I read on forums and elsewhere that the AH_SUPPORT_AR5416 should do the trick for this particular card, but it seems still not to work.