ivanovborislav / rtl8188eu

Realtek RTL8188EU v5.13.3 (2021-06-15) Wireless Lan Driver for Linux
GNU General Public License v2.0
123 stars 31 forks source link

Compilation error #20

Open Majdoddin opened 1 year ago

Majdoddin commented 1 year ago

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

vizrbo commented 11 months ago

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

xiv3r commented 11 months ago

apt installed realtek-rtl8188eus-dkms

Kopetan4egX commented 8 months ago

Same problem 6.1.0-17

vizrbo commented 8 months ago

Same problem 6.1.0-17

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

Kopetan4egX commented 8 months ago

Same problem 6.1.0-17

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

Thanks, it helped