Hi,
I'm trying to enable wifi (a AR5418 wifi card) on my desktop PC with FreeBsd 12.2.
$ sysctl net.wlan.devices
net.wlan.devices: ath0
$ pciconf -lv ath0
ath0@pci0:2:0:0: class=0x028000 card=0x2a5f103c chip=0x0024168c rev=0x01 hdr=0x00
vendor = 'Qualcomm Atheros'
device = 'AR5418 Wireless Network Adapter [AR5008E 802.11(a)bgn] (PCI-Express)'
class = network
$
What do I need in '/etc/rc.conf' to enable the wifi? I'm thinking along the line
#added wifi interface
wlans ath0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"
any thoughts?
I'm trying to enable wifi (a AR5418 wifi card) on my desktop PC with FreeBsd 12.2.
$ sysctl net.wlan.devices
net.wlan.devices: ath0
$ pciconf -lv ath0
ath0@pci0:2:0:0: class=0x028000 card=0x2a5f103c chip=0x0024168c rev=0x01 hdr=0x00
vendor = 'Qualcomm Atheros'
device = 'AR5418 Wireless Network Adapter [AR5008E 802.11(a)bgn] (PCI-Express)'
class = network
$
What do I need in '/etc/rc.conf' to enable the wifi? I'm thinking along the line
#added wifi interface
wlans ath0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"
any thoughts?