Good Morning,
I have a wireless usb adapter with id 0bda: f179 and I would like to add the rtl8188fu module to it in the kernel.
I already compiled this module for the armbian on the c2 odroid and it worked correctly.
How should I compile this module in the kernel?
the following steps were taken:
git clone GitHub - LibreELEC/LibreELEC.tv: Just enough OS for KODI
cd LibreELEC.tv
git checkout libreelec-9.0
PROJECT = Amlogic DEVICE = Odroid_C2 ARCH = arm tools / download-tool
to compile the module in armbian I used following command
I downloaded the kernel-headers and then
git clone GitHub - ulli-kroll/rtl8188fu: rtl8188fu driver for linux
make
sudo modprobe cfg80211
insmod rtl8188fu.ko
make installfw
here is the cross compile command
make ARCH = "arm" CROSS_COMPILE = CROSS_COMPILE=aarch64-linux-gnu- KSRC = /usr/lib/linux-kernel-headers-3.14.79-116 modules