rtl8188eu
rtl8188eu copied to clipboard
Compilation error
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: https://github.com/morrownr/88x2bu-20210702/issues/165#issuecomment-1646197094
@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: https://github.com/morrownr/88x2bu-20210702/issues/165#issuecomment-1730133899 Since then I have successfully upgraded to kernel 6.1.0-13 without any issues whatsoever.
apt installed realtek-rtl8188eus-dkms
Same problem 6.1.0-17
Same problem 6.1.0-17
@Kopetan4egX Check this out: https://github.com/morrownr/88x2bu-20210702/issues/165#issuecomment-1730133899
Same problem 6.1.0-17
@Kopetan4egX Check this out: morrownr/88x2bu-20210702#165 (comment)
Thanks, it helped