-
Notifications
You must be signed in to change notification settings - Fork 469
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
Issue with kernel 5.17.9 #173
Comments
hello,
what is your linux distribution? can you send the output of 'cat /etc/os-release'?
Also, try installing cfg80211.
|
Hi @multikirin
Let me know how to install cfg80211 ? Thanks . |
Hi everyone , |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I have an issue when I try to make and install the driver for rtl8821CU on Linux kernel
5.17.9
via the following steps:first of all i run the following command :
uname -r && lsusb
and I see the following output :
then I try to make driver module via following commands :
sudo make
successfully compiled and then
sudo make install
the output is :
and everything is normally .
but when i run the following command :
sudo modprobe 8821cu
I got an error :
modprobe: ERROR: could not insert '8821cu': Invalid argument
Then I see in the
dmesg
command following output :and when i try to use dkms :
Then I use the following command to install via dkms :
but i got the following output and my USB wifi dongle not working after reboot .
Let me know is there any workaround or fix for this issue ?
Thanks
The text was updated successfully, but these errors were encountered: