olzcompu.blogg.se

Realtek 8812 driver to arch linux
Realtek 8812 driver to arch linux




Sudo wget -O /usr/local/bin/rpi-source & sudo chmod +x /usr/local/bin/rpi-source & /usr/local/bin/rpi-source -q -tag-update To build Module.symvers instead of getting it with wget.Īnd I tried to upgrade my kernel to 5.4.42-v7l+ with sudo rpi-update I have also tried to use sudo make modules Hopefully the answer will also help other people in the future. I hope that you can help me with tips on how to proceed with this issue! Here is some more information about my setup. 88x2bu: disagrees about version of symbol module_layout driver folder after unpacking the tar file, I look in the Makefile and here i dont find any RPI options under CONFIGURATION_PLATFORM_*Īnd ran the install.sh script but it fails (of course because the Makefile does not handle the new CONFIG_PLATFORM_ARM64_RPI line). I also have the official drivers available to me from this link:īut in the. I am a programmer myself (not a linux programmer though) but I simply don't know what I want the Makefile code to do when CONFIG_PLATFORM_ARM64_RPI is set to y.Įxample of a RealTek driver that supports Raspberry Pi 4 (These does not work with my wifi adaptor however so just fyi): I have seen other RealTek drivers that supports Raspberry Pi 4 through a variable in the Makefile named CONFIG_PLATFORM_ARM64_RPI.

realtek 8812 driver to arch linux

So I guess that the Makefile setting CONFIG_PLATFORM_ARM_RPI is not compatible with Raspberry Pi 4 but only earlier models.Ĭan I modify the Makefile and add a new platform type that allows the driver to be built for Raspberry Pi 4? Or how do I approach this issue?

realtek 8812 driver to arch linux

When I run the last command sudo modprobe 88x2bu I get this error message: modprobe: ERROR: could not insert '88x2bu': Exec format error

realtek 8812 driver to arch linux

Sudo ln -s /usr/src/linux /lib/modules/$(uname -r)/build Install build tools: sudo apt install build-essential bc git wget libssl-dev bison flex dkms I have spent 5 hours so far trying to install the Linux driver for the chip on my Raspberry Pi 4.Īpparently, I am not able to do this on my own so I hope that you guys can help me. Recently, I bought a USB3 WiFi adapter with the RTL8812BU chip (Supports Linux).






Realtek 8812 driver to arch linux