Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - MrMatthew

#1
Hello,

I have the wifi card TP-LINK TL-WDN4800 https://www.freebsd.org/releases/10.2R/hardware.html#wlan which is supported in the Freebsd 10.x versions. When I try to assing an interface the card is not being detected. when I log in and run pciconf -lv it shows as the last line
Vendor = 'Qualcomm Atheros'
device = 'AR93xx Wireless Network Adapter
class = network.

I went looking online and found to add the following lines to /boot/loader.conf
if_ath_load="YES"
wlan_wep_load="YES"
wlan_ccmp_load="YES"
wlan_tkip_load="YES"

but I still can not see this device. Am I missing something?
Any help is appreciated.