You are not logged in.

#1 2022-05-31 22:18:27

bddrbb
Member
Registered: 2022-05-31
Posts: 4

[SOLVED] Trouble with drivers for the TP Link 802.11ac wifi adapter

Greetings smile

I'm having trouble establishing a wireless internet connection. The device I have is the TP-Link 802.1ac, found from the lsusb command. I have tried the rtl8812au-dkms-git, rtl8821au-dkms-git, and rtl88xxau-aircrack-dkms-git drivers from the AUR, but something else must be wrong. The output of

ip link

is

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp5s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether 18:c0:4d:55:ed:30 brd ff:ff:ff:ff:ff:ff

,
so I tried to start/enable with

systemctl start dhcpcd@enp5s0

and

systemctl enable dhcpcd@enp5s0

, but no luck. I have rebooted after each try with the different drivers. I greatly appreciate any nudges in the right direction in advance!

- Thanks

Last edited by bddrbb (2022-06-01 17:12:10)

Offline

#2 2022-06-01 05:32:56

seth
Member
Registered: 2012-09-03
Posts: 60,896

Re: [SOLVED] Trouble with drivers for the TP Link 802.11ac wifi adapter

The device I have is the TP-Link 802.1ac, found from the lsusb command.

What really doesn't say anything. TP-Link rebrands various chips, even under the same model.
=> Please post the actual lsusb

The output of ip link

doesn't show any Wifi NIC, enp5s0 is your wired device.
You should™ have/get a lease there from dhcpcd, though ("ip a") as it has a carrier and is up.

Offline

#3 2022-06-01 16:05:15

bddrbb
Member
Registered: 2022-05-31
Posts: 4

Re: [SOLVED] Trouble with drivers for the TP Link 802.11ac wifi adapter

Hi Seth -

Here's the output of lsusb:

Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 2357:0138 TP-Link 802.11ac NIC
Bus 001 Device 003: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 001 Device 005: ID 1b1c:0c1c Corsair CORSAIR iCUE Commander CORE
Bus 001 Device 002: ID 05ac:024f Apple, Inc. Aluminium Keyboard (ANSI)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Offline

#4 2022-06-01 16:24:06

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,275

Re: [SOLVED] Trouble with drivers for the TP Link 802.11ac wifi adapter


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#5 2022-06-01 16:40:02

bddrbb
Member
Registered: 2022-05-31
Posts: 4

Re: [SOLVED] Trouble with drivers for the TP Link 802.11ac wifi adapter

Hi Lone_Wolf -

Thank you so much for the info! I'll get to reading and building that package smile

Offline

#6 2022-06-01 17:10:53

bddrbb
Member
Registered: 2022-05-31
Posts: 4

Re: [SOLVED] Trouble with drivers for the TP Link 802.11ac wifi adapter

Package built with no problems. I'm connected now, thank you so much Lone_Wolf! Your help is greatly appreciated smile

Offline

Board footer

Powered by FluxBB