-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Kernel 4.12 #77
base: master
Are you sure you want to change the base?
Conversation
cfg80211.h was changed in 818a986e4ebacea2020622e48c8bc04b7f500d89
include/linux/netdevice.h was changed in cf124db566e6b036b8bcbe8decbed740bdfac8c6
Tested, and working! |
Tested and working. But having some problems when I start the system with Ac1200 connected on computer. And can't shutdown Ac1200 or all Wifi interfaces are freezed. Can connect to all networks I want, so it's good. |
So how would I fix this? I'm having an issue using 'make' with Kali Linux. How would I change these files? sorry, I'm not very knowledgeable about Github |
This is not about Github, but about git. To test the changes I made, you need to run |
I followed these steps, and couldn't get to the
then I get this error, same as last time: export DBGFLAGS *** Building driver with debug messages *** cp -f os/linux/Makefile.6 /root/Netgear-A6210/os/linux/Makefile make -C /lib/modules/3.8.11/build DBGFLAGS=-DDBG SUBDIRS=/root/Netgear-A6210/os/linux modules make[1]: *** /lib/modules/3.8.11/build: No such file or directory. Stop. Makefile:59: recipe for target 'debug' failed make: *** [debug] Error 2 thank you for the really quick support!! how would I solve this? |
@tbeers13: What is your kernel version? Try It looks like your Linux hasn't been updated in a while, because it looks like you have kernel 3.8.11 installed, which is very old. Please update your Linux distribution before trying this again. Are you running |
Currently running
as root to upgrade to the newest version, as I was in 3.8.11, then will make a non-root user and try the readme.txt again. Be back soon with the outcome! thanks again for all your help :) |
Ok, for the past few days, I've been trying to upgrade my kernel, but it just won't update. I've added links to my sources.list and that did nothing.. I'm stuck with 3.8.11 Kali Linux on dual booting on a Samsung Chromebook (armhf, exynos) I've tried multiple Kernel Header Update tutorials, done extensive reading trying to find a solution, and I've just come to dead ends. Any ideas as to how to fix this? |
@tbeers13: In case you are really running linux kernel 3.8.11, you are probably using a very old distribution which has not seen any update for years. That kernel version is out of support since 2014 for ubuntu-based distros (see https://en.wikipedia.org/wiki/Linux_kernel for details). You really should not connect your device to any network or any other device at all any more. I strongly encourage you to update to a supported linux distribution immediately. I would not expect this very outdated linux to be able to compile kernel modules for a 4.12.x kernel. Please update your system! Your data is at risk! With your current setup, running this kernel module is not going to work. |
I've upgraded to a new laptop and a new version of Kali However, It seems as though I'm running into the same problem. I try to run `export DBGFLAGS *** Building driver with debug messages *** cp -f os/linux/Makefile.6 /root/Netgear-A6210/os/linux/Makefile Any ideas as to what I'm doing wrong? Thanks for the help! |
im having a similar problem with my kali. heres the code: export DBGFLAGS *** Building driver with debug messages *** cp -f os/linux/Makefile.6 /root/Netgear-A6210/os/linux/Makefile im completely new to linux but im trying a pen test course and need to use a wifi card and i had the Netgear A6210 and thought this might help cause it wasnt working before. |
@tbeers13 : Please try the steps suggested by @Tuxprogrammer in #75 (comment). If your issue still persist, please do not post any more under this pull request because your issue is entirely unrelated. |
@darkess78 : It looks like you don't have my patches applied. Please check out my port-to-4.12 branch. Anyway, you ran |
I have the same issue as tbeers! Anyone find a solution?! |
Untested changes to make the kernel module compile on 4.12.