rtl8188eu icon indicating copy to clipboard operation
rtl8188eu copied to clipboard

Compilation error

Open Majdoddin opened this issue 1 year ago • 5 comments

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 avatar Sep 27 '23 09:09 Majdoddin

@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.

vizrbo avatar Oct 14 '23 06:10 vizrbo

apt installed realtek-rtl8188eus-dkms

xiv3r avatar Oct 20 '23 23:10 xiv3r

Same problem 6.1.0-17

Kopetan4egX avatar Jan 20 '24 09:01 Kopetan4egX

Same problem 6.1.0-17

@Kopetan4egX Check this out: https://github.com/morrownr/88x2bu-20210702/issues/165#issuecomment-1730133899

vizrbo avatar Jan 20 '24 13:01 vizrbo

Same problem 6.1.0-17

@Kopetan4egX Check this out: morrownr/88x2bu-20210702#165 (comment)

Thanks, it helped

Kopetan4egX avatar Jan 26 '24 07:01 Kopetan4egX