Realtek PCIe 8813AE package driver

Is there any way to find the package for my Wireless Network Adapter? It works well with connecting to WiFi on Windows but I’m not sure how to do it on Manjaro Linux. The Ethernet vendor: Gigabyte driver: r8168 works well connecting to the network but when it is unplugged from the device no wireless networks are detected.

Any suggestions on what I could try next? Thank you very much

$ inxi -Fxxxza --no-host | grep -A 4 “Network”
Network: Device-1: Realtek RTL8813AE 802.11ac PCIe Wireless Network Adapter driver: N/A port: e000
bus ID: 04:00.0 chip ID: 10ec:8813
Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet vendor: Gigabyte driver: r8168
v: 8.048.03-NAPI modules: r8169 port: d000 bus ID: 09:00.0 chip ID: 10ec:8168
IF: enp9s0 state: up speed: 1000 Mbps duplex: full mac:

You can search parts on linux-hardware.org and see what drivers people use, but unfortunately, it seems there is no in-kernel or any out-of-kernel driver available at the moment. Neither AUR, nor GitHub shows any hits for “rtl8813ae”.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.