Hi all,
First time user of freebsd/freenas and first time posting.
I have installed the FreeNAS 9.1.1 and all appears to be working including two the onboard Marvell Gigabit NICs.
But I can't get my wireless pcie card to work.
This is the card, its got an AR9287 chip and I believe it is supported.
http://wikidevi.com/wiki/TP-LINK_TL-WN881ND
So you FreeNAS can see the NIC but no drivers to operate it.
So I tried adding the following lines to /boot/loader.conf
if_ath_load="YES"
if_ath_pci_load="YES"
if_ath_hal_load="YES"
Still no drivers attached!
Any help would be appreciated, if this has already been covered & I missed it please point me to it.
First time user of freebsd/freenas and first time posting.
I have installed the FreeNAS 9.1.1 and all appears to be working including two the onboard Marvell Gigabit NICs.
But I can't get my wireless pcie card to work.
This is the card, its got an AR9287 chip and I believe it is supported.
http://wikidevi.com/wiki/TP-LINK_TL-WN881ND
Code:
[root@freenas ~]# pciconf -lv
none3@pci0:4:0:0: class=0x028000 card=0x30a4168c chip=0x002e168c rev=0x01 hdr=0x00
vendor = 'Atheros Communications Inc.'
device = 'AR9287 Wireless Network Adapter (PCI-Express)'
class = networkCode:
[root@freenas ~]# dmesg | grep -i pci pci4: <ACPI PCI bus> on pcib4 pci4: <network> at device 0.0 (no driver attached)
Code:
[root@freenas ~]# ifconfig -a
msk0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=c011a<TXCSUM,VLAN_MTU,VLAN_HWTAGGING,TSO4,VLAN_HWTSO,LINKSTATE>
ether 00:1e:8c:02:92:8e
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (none)
status: no carrier
msk1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=c011a<TXCSUM,VLAN_MTU,VLAN_HWTAGGING,TSO4,VLAN_HWTSO,LINKSTATE>
ether 00:1e:8c:02:98:da
inet 10.0.0.70 netmask 0xffffff00 broadcast 10.0.0.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (100baseTX <full-duplex,flowcontrol,rxpause,txpause>)
status: active
ipfw0: flags=8801<UP,SIMPLEX,MULTICAST> metric 0 mtu 65536
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0xc
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>So you FreeNAS can see the NIC but no drivers to operate it.
So I tried adding the following lines to /boot/loader.conf
if_ath_load="YES"
if_ath_pci_load="YES"
if_ath_hal_load="YES"
Still no drivers attached!
Any help would be appreciated, if this has already been covered & I missed it please point me to it.