Cannot Install TP-LINk Driver on Debian 10 (Buster)

Dumpling

Member
Joined
Dec 20, 2020
Messages
28
Reaction score
33
Credits
297
TP-LINK Model Number: TL-WN725N
GitHub Link: https://github.com/kevlo/rtl8188eu

1) I did these steps:
https://vitux.com/install-tp-link-usb-wifi-adapter-to-debian-10/

2) I then did "git clone (the link)" and went to cd rtl8188eu (folder is in home directory)

3) blue@Debby:~/rtl8188eu$ make all

"******************************************"
"NO SKRC,we will use default KSRC"
"******************************************"
make ARCH=i386 CROSS_COMPILE= -C /lib/modules/4.19.0-14-686-pae/build
M=/home/blue/rtl818
8eu modules
make[1]: Entering directory '/usr/src/linux-headers-4.19.0-14-686-pae'
"******************************************"
"NO SKRC,we will use default KSRC"
"******************************************"
CC [M] /home/blue/rtl8188eu/core/rtw_cmd.o
In file included from /home/blue/rtl8188eu/include/osdep_service.h:41,
from /home/blue/rtl8188eu/include/drv_types.h:32,
from /home/blue/rtl8188eu/core/rtw_cmd.c:22:
/home/blue/rtl8188eu/include/osdep_service_linux.h: In function ‘_init_timer’:
/home/blue/rtl8188eu/include/osdep_service_linux.h:261:8: error:
‘_timer’ {aka ‘struct ti
mer_list’} has no member named ‘data’
ptimer->data = (unsigned long)cntx;
^~
/home/blue/rtl8188eu/include/osdep_service_linux.h:262:2: error:
implicit declaration of
function ‘init_timer’; did you mean ‘_init_timer’?
[-Werror=implicit-function-declaration
]
init_timer(ptimer);
^~~~~~~~~~
_init_timer
In file included from /home/blue/rtl8188eu/include/drv_types.h:35,
from /home/blue/rtl8188eu/core/rtw_cmd.c:22:
/home/blue/rtl8188eu/include/wifi.h: At top level:
/home/blue/rtl8188eu/include/wifi.h:988: warning:
"IEEE80211_MAX_AMPDU_BUF" redefined
#define IEEE80211_MAX_AMPDU_BUF 0x40

In file included from
/usr/src/linux-headers-4.19.0-14-common/include/net/cfg80211.h:24,
from /home/blue/rtl8188eu/include/osdep_service_linux.h:83,
from /home/blue/rtl8188eu/include/osdep_service.h:41,
from /home/blue/rtl8188eu/include/drv_types.h:32,
from /home/blue/rtl8188eu/core/rtw_cmd.c:22:
/usr/src/linux-headers-4.19.0-14-common/include/linux/ieee80211.h:1451:
note: this is the
location of the previous definition
#define IEEE80211_MAX_AMPDU_BUF 0x100

cc1: some warnings being treated as errors
make[4]: *** [/usr/src/linux-headers-4.19.0-14-common/scripts/Makefile.build:309:
/home/b
lue/rtl8188eu/core/rtw_cmd.o] Error 1
make[3]: *** [/usr/src/linux-headers-4.19.0-14-common/Makefile:1568:
_module_/home/blue/r
tl8188eu] Error 2
make[2]: *** [Makefile:146: sub-make] Error 2
make[1]: *** [Makefile:8: all] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.19.0-14-686-pae'
make: *** [Makefile:1367: modules] Error 2

4) blue@Debby:~/rtl8188eu$ make install

"******************************************"
"NO SKRC,we will use default KSRC"
"******************************************"
install -p -m 644 8188eu.ko
/lib/modules/4.19.0-14-686-pae/kernel/drivers/net/wireless/
install: cannot stat '8188eu.ko': No such file or directory
make: *** [Makefile:1373: install] Error 1
 

Staff online

Members online


Top