-
Notifications
You must be signed in to change notification settings - Fork 131
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
Fixes kernel v5.17 rc1 and above #96
base: v5.8.5.1
Are you sure you want to change the base?
Fixes kernel v5.17 rc1 and above #96
Conversation
- kernel: v5.17-rc1 and above - ref: * torvalds/linux@cead185
- kernel: v5.17-rc1 and above - ref: * torvalds/linux@6dfbbae * torvalds/linux@359745d
I can confirm that this PR makes the module compile and work on Kernel |
I just compiled on Pop-OS! with kernel 5.17.5 (5.17.5-76051705-generic). Builds and installs fine and my wifi dongle runs happily on it. Thanks for the fix. |
Does not work on Kali with kernel 5.18 |
Also does not work with 5.19 |
I still get an error with |
Just tried to compile on Pop!_OS 22.04 LTS with kernel 6.0.6-76060006-generic and got the errors below:
|
I had the same issue. I made few changes and was able to compile the driver for Debian 12 with a kernel 6.0 |
Thanks Fabien. That has compiled fine on my system. |
main_to_knl_6-0-0.diff.gz |
I am sorry to ask in here for help, but i have a TP-Link Archer T9UH with the RTL8814AU, and am on Arch, would like to use this Stick with Monitor and Packet Injection.. im just having quite a lot of difficulties figuring out how to build this probably fixed version that includes this PR.. would anyone be kind enough to potentially help me get through this? So like, write up a few commands on how to grab the code from this pull request via |
Hey @TheCustomFHD, I switched to https://github.com/morrownr/8814au recently |
@realFlowControl , thanks for the answer, im wondering, does this one support packet injection? It states monitor mode, but im unsure about packet injection. |
@realFlowControl , I packaged up all the changes that work into a patch linked above. So if you clone the v5.8 main repository, then download my patch and drop it into the cloned directory, unzip it and run: I have the same TP-Link dongle and this works for me on various kernels up to 6.0.6. Good luck! |
Fixed issues related to Linux Kernel changes from v5.17 rc1