If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
TP-Link AC600 Archer T2U nano WiFi USB adapter driver is correctly installed (sudo dkms status, LED blinking) in my ASUS notebook running Kubuntu 23.10. However, no WiFi connection is detected.
Any help, please ?
What WiFi are you wanting to see/connect too? Is it your local (home) network?
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
The WiFi I'm trying to connect to is local home.
Instructions were:
sudo apt install dkms git build-essential libelf-dev linux-headers-$(uname -r)
git clone https:// github.com/aircrack-ng/rtl8812au.git
cd rtl8812au/
sudo make dkms_install
Then
sudo dkms status
8812au,5.6.4.2_35491.20191025, 6.5.0-26-generic, x86_64: installed
lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 010: ID 04ca:3010 Lite-on Technology Corp.
Bus 001 Device 004: ID 04f2:b483 Chicony Electronics Co Ltd USB 2.0 VGA UVC Webcam
Bus 001 Device 003: ID 2357:011e TP-Link AC600 wireless Realtek RTL 8811AU [Archer T2U Nano]
Bus 001 Device 002: ID 10c4:8108 Silicon Labs USB OPTICAL MOUSE
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation Root hub
I don't believe that the aircrack-ng 8812au driver is the correct one for your 8811au, though this is VERY confusing, and at some points in the past, and on older kernels, this *may* have worked.
THIS is the one I would have suggested, as it explicitly mentions 8811au. No idea if it will work.
Both this and the aircrack are derived from the same ancient Realtek code(s), since Realtek are.......crap when it comes to Linux, even if they did toss out some code at some point.
You may want to completely uninstall the aircrack driver, and try this one.
I have used various morrownr drivers for different devices in the past, and in my own experience, they mostly worked, while the aircrack ones usually didn't.
Comment