-
Notifications
You must be signed in to change notification settings - Fork 471
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
New driver version 5.8.1 #30
Comments
its so big 牛逼 |
Thank you! I've installed the driver in manjaro. I couldn't do this with the driver version 5.4.1. |
hi.... it works fine to navigate, but i cant packet injection.... packet injection not works.... can you help me?
|
I have this problem: sudo dkms install rtl8821CU/5.8.1 -k $(uname -r)Kernel preparation unnecessary for this kernel. Skipping... Building module: Kali on VirtualBox How can I decide this problem? |
Could you help? |
Hey! Does the driver+firmware+module support packet injection? I can get the monitor mode to work, but I can't seem to inject packets. |
I'm a bit new to cloning stuff like git (I tried before with 8821au as a premade ZIP but that was wrong since mine is C not A) so I'm going to try and do that with GitHub desktop since my only internet connection is with windows and the whole point of doing the DWA-171 is to get internet on my lubuntu 32bit =/ once I copy and paste the folder (guess never zipped but it's small so who cares) then I guess I can follow steps from there, I hope... |
@brektrou I am unable to compile it. Below are the details:
UPDATE: I was able to fix that on the line #666: |
It works! Thanks! |
I'm getting this error with kernel 5.13
|
@J-Rojas Have the same problem. And for the next compilation problem: And it now works!! :) |
Building module: |
I got this driver from here
Clone the driver:
git clone -b 5.8.1 https://github.com/brektrou/rtl8821CU.git rtl8821CU-5.8.1
Build & install with make:
cd rtl8821CU-5.8.1
make
sudo make install
Or build & install with dkms:
sudo cp -rvf rtl8821CU-5.8.1 /usr/src
sudo dkms add rtl8821CU/5.8.1
sudo dkms install rtl8821CU/5.8.1 -k $(uname -r)
Driver info & changelog
Commits
The text was updated successfully, but these errors were encountered: