Announcement

Collapse
No announcement yet.

No WiFi with TP-Link AC600

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    No WiFi with TP-Link AC600

    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 ?

    #2
    What WiFi are you wanting to see/connect too? Is it your local (home) network?
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Originally posted by T1moschenk0 View Post
      driver is correctly installed
      Using what instructions or source? There may be multiple versions or builds of the driver code

      What does lsusb show for your adapter?

      If no access points are displayed, then the driver is not working.

      Comment


        #4
        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

        Comment


          #5
          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.

          https://github.com/morrownr/USB-WiFi...nel_drivers.md
          Last edited by claydoh; Mar 26, 2024, 04:59 PM.

          Comment


            #6
            No, it didn't.

            Comment

            Working...
            X