Как по мне ошибки разного рода, и не 1 я не увидел вроде.
Вот изменил его ты в биос, установил, и после установки снова 3 сентября? А без установки меняется?
Вот ошибка при make -
root@FiZiK:~/rtl8188eus# make
/bin/sh: 1: bc: not found
make: Warning: File 'Makefile' has modification time 9908207 s in the future
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.3.0-kali2-amd64/build M=/root/rtl8188eus modules
make[1]: Entering directory '/usr/src/linux-headers-5.3.0-kali2-amd64'
make[1]: Warning: File '/usr/src/linux-headers-5.3.0-kali2-common/Makefile' has modification time 6734096 s in the future
make[2]: Warning: File 'scripts/Makefile.ubsan' has modification time 6734093 s in the future
/bin/sh: 1: bc: not found
make[3]: Warning: File '/root/rtl8188eus/core/.rtw_security.o.cmd' has modification time 9908241 s in the future
CC [M] /root/rtl8188eus/core/rtw_debug.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
from /root/rtl8188eus/core/rtw_debug.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
|
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
from /root/rtl8188eus/include/osdep_service.h:50,
from /root/rtl8188eus/include/drv_types.h:27,
from /root/rtl8188eus/core/rtw_debug.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF 0x100
|
/root/rtl8188eus/core/rtw_debug.c: In function ‘dump_drv_version’:
/root/rtl8188eus/core/rtw_debug.c:45:62: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
45 | RTW_PRINT_SEL(sel, "build time: %s %s\n", __DATE__, __TIME__);
| ^
In file included from /root/rtl8188eus/include/drv_types.h:60,
from /root/rtl8188eus/core/rtw_debug.c:17:
/root/rtl8188eus/core/rtw_debug.c:45:44: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
45 | RTW_PRINT_SEL(sel, "build time: %s %s\n", __DATE__, __TIME__);
| ^~~~~~~~
/root/rtl8188eus/include/rtw_debug.h:114:34: note: in definition of macro ‘RTW_PRINT’
114 | _dbgdump(DRIVER_PREFIX fmt, ##arg);\
| ^~~
/root/rtl8188eus/core/rtw_debug.c:45:2: note: in expansion of macro ‘RTW_PRINT_SEL’
45 | RTW_PRINT_SEL(sel, "build time: %s %s\n", __DATE__, __TIME__);
| ^~~~~~~~~~~~~
/root/rtl8188eus/core/rtw_debug.c:45:54: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
45 | RTW_PRINT_SEL(sel, "build time: %s %s\n", __DATE__, __TIME__);
| ^~~~~~~~
/root/rtl8188eus/include/rtw_debug.h:114:34: note: in definition of macro ‘RTW_PRINT’
114 | _dbgdump(DRIVER_PREFIX fmt, ##arg);\
| ^~~
/root/rtl8188eus/core/rtw_debug.c:45:2: note: in expansion of macro ‘RTW_PRINT_SEL’
45 | RTW_PRINT_SEL(sel, "build time: %s %s\n", __DATE__, __TIME__);
| ^~~~~~~~~~~~~
/root/rtl8188eus/core/rtw_debug.c:45:44: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
45 | RTW_PRINT_SEL(sel, "build time: %s %s\n", __DATE__, __TIME__);
| ^~~~~~~~
/root/rtl8188eus/include/rtw_debug.h:224:25: note: in definition of macro ‘RTW_PRINT_SEL’
224 | _seqdump(sel, fmt, ##arg) /*rtw_warn_on(1)*/; \
| ^~~
cc1: some warnings being treated as errors
make[3]: *** [/usr/src/linux-headers-5.3.0-kali2-common/scripts/Makefile.build:286: /root/rtl8188eus/core/rtw_debug.o] Error 1
make[2]: *** [/usr/src/linux-headers-5.3.0-kali2-common/Makefile:1639: _module_/root/rtl8188eus] Error 2
make[1]: *** [/usr/src/linux-headers-5.3.0-kali2-common/Makefile:179: sub-make] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.3.0-kali2-amd64'
make: *** [Makefile:2286: modules] Error 2