On 01.02.2017 22:12, Stephen Morris wrote: [...] > I'm about to try to interface the source code for this driver to dkms so > that it will get compiled every time I boot from a new kernel, but at > the moment I'm not sure how to tell dkms where to find the source code, > so I'll have to try to investigate that. > "dkms.conf" of rtl8812AU is working example https://github.com/diederikdehaas/rtl8812AU # journalctl -o cat -b -u dkms Starting Builds and install new kernel modules through DKMS... Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area... 'make'...................................... cleaning build area... DKMS: build completed. 8812au.ko: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /lib/modules/4.9.6-100.fc24.x86_64/extra/ Adding any weak-modules depmod...... DKMS: install completed. Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area... 'make'................................ cleaning build area... DKMS: build completed. 8814au.ko: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /lib/modules/4.9.6-100.fc24.x86_64/extra/ Adding any weak-modules depmod.... DKMS: install completed. Started Builds and install new kernel modules through DKMS. # modinfo -k $(uname -r) -n 8812au 8814au /lib/modules/4.9.6-100.fc24.x86_64/extra/8812au.ko /lib/modules/4.9.6-100.fc24.x86_64/extra/8814au.ko # modprobe -v 8812au ; modprobe -v 8814au insmod /lib/modules/4.9.6-100.fc24.x86_64/kernel/net/rfkill/rfkill.ko.xz insmod /lib/modules/4.9.6-100.fc24.x86_64/kernel/net/wireless/cfg80211.ko.xz insmod /lib/modules/4.9.6-100.fc24.x86_64/extra/8812au.ko insmod /lib/modules/4.9.6-100.fc24.x86_64/extra/8814au.ko # dmesg -t ... RTL871X: module init start RTL871X: rtl8821au v4.3.14 RTL871X: rtl8821au BT-Coex version = BTCOEX20150128-51 usbcore: registered new interface driver rtl8821au RTL871X: module init ret=0 RTL871X: module init start RTL871X: rtl8814au v4.3.21_17997.20160531 usbcore: registered new interface driver rtl8814au RTL871X: module init ret=0 _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx