Wi-Fi adapter doesn't work with drivers installed.

Today I installed opensuse leap 15.2 and my wi-fi adapter doesn’t work.
My wi-fi adapter is a Trendnet TEW 809 UB/A and the chipset is rtl8812au.

I tried installing the drivers from morrownr and gnab but none of them worked.
The wi-fi adapter has a cable in between the USB port and the actual adapter and it cannot be plugged in directly.

I just did a google and found this : rtl8812au Kernel driver for Realtek 802.11ac 8812au wifi cards

There are few other posts in the forum reg this rtl8812au

https://forums.opensuse.org/showthread.php/534037-Promlems-with-bring-up-of-USB-wireless-using-rtl8812au-device
https://forums.opensuse.org/showthread.php/526069-RTL8812au-and-NetworkManager
https://forums.opensuse.org/showthread.php/531414-RTL8812AU-install-errors
https://forums.opensuse.org/showthread.php/550537-Edup-dongle-and-rtl8812au-issues/page2

Post:

lsusb

Use code-tags:
https://forums.opensuse.org/showthread.php/536143-Using-Code-Tags-Around-Your-Paste

This is what lsusb gives me:


joe@mama:~> lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 0951:16ad Kingston Technology 
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 005: ID 046d:c08b Logitech, Inc. 
Bus 001 Device 011: ID 04e8:6864 Samsung Electronics Co., Ltd GT-I9070 (network tethering, USB debugging enabled)
Bus 001 Device 004: ID 1038:1206 SteelSeries ApS 
Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 002: ID 20f4:809a TRENDnet 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


I already have that installed too.

Bus 001 Device 002: ID 20f4:809a TRENDnet

Its an rtl8814au Chip, so please post your kernel Version to get the right Repo:

uname -a

localhost@localhost:~> uname -a
Linux localhost.localdomain 5.3.18-lp152.66-default #1 SMP Tue Mar 2 13:18:19 UTC 2021 (73933a3) x86_64 x86_64 x86_64 GNU/Linux

Add this Repo as root with:

zypper ar -f https://download.opensuse.org/repositories/home:/Sauerland:/hardware/openSUSE_Leap_15.2_Update Sauerland-update

Install the driver:

zypper in -f rtl8814au-kmp-default

Reboot and config your network, I would use for Wifi NetworkManager.

If a new kernel is released, you will get the driver automatically a little bit later.

Oh yup that works! Thanks.