I'm quite new to Ubuntu. Plugged in my wifi adapter, signal is super weak. Plugged the same adapter into a Windows desktop in the same room and it was getting perfect signal.
TP-LINK TL-WN727N V5.20
Moved the router closer and managed to get it somewhat connected. However, the WiFi icon on the upper right varies up and down, and generally super low signal. Ping is very high as well.
Have read through a number of threads and can't find a specific solution yet. From what I understood, drivers are not needed. But since the connection is abnormal, I reckon will need to update the drivers?
I've downloaded this driver from TP Link site: https://static.tp-link.com/2019/201905/20190524/TL-WN727N_V5.20_190514_Linux.zip Not sure whether to directly install it, or to remove some previous drivers as mentioned in some threads I read here:
Ubuntu 22.04 LTS Desktop
Codename: jammy
Kernel: Linux 6.2.0-26-generic
Architecture: x86-64
GNOME version 42.9
Windowing System: Wayland
Attached info
lsusb
Bus 002 Device 002: ID 8087:8002 Intel Corp. 8 channel internal hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:800a Intel Corp. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 174c:3074 ASMedia Technology Inc. ASM1074 SuperSpeed hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 005: ID 04ca:00f9 Lite-On Technology Corp. Generic USB Keyboard
Bus 003 Device 003: ID 1532:006e Razer USA, Ltd DeathAdder Essential
Bus 003 Device 006: ID 2357:0111 TP-Link 802.11n NIC
Bus 003 Device 002: ID 174c:2074 ASMedia Technology Inc. ASM1074 High-Speed hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
modinfo r8188eu | grep 0111
alias: usb:v2357p0111d*dc*dsc*dp*ic*isc*ip*in*
sudo dmesg | grep 8188
[ 8.797949] r8188eu: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.831710] usbcore: registered new interface driver r8188eu
[ 10.322240] r8188eu 3-10.3:1.0 wlx7c8bca071d51: renamed from wlan0
[ 11.283613] r8188eu 3-10.3:1.0: Firmware Version 11, SubVersion 1, Signature 0x88e1
[ 5366.503201] r8188eu 3-10.3:1.0 wlxd0374589284f: renamed from wlan0
lsusb
terminal command output while the dongle is connected – R A Oct 10 '23 at 06:46lsusb
– kombuchailatte Oct 10 '23 at 06:51modinfo r8188eu | grep 0111
and:sudo dmesg | grep 8188
Welcome to Ask Ubuntu. – chili555 Oct 10 '23 at 15:23