Skip to content
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

Не собирается модуль на ядре Linux 6.13 #348

Open
Gen5551 opened this issue Jan 9, 2025 · 0 comments
Open

Не собирается модуль на ядре Linux 6.13 #348

Gen5551 opened this issue Jan 9, 2025 · 0 comments

Comments

@Gen5551
Copy link

Gen5551 commented Jan 9, 2025

os_dep/linux/ioctl_cfg80211.c: На верхнем уровне: os_dep/linux/ioctl_cfg80211.c:5227:6: предупреждение: прототип для «dump_station_parameters» не был предварительно определен [-Wmissing-prototypes] 5227 | void dump_station_parameters(void *sel, struct wiphy *wiphy, const struct station_parameters *params) | ^~~~~~~~~~~~~~~~~~~~~~~ os_dep/linux/ioctl_cfg80211.c:5756:18: предупреждение: прототип для «rtw_sta_info_get_by_idx» не был предварительно определен [-Wmissing-prototypes] 5756 | struct sta_info *rtw_sta_info_get_by_idx(struct sta_priv *pstapriv, const int idx, u8 *asoc_list_num) | ^~~~~~~~~~~~~~~~~~~~~~~ os_dep/linux/ioctl_cfg80211.c:9792:5: предупреждение: прототип для «cfg80211_rtw_external_auth» не был предварительно определен [-Wmissing-prototypes] 9792 | int cfg80211_rtw_external_auth(struct wiphy *wiphy, struct net_device *dev, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ os_dep/linux/ioctl_cfg80211.c:9953:32: ошибка: initialization of «int (*)(struct wiphy *, struct net_device *, struct cfg80211_chan_def *)» from incompatible pointer type «int (*)(struct wiphy *, struct cfg80211_chan_def *)» [-Wincompatible-pointer-types] 9953 | .set_monitor_channel = cfg80211_rtw_set_monitor_channel, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ os_dep/linux/ioctl_cfg80211.c:9953:32: замечание: (где-то рядом с инициализацией для «rtw_cfg80211_ops.set_monitor_channel») make[4]: *** [/usr/lib/modules/6.13.0-rc6-1-mainline/build/scripts/Makefile.build:194: os_dep/linux/ioctl_cfg80211.o] Ошибка 1 make[3]: *** [/usr/lib/modules/6.13.0-rc6-1-mainline/build/Makefile:1989: .] Ошибка 2 make[2]: *** [/usr/lib/modules/6.13.0-rc6-1-mainline/build/Makefile:251: __sub-make] Ошибка 2 make[2]: выход из каталога «/var/lib/dkms/rtl8192eu/1.0/build» make[1]: *** [Makefile:251: __sub-make] Ошибка 2 make[1]: выход из каталога «/usr/lib/modules/6.13.0-rc6-1-mainline/build» make: *** [Makefile:2287: modules] Ошибка 2

Если откатиться на 6.12.8 то всё прекрасно собирается. Вижу, он на какие то символы ругается.

Есть патч под 6.13? А то стандартным RTL8xxxu не работает AP(в качестве роутера, для обхода DPI).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant