-
Notifications
You must be signed in to change notification settings - Fork 165
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
rtw 89 kernal 6.11.2 issue RTL8852BE #370
Comments
Larry passed away a few months ago, so this repo is no longer maintained. |
This error appeared on Kali Linux kernel 6.11.2. Is there a solution? |
Hi @iiivwviii, There are two solution available for you.
|
unfortunately, these methods do not help ( |
@iiivwviii |
@a5a5aa555oo |
I tested my rtw89 driver on Kali LiveCD 2024.4 and no problem found, so...no idea what is wrong. |
@a5a5aa555oo Thank you for your help! |
@iiivwviii |
@a5a5aa555oo |
It looks like your 8852BE card is not broken, maybe you can email [email protected] to ask Realtek engineers for help as mentioned in README.md, that is the right place for you. Good luck! |
@a5a5aa555oo Thanks for the help! I'll try to turn to [email protected]. |
make -C /lib/modules/6.11.5-amd64/build M=/home/kkiragu/Documents/git/rtw89 modules
make[1]: Entering directory '/usr/src/linux-headers-6.11.5-amd64'
CC [M] /home/kkiragu/Documents/git/rtw89/core.o
CC [M] /home/kkiragu/Documents/git/rtw89/mac80211.o
/home/kkiragu/Documents/git/rtw89/mac80211.c:1177:35: error: initialization of ‘void (*)(struct ieee80211_hw , bool)’ {aka ‘void ()(struct ieee80211_hw , _Bool)’} from incompatible pointer type ‘void ()(struct ieee80211_hw *)’ [-Wincompatible-pointer-types]
1177 | .stop = rtw89_ops_stop,
| ^~~~~~~~~~~~~~
/home/kkiragu/Documents/git/rtw89/mac80211.c:1177:35: note: (near initialization for ‘rtw89_ops.stop’)
make[3]: *** [/usr/src/linux-headers-6.11.5-common/scripts/Makefile.build:249: /home/kkiragu/Documents/git/rtw89/mac80211.o] Error 1
make[2]: *** [/usr/src/linux-headers-6.11.5-common/Makefile:1951: /home/kkiragu/Documents/git/rtw89] Error 2
make[1]: *** [/usr/src/linux-headers-6.11.5-common/Makefile:236: __sub-make] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-6.11.5-amd64'
make: *** [Makefile:104: all] Error 2``
The text was updated successfully, but these errors were encountered: