On 07/05/2017 03:25 PM, Stephen Morris wrote: > On 6/24/17 4:03 PM, Samuel Sieb wrote: >> On 06/23/2017 05:56 PM, Stephen Morris wrote: >>> I am using a DWA-192 usb WiFi adapter in F25 hence I need to get >>> a driver from github to be compiled on my system so that I can use >>> the adapter. This driver compiled and worked quite happily with >>> kernel 4.9.9, not that the kernel version is necessarily an indicator >>> of compile success. It had been a month or more since I had apply any >>> system updates, so I did so two days ago, which as part of the update >>> updated the kernel to 4.11.5, and when dkms went to compile the >>> driver for the new kernel the compile failed with error messages >>> about implicit function definitions and messages about warnings >>> having been converted to errors. >> >> That's the problem with using out-of-tree drivers. Someone has to >> keep them up-to-date with kernel changes. >> >>> Does anyone know if there is an updated driver that will compile >>> with the current level of F25 or whether it has yet to be updated for >>> compatibility with F25 and hence I will need to continue to use >>> Ethernet internet access? >> >> https://github.com/xxNull-lsk/rtl8812AU has a recent commit that >> mentions kernel 4.11. I think >> https://wikidevi.com/wiki/D-Link_DWA-192 is suggesting that you have >> to modify one of the files to add your device id to it. > I downloaded the rtl8812AU driver even though its not necessarily the > right chipset (I believed the chipset in the DWA-192 was the rtl8814AU > chipset) but when I compiled it, it failed with the same errors. > It seems to me that the reason the source code is failing to compile > after the system update is that the compiler has been changed, as this > is the only reason I can see that source code that compiled fine before > the update won't compile after the update, unless the functions that the > compiler is rejecting as being implicitly defined, are functions that > were defined in the 4.9.9 kernel but have been removed sometime between > there and the 4.11.5 kernel. I just built the driver from https://github.com/xxNull-lsk/rtl8812AU on my machine with kernel 4.11.8-200.fc25.x86_64 with absolutely no problem. Note that you must have the kernel-devel RPM installed, and I'd recommend also having the elfutils-libelf-devel RPM installed. I didn't build it for DKMS use, just the regular build: [rick@prophead rtl8812AU-master]$ uname -r 4.11.8-200.fc25.x86_64 [rick@prophead rtl8812AU-master]$ modinfo 8812au.ko filename: /home/rick/Downloads/Drivers/rtl8812AU-master/8812au.ko version: v5.1.5_19247.20160830 author: Realtek Semiconductor Corp. description: Realtek Wireless Lan Driver license: GPL srcversion: C550A52D7A7F27740561522 alias: usb:v2604p0012d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v2001p3316d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v2001p3315d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v07B8p8812d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v2019pAB30d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v1740p0100d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v1058p0632d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v2001p3313d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0586p3426d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0E66p0022d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0B05p17D2d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0409p0408d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0789p016Ed*dc*dsc*dp*ic*isc*ip*in* alias: usb:v04BBp0952d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0DF6p0074d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v7392pA822d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v2001p330Ed*dc*dsc*dp*ic*isc*ip*in* alias: usb:v050Dp1106d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0BDAp881Cd*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0BDAp881Bd*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0BDAp881Ad*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0BDAp8812d*dc*dsc*dp*ic*isc*ip*in* depends: cfg80211 vermagic: 4.11.8-200.fc25.x86_64 SMP mod_unload <other stuff snipped> ---------------------------------------------------------------------- - Rick Stevens, Systems Engineer, AllDigital ricks@xxxxxxxxxxxxxx - - AIM/Skype: therps2 ICQ: 226437340 Yahoo: origrps2 - - - - Money can't buy happiness, but it can take the sting out of being - - miserable! - ---------------------------------------------------------------------- _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx