You are not logged in.
Greetings
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
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
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
https://askubuntu.com/questions/1256006 … sb-adapter
Looks like that chipset needs https://github.com/RinCat/RTL88x2BU-Linux-Driver
It is in aur, https://aur.archlinux.org/packages/rtl88x2bu-dkms-git .
You'll have to build that package yourself, start with reading https://wiki.archlinux.org/title/Arch_User_Repository .
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
Hi Lone_Wolf -
Thank you so much for the info! I'll get to reading and building that package
Offline
Package built with no problems. I'm connected now, thank you so much Lone_Wolf! Your help is greatly appreciated
Offline