I have plugged in a PCI card which is labelled with:
This suggests that it is supported by the ath driver. However, when I run pciconf -lv it is recognized as:
which I don't understand. I don't know how to get this card recognized correctly or how to get if_ath assigned to it. Have read a few varying instructions but they don't address this particular model.
Other things I have observed; ath_pci seems to be loaded, and most of what I expect to see for wlan connection:
But when I try to set it up as suggested, it fails:
Is there a wireless setup tool I am missing? How can I get this device working?
Thnx,
Les.
[FONT=Courier New]NETGEAR 54 Mbps wireless PCI Adapter
32-bit PCI WG311 v2[/FONT]
32-bit PCI WG311 v2[/FONT]
This suggests that it is supported by the ath driver. However, when I run pciconf -lv it is recognized as:
[FONT=Courier New]none1@pci0:3:12:0: class=0x028000 card=0x4c001385 chip=0x9066104c rev=0x00 hdr=0x00
vendor = 'Texas Instruments'
device = 'ACX 111 54Mbps Wireless Interface'
class = network[/FONT]
vendor = 'Texas Instruments'
device = 'ACX 111 54Mbps Wireless Interface'
class = network[/FONT]
which I don't understand. I don't know how to get this card recognized correctly or how to get if_ath assigned to it. Have read a few varying instructions but they don't address this particular model.
Other things I have observed; ath_pci seems to be loaded, and most of what I expect to see for wlan connection:
[FONT=Courier New]kldstat -v | grep ath
97 pci/ath_pci
kldstat -v | grep wlan
419 wlan_wep
418 wlan_tkip
417 wlan_ccmp
416 wlan_amrr
422 wlan_sta
421 wlan_ratectl_none
420 wlan[/FONT]
97 pci/ath_pci
kldstat -v | grep wlan
419 wlan_wep
418 wlan_tkip
417 wlan_ccmp
416 wlan_amrr
422 wlan_sta
421 wlan_ratectl_none
420 wlan[/FONT]
But when I try to set it up as suggested, it fails:
[FONT=Courier New]ifconfig wlan0 create wlandev ath0
ifconfig: SIOCIFCREATE2: Device not configured[/FONT]
ifconfig: SIOCIFCREATE2: Device not configured[/FONT]
Is there a wireless setup tool I am missing? How can I get this device working?
Thnx,
Les.