Quantcast
Channel:
Viewing all articles
Browse latest Browse all 443

Networking • Re: TP-Link TL-WN725N 0x0dba : 0x8179

$
0
0
Its a rtl8188EU chip set. Try plugging into another usb port.
usbconfig list
usbconfig -d ugenX.Y dump_device_desc

dmesg | tail -25
tail -25 /var/log/messages

What could be the problems?, this chip only supports nearby 2.4Ghz Access Points and does not Support 5Ghz Access Points. This Realtek chipset RTL8188EU should work well to connect you wirelessly to your access point.
https://forums.ghostbsd.org/viewtopic.php?f=64&t=526 Manual setup of a Wireless Wifi connection using a USB dongle Edimax EW-7811un version 1 chip
https://forums.ghostbsd.org/viewtopic.php?f=64&t=570 Manual setup of a Wireless Wifi connection using a PCIe Half-Height card RTL8188ce

Networkmgr, should normally handle this for you to edit the 3 files and make the Wifi connection active.
Open networks need the "WPA " removed from the line

Code:

ifconfig_wlan0="DHCP"
WPA2 or WPA3 need the "WPA" placed inside the quoted line

Code:

ifconfig_wlan0="WPA DHCP"
in the file /etc/rc.conf

Code:

killall dhclientsudo  service netif restartsudo  service routing restartdhclient wlan0

Statistics: Posted by wb7odyfred — Sun Dec 31, 2023 8:29 am



Viewing all articles
Browse latest Browse all 443

Trending Articles