Hello.
I have rtl8723du model wifi adapter and jetson nano does not recognize it and I cannot connect.
I tried the driver at GitHub - lwfinger/rtl8723du and it gives an error.
The error I get is as follows
Can you help me please?
echo “WARNING: This driver is obsolete. Use GitHub - lwfinger/rtw88: A backport of the Realtek Wifi 5 drivers from the wireless-next repo. instead”
Makefile:2542: warning: overriding recipe for target ‘sign’
Makefile:2477: warning: ignoring old recipe for target ‘sign’
make ARCH=arm64 CROSS_COMPILE= -C /lib/modules/4.9.337-tegra/build M=/home/xxxxxx/Downloads/rtl8723du modules
make[1]: Entering directory ‘/usr/src/linux-headers-4.9.337-tegra-ubuntu18.04_aarch64/kernel-4.9’
echo “WARNING: This driver is obsolete. Use GitHub - lwfinger/rtw88: A backport of the Realtek Wifi 5 drivers from the wireless-next repo. instead”
CC [M] /home/xxxxxx/Downloads/rtl8723du/core/rtw_cmd.o
CC [M] /home/xxxxxx/Downloads/rtl8723du/core/rtw_security.o
CC [M] /home/xxxxxx/Downloads/rtl8723du/core/rtw_debug.o
CC [M] /home/xxxxxx/Downloads/rtl8723du/core/rtw_io.o
CC [M] /home/xxxxxx/Downloads/rtl8723du/core/rtw_ioctl_query.o
CC [M] /home/xxxxxx/Downloads/rtl8723du/core/rtw_ioctl_set.o
CC [M] /home/xxxxxx/Downloads/rtl8723du/core/rtw_ieee80211.o
CC [M] /home/xxxxxx/Downloads/rtl8723du/core/rtw_mlme.o
CC [M] /home/xxxxxx/Downloads/rtl8723du/core/rtw_mlme_ext.o
/home/xxxxxx/Downloads/rtl8723du/core/rtw_mlme_ext.c: In function ‘rtw_txpwr_init_regd’:
/home/xxxxxx/Downloads/rtl8723du/core/rtw_mlme_ext.c:306:3: error: ‘fallthrough’ undeclared (first use in this function); did you mean ‘fallthrouge’?
fallthrough;
^~~~~~~~~~~
fallthrouge
/home/xxxxxx/Downloads/rtl8723du/core/rtw_mlme_ext.c:306:3: note: each undeclared identifier is reported only once for each function it appears in
/home/xxxxxx/Downloads/rtl8723du/core/rtw_mlme_ext.c: In function ‘mgt_dispatcher’:
/home/xxxxxx/Downloads/rtl8723du/core/rtw_mlme_ext.c:1689:3: error: ‘fallthrough’ undeclared (first use in this function); did you mean ‘fallthrouge’?
fallthrough;
^~~~~~~~~~~
fallthrouge
scripts/Makefile.build:338: recipe for target ‘/home/xxxxxx/Downloads/rtl8723du/core/rtw_mlme_ext.o’ failed
make[2]: *** [/home/xxxxxx/Downloads/rtl8723du/core/rtw_mlme_ext.o] Error 1
Makefile:1656: recipe for target ‘module/home/xxxxxx/Downloads/rtl8723du’ failed
make[1]: *** [module/home/xxxxxx/Downloads/rtl8723du] Error 2
make[1]: Leaving directory ‘/usr/src/linux-headers-4.9.337-tegra-ubuntu18.04_aarch64/kernel-4.9’
Makefile:2463: recipe for target ‘modules’ failed
make: *** [modules] Error 2