brektrou / rtl8821CU

Realtek RTL8811CU/RTL8821CU USB Wi-Fi adapter driver for Linux
GNU General Public License v2.0
1.59k stars 460 forks source link

Compiles Successfully on Raspbian x86, but there is a catch #41

Open abrescom opened 4 years ago

abrescom commented 4 years ago

I was able to successfully compile version 5.8.1 of the driver

There is just one catch, I did it BEFORE updating/upgrading the OS

This is the kernel version reported when i start a SSH session 4.19.0-6-686-pae #1 SMP Debian 4.19.67-2+deb10u1 (2019-09-20) i686

Also you have to add the following line in the Makefile

EXTRA_CFLAGS += -Wno-error=date-time

After installation i executed: sudo dkms status and this is the result:

rtl8821CU, 5.8.1, 4.19.0-6-686-pae, i686: installed

Hope this helps others