|
This post was finally edited by OrangeDruid at 2023-1-6 14:28
Hi All,
I have an USB Wifi & Bluetooth dongle with RTL8821CU chip, just like this:
https://www.amazon.com/Bluetooth ... %2Caps%2C187&sr=8-3
When I attempt to build and install the driver I need to install the kernel headers,
however the kernel headers are not available for RK3588 Debian or Ubuntu.
I'm trying to install the driver from here:
https://github.com/morrownr/8821cu-20210118/blob/main/README.md
This is the terminal command which fails to install the kernel headers:
sudo apt install -y linux-headers-($uname -r)
You can verify the failure to install the kernel headers from any Orange Pi 5
running Debian or Ubuntu by executing the command above.
How can I install the kernel headers in order to build custom drivers?
I'm just trying to get the USB Wifi & Bluetooth dongle with RTL8821CU chip to work,
so if there is a simpler, easier way to achieve that which does not involve installing kernel
headers and building a custom driver then that would be first prize!
Any help would be sincerely appreciated
All the best,
Brendon
P.S. - While attempting to install the kernel headers and the device driver my Orange Pi 5
is connected to the internet via an Ethernet cable and I can successfully access the
internet through the web browser from the Orange Pi 5.
|
|