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

Last driver update provides a lot of mistakes #1179

Open
IvanGlinkin opened this issue Jul 29, 2024 · 1 comment
Open

Last driver update provides a lot of mistakes #1179

IvanGlinkin opened this issue Jul 29, 2024 · 1 comment

Comments

@IvanGlinkin
Copy link

Hi team,
during the installation phase I faced with a lot of mistakes. Before, maybe half a year ago, it was fine, but now there is an issue.
I tried on ubuntu and kali on M1 mac as well as on ubuntu under celeron - the same issue.
Have you ever faced that? thanks

Screenshot 2024-07-29 at 14 44 37

CC [M] /home/parallels/tools/rtl8812au/core/rtw_ap.o
/home/parallels/tools/rtl8812au/core/rtw_ap.c:313:12: warning: ‘issue_aka_chk_frame’ defined but not used [-Wunused-function]
313 | static int issue_aka_chk_frame(_adapter *adapter, struct sta_info *psta)
| ^~~~~~~~~~~~~~~~~~~

CC [M] /home/parallels/tools/rtl8812au/os_dep/linux/usb_ops_linux.o
/home/parallels/tools/rtl8812au/os_dep/linux/usb_ops_linux.c:323:12: warning: ‘usb_bulkout_zero’ defined but not used [-Wunused-function]
323 | static u32 usb_bulkout_zero(struct intf_hdl *pintfhdl, u32 addr)
| ^~~~~~~~~~~~~~~~
CC [M] /home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.o
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:10674:12: warning: ‘rtw_tdls_get_best_ch’ defined but not used [-Wunused-function]
10674 | static int rtw_tdls_get_best_ch(struct net_device *dev,
| ^~~~~~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:10631:12: warning: ‘rtw_tdls_getsta’ defined but not used [-Wunused-function]
10631 | static int rtw_tdls_getsta(struct net_device *dev,
| ^~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:10581:12: warning: ‘rtw_wfd_tdls_status’ defined but not used [-Wunused-function]
10581 | static int rtw_wfd_tdls_status(struct net_device *dev,
| ^~~~~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:10551:12: warning: ‘rtw_tdls_dis_result’ defined but not used [-Wunused-function]
10551 | static int rtw_tdls_dis_result(struct net_device *dev,
| ^~~~~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:10521:12: warning: ‘rtw_tdls_getport’ defined but not used [-Wunused-function]
10521 | static int rtw_tdls_getport(struct net_device *dev,
| ^~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:10490:12: warning: ‘rtw_tdls_getip’ defined but not used [-Wunused-function]
10490 | static int rtw_tdls_getip(struct net_device *dev,
| ^~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:10445:12: warning: ‘rtw_tdls_setip’ defined but not used [-Wunused-function]
10445 | static int rtw_tdls_setip(struct net_device *dev,
| ^~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:10418:12: warning: ‘rtw_tdls_psoff’ defined but not used [-Wunused-function]
10418 | static int rtw_tdls_psoff(struct net_device *dev,
| ^~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:10392:12: warning: ‘rtw_tdls_pson’ defined but not used [-Wunused-function]
10392 | static int rtw_tdls_pson(struct net_device *dev,
| ^~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:10356:12: warning: ‘rtw_tdls_ch_offset’ defined but not used [-Wunused-function]
10356 | static int rtw_tdls_ch_offset(struct net_device *dev,
| ^~~~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:10332:12: warning: ‘rtw_tdls_off_ch_num’ defined but not used [-Wunused-function]
10332 | static int rtw_tdls_off_ch_num(struct net_device *dev,
| ^~~~~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:10308:12: warning: ‘rtw_tdls_dump_ch’ defined but not used [-Wunused-function]
10308 | static int rtw_tdls_dump_ch(struct net_device *dev,
| ^~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:10254:12: warning: ‘rtw_tdls_ch_switch_off’ defined but not used [-Wunused-function]
10254 | static int rtw_tdls_ch_switch_off(struct net_device *dev,
| ^~~~~~~~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:10193:12: warning: ‘rtw_tdls_ch_switch’ defined but not used [-Wunused-function]
10193 | static int rtw_tdls_ch_switch(struct net_device *dev,
| ^~~~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:10168:12: warning: ‘rtw_tdls_discovery’ defined but not used [-Wunused-function]
10168 | static int rtw_tdls_discovery(struct net_device *dev,
| ^~~~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:10128:12: warning: ‘rtw_tdls_teardown’ defined but not used [-Wunused-function]
10128 | static int rtw_tdls_teardown(struct net_device *dev,
| ^~~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:10085:12: warning: ‘rtw_tdls_setup’ defined but not used [-Wunused-function]
10085 | static int rtw_tdls_setup(struct net_device *dev,
| ^~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:10065:12: warning: ‘rtw_tdls_enable’ defined but not used [-Wunused-function]
10065 | static int rtw_tdls_enable(struct net_device *dev,
| ^~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:10041:12: warning: ‘rtw_tdls_weaksec’ defined but not used [-Wunused-function]
10041 | static int rtw_tdls_weaksec(struct net_device *dev,
| ^~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:10017:12: warning: ‘rtw_wx_tdls_wfd_enable’ defined but not used [-Wunused-function]
10017 | static int rtw_wx_tdls_wfd_enable(struct net_device *dev,
| ^~~~~~~~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:3429:13: warning: ‘rtw_dbg_mode_hdl’ defined but not used [-Wunused-function]
3429 | static void rtw_dbg_mode_hdl(_adapter *padapter, u32 id, u8 *pdata, u32 len)
| ^~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_linux.c:125:13: warning: ‘request_wps_pbc_event’ defined but not used [-Wunused-function]
125 | static void request_wps_pbc_event(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~~~

CC [M] /home/parallels/tools/rtl8812au/os_dep/linux/ioctl_cfg80211.o
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_cfg80211.c:6415:17: warning: ‘cfg80211_rtw_assoc’ defined but not used [-Wunused-function]
6415 | static int cfg80211_rtw_assoc(struct wiphy *wiphy, struct net_device *ndev,
| ^~~~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_cfg80211.c:6407:17: warning: ‘cfg80211_rtw_auth’ defined but not used [-Wunused-function]
6407 | static int cfg80211_rtw_auth(struct wiphy *wiphy, struct net_device *ndev,
| ^~~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_cfg80211.c:6151:17: warning: ‘cfg80211_rtw_set_channel’ defined but not used [-Wunused-function]
6151 | static int cfg80211_rtw_set_channel(struct wiphy *wiphy
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_cfg80211.c:4834:12: warning: ‘rtw_cfg80211_add_monitor_if’ defined but not used [-Wunused-function]
4834 | static int rtw_cfg80211_add_monitor_if(_adapter *padapter, char *name, struct net_device **ndev)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_cfg80211.c:4808:13: warning: ‘rtw_cfg80211_monitor_if_set_multicast_list’ defined but not used [-Wunused-function]
4808 | static void rtw_cfg80211_monitor_if_set_multicast_list(struct net_device *ndev)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_cfg80211.c:370:13: warning: ‘rtw_get_chbw_from_cfg80211_chan_def’ defined but not used [-Wunused-function]
370 | static void rtw_get_chbw_from_cfg80211_chan_def(struct cfg80211_chan_def *chdef, u8 *ht, u8 *ch, u8 *bw, u8 *offset)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_cfg80211.c:300:20: warning: ‘nl80211_chan_width_str’ defined but not used [-Wunused-function]
300 | static const char *nl80211_chan_width_str(enum nl80211_chan_width cwidth)
| ^~~~~~~~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_cfg80211.c:255:13: warning: ‘rtw_get_chbw_from_nl80211_channel_type’ defined but not used [-Wunused-function]
255 | static void rtw_get_chbw_from_nl80211_channel_type(struct ieee80211_channel *chan, enum nl80211_channel_type ctype, u8 *ht, u8 *ch, u8 *bw, u8 *offset)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_cfg80211.c:238:34: warning: ‘rtw_chbw_to_nl80211_channel_type’ defined but not used [-Wunused-function]
238 | static enum nl80211_channel_type rtw_chbw_to_nl80211_channel_type(u8 ch, u8 bw, u8 offset, u8 ht)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/parallels/tools/rtl8812au/os_dep/linux/ioctl_cfg80211.c:222:20: warning: ‘nl80211_channel_type_str’ defined but not used [-Wunused-function]
222 | static const char *nl80211_channel_type_str(enum nl80211_channel_type ctype)
| ^~~~~~~~~~~~~~~~~~~~~~~~
CC [M] /home/parallels/tools/rtl8812au/os_dep/linux/wifi_regd.o
/home/parallels/tools/rtl8812au/os_dep/linux/wifi_regd.c:417:40: warning: ‘_rtw_regd_find_country’ defined but not used [-Wunused-function]
417 | static struct country_code_to_enum_rd *_rtw_regd_find_country(u16 countrycode)
| ^~~~~~~~~~~~~~~~~~~~~~

....

@IvanGlinkin
Copy link
Author

IvanGlinkin commented Jul 29, 2024

When i launch the wifite, for example, it transfers adapter into monitor mode, but can't find any networks for a long time.

Screenshot 2024-07-29 at 14 49 38

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

3 participants
@IvanGlinkin and others