Hi. Many posts on this forum have helped me get started . I am using the TP-Link WN 725N usb adapter on my FreeBSD 11.2 (a standard adapter for which a driver is available).
The adapter is detected, but is not able to connect to my Wi-Fi network. Strangely, it also detects all my neighbouring networks, except mine ! On booting, I get a message: "Failed to start wpa_supplicant".
Executing
gives:
Executing
gives
My /etc/rc.conf:
My /boot/loader.conf
My wpa_supplicant.conf contains just 1 entry of the ssid and password.
My question is: Are there any additional /different settings needed in case of FreeBSD 11.2 to make the wi-fi USB adapter work ?
The adapter is detected, but is not able to connect to my Wi-Fi network. Strangely, it also detects all my neighbouring networks, except mine ! On booting, I get a message: "Failed to start wpa_supplicant".
Executing
Code:
ifconfig | grep -B3 -i wireless
Code:
ether 50:3e:aa:75:85:16
hwaddr 50:3e:aa:75:85:16
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
Executing
Code:
sysctl net.wlan.devices
Code:
net.wlan.devices: urtwn0
My /etc/rc.conf:
Code:
ifconfig_re0="inet 192.168.1.10 netmask 255.255.255.0"
#ifconfig_em0="DHCP"
wlans_urtwn0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"
defaultrouter="192.168.1.1"
sshd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
dbus_enable="YES"
mysql_enable="yes"
My /boot/loader.conf
Code:
if_urtwn_load="YES"
legal.realtek.license_ack=1
if_wi_load="YES"
wlan_wep_load="YES"
wlan_ccmp_load="YES"
wlan_tkip_load="YES"
My wpa_supplicant.conf contains just 1 entry of the ssid and password.
My question is: Are there any additional /different settings needed in case of FreeBSD 11.2 to make the wi-fi USB adapter work ?