Hello, trying to setup a wifi adapter with my pc. I don’t actually know too much about this adapter, but it is recognized by my system upon plugging it in as “Realtek 802.11ac WAN Adapter”. In terms of drivers, I’ve installed both the rtl8852au and rtl8812au packages, but in reading this thread, it seems I may need to make a config file to go along with the driver (whichever one is needed, I’ll just remove the unused one).
I am looking for clarification on what to do next, as I can neither figure out if the drivers have been loaded nor connect to wifi (which I’ve also never done on linux as of yet).
I don’t. In trying to find out more about the adapter I found it likely doesn’t work with linux, I am now using a Tp-link AC600 Archer T2UB Nano, as linked in the other thread. Issue I’ve found now with this id wlan0 not showing up. I removed the prev 2 drivers and installed the one for RTL8811AU chipsets from aur. The commands you asked give the outputs as follows:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 046d:c016 Logitech, Inc. Optical Wheel Mouse
Bus 001 Device 003: ID 1532:024e Razer USA, Ltd Razer BlackWidow V3
Bus 001 Device 004: ID 2357:011e TP-Link AC600 wireless Realtek RTL8811AU [Archer T2U Nano]
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
That was the package I installed. I uninstalled it and rebooted to no effect, and then I reinstalled and rebooted to find it working. Must’ve missed something along the way earlier.
Thank you for the help!
One final question if you have a moment, when I was trying to diagnose issues and noticed a lack of “wlan” devices, are those just the recognized adapters themselves?
I’m not sure what you did to recognize the wlan devices. I use commands to identify hardware based on chip id’s. That is the only way to know what hardware it actually is and what is required to make it work. inxi -Na lists the network devices that it recognizes. If they don’t show then there is either a module not loaded or can be a conflict with modules also. Since you are using a usb device I also used lsusb to show usb devices. With these i am looking at the hardware, brand, type and chip id.