Hi,
The Netgear WNA1000M N150 Wi-Fi USB Micro Adapter, based on Realtek 8192CU, is said to be supported in this page.
https://www.freebsd.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-release-ports
I have the driver and firmware for it loaded but sysctl net.wlan.devices does not show it. Any idea?
I am running 11.0-RELEASE-p3 on a amd64 PC.
The Netgear WNA1000M N150 Wi-Fi USB Micro Adapter, based on Realtek 8192CU, is said to be supported in this page.
https://www.freebsd.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-release-ports
I have the driver and firmware for it loaded but sysctl net.wlan.devices does not show it. Any idea?
I am running 11.0-RELEASE-p3 on a amd64 PC.
Code:
# cat /boot/loader.conf
autoboot_delay="1"
fuse_load="YES"
if_ehci_load="YES"
if_uhci_load="YES"
if_ohci_load="YES"
if_usb_load="YES"
if_wlan_load="YES"
# for Ralink USB IEEE 802.11a/g/n wireless network devices
if_run_load="YES"
runfw_load="YES"
# hw.usb.urtwn.debug=1
# for Realtek RTL8188CU/RTL8188RU/RTL8188EU/RTL8192CU USB IEEE 802.11b/g/n wireless network devices such as Netgear WNA1000M
legal.realtek.license_ack=1
if_urtwn_load="YES"
urtwn-rtl8192cfwT_load="YES"
urtwn-rtl8192cfwU_load="YES"
urtwn-rtl8188eufw_load="YES"
# for wireless encryption
wlan_wep_load="YES"
wlan_ccmp_load="YES"
wlan_tkip_load="YES"