jurobystricky / Netgear-A6210

AC1200 High Gain WiFi USB Adapter Linux kernel driver
291 stars 155 forks source link

Port to 4.15 #119

Open cjds opened 5 years ago

cjds commented 5 years ago

Updates the driver so it supports the 4.15 kernel

eckad158 commented 5 years ago

I tried to build this PR it with the current Kernel : 4.15.0-48-generic on ElementaryOS and i get the following error :

/home/rams/Netgear-A6210/os/linux/../../os/linux/rt_linux.c: In function ‘__RTMP_OS_Init_Timer’: /home/rams/Netgear-A6210/os/linux/../../os/linux/rt_linux.c:120:9: error: ‘struct timer_list’ has no member named ‘timer_callback’ pTimer->timer_callback = function; ^~ scripts/Makefile.build:330: recipe for target '/home/rams/Netgear-A6210/os/linux/../../os/linux/rt_linux.o' failed make[2]: *** [/home/rams/Netgear-A6210/os/linux/../../os/linux/rt_linux.o] Error 1 Makefile:1552: recipe for target '_module_/home/rams/Netgear-A6210/os/linux' failed make[1]: *** [_module_/home/rams/Netgear-A6210/os/linux] Error 2 make[1]: Verzeichnis „/usr/src/linux-headers-4.15.0-48-generic“ wird verlassen Makefile:59: recipe for target 'debug' failed make: *** [debug] Error 2 any suggestions ?

tarunmittal commented 5 years ago

Hi, I was able to successfully install the driver. But after using it for few minutes, it just drops. Sometimes, replugging the WiFi adapter, and restarting the Network Manager works. Has anybody faced this issue? Any pointers/solution?