-
Notifications
You must be signed in to change notification settings - Fork 33
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
Compilation error #20
Comments
@Majdoddin I would like to add that I'm on a Debian 12 machine as well using @ivanovborislav 's rtl8188eu driver for my TP-Link WN725N v3. While upgrading the kernel from 6.1.0-11 to 6.1.0-12 I faced similar issues. This is what worked for me: morrownr/88x2bu-20210702#165 (comment) |
apt installed realtek-rtl8188eus-dkms |
Same problem 6.1.0-17 |
@Kopetan4egX |
Thanks, it helped |
I got this error while compiling on Debian 12 (bookworm) with kernel 6.1.0-12-amd64:
/var/lib/dkms/rtl88x2bu/5.13.1/build/os_dep/linux/wifi_regd.c:409:36: error: ‘REGULATORY_IGNORE_STALE_KICKOFF’ undeclared (first usein this function)
409 | wiphy->regulatory_flags |= REGULATORY_IGNORE_STALE_KICKOFF;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I commented that line, then make was successful and it works.
similar issue here:
morrownr/88x2bu-20210702#165 (comment)
The text was updated successfully, but these errors were encountered: