Hi I have an old computer that I’m using as an HTPC and the network adapter is a ASUS AX55 Nano and Kodi is not detecting Wifi. I have the drivers on a flash drive that I’ve used to install drivers on windows previously with the pc. How can I get it working?
Network adapter not supported
-
sourkraut -
May 12, 2024 at 7:59 PM -
Thread is Resolved
-
-
That's the needed driver:
GitHub - realtek-lunix/RTL8852BU_RTL8832BU_WiFi_linuxContribute to realtek-lunix/RTL8852BU_RTL8832BU_WiFi_linux development by creating an account on GitHub.github.comIf modprobe 8852bu fails, then the driver isn't present, and you have to compile your own LE:
ThreadSelf-building an LE image with RTL8852CU support
My Raspberry Pi 4 was getting terrible wifi reception and the cheapest way I could figure to improve it was to buy a cheap wifi adapter off of amazon.
I bought an "AX5400M" wifi 6e usb adapter with external antennas, hooked it up and... nothing.
lsusb showed the device with an ID of 0bda:c832 and dmesg showed it was being recognized as a wifi adapter, but it wasn't actually accessible.
Some googling indicated this chipset is _very_ new and there is practically no support for it anywhere, but…Kermit_ProtocolAugust 31, 2023 at 11:05 PM -
The source Da Flex linked is outdated and won't compile for the Linux 6.6 kernels we use in LE12. This one is more up-to-date and should be fine: https://github.com/lwfinger/rtl8852bu. It's not something we will entertain adding to the main LE image, as we have a long-running policy of refusing to add more Realtek vendor drivers.
-
After some more research, we can say that the WiFi adapter isn't fully supported on Linux. Buy something else.
WiFi-to-Ethernet adapters will always work (the more expansive ones also have 5GHz). Example (2.4GHz only):
-
Or just build your own LE image with the extra driver included https://wiki.libreelec.tv/development/build-basics
-
Ok I’ll buy that adapter, thanks for the help!