Language translations now possible!
K=/usr/src/linux-4.14.10(snip)# kernel prepare################uname -r# 4.14.10-tinycore64# check our build will match string....NOcd $Kmake kernelversion# 4.14.10# fix it ########sed 's|EXTRAVERSION =|EXTRAVERSION = -tinycore64|' -i $K/Makefilemake kernelversion# should become 4.14.10-tinycore64, I lack the skills to script that # into a "true" if then script.....so watch out please newbies like memake scripts
In other words, your kernel refuses to accept your module because version strings (more precisely, version magics) do not match
modinfo 8188eu | grep vermagicvermagic: 4.14.10-tinycore64 SMP mod_unload