Search found 2 matches

by xratedpooh
Sun Aug 29, 2021 1:42 am
Forum: Linux
Topic: Building RTL8188EU kernel module for current kernel (5.13-MiSTer)
Replies: 10
Views: 4505

Re: Building RTL8188EU kernel module for current kernel (5.13-MiSTer)

@vanfanel
vermagic of your ko file is 5.13.12 SMP blah blah.
It should be 5.13.12-MiSTer SMP blah blah
you can add that string by modifying CONFIG_LOCALVERSION.

and also to use modprobe, do the following command first.
depmod -a
modprobe r8188eu
by xratedpooh
Sat Aug 28, 2021 12:02 pm
Forum: Linux
Topic: Building RTL8188EU kernel module for current kernel (5.13-MiSTer)
Replies: 10
Views: 4505

Re: Building RTL8188EU kernel module for current kernel (5.13-MiSTer)

Current 5.13.12 linux kernel has a RTL8188EU driver as staging device driver.
It's located in "/drivers/staging/rtl8188eu".
You can enable it by changing Kernel config. Then "make modules" will make r8188eu.ko.