-
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
osdep_service.c:2618:16: error: implicit declaration of function ‘prandom_u32’; did you mean ‘get_random_u32’? #229
Comments
same error here |
same error, trying to upgrade to mint 22 from 21.3 |
same error on Debian bullseye linux 6.1.0-23-amd64 |
Same error for 'make' on Linux Mint 22 (Kernel: 6.8.0-40-generic). |
Same error. |
I'm pretty sure that just means "You fixed that error and went on to the next error. I'm pretty sure that replacing prandom_u32 with get_random_u32 is the correct answer, see also |
I hate to plug a different repo, but https://github.com/morrownr/8821cu-20210916 is working for me. |
Hi!
While I run install using dkms there was an error:
and if using another way of install it's similar error (as in /var/lib/dkms/rtl8821CU/5.4.1/build/make.log):
The text was updated successfully, but these errors were encountered: