


home/adriano/Downloads/TL-WN821N_V6_Linux/Driver/include/osdep_service_linux.h:268:2: error: implicit declaration of function ‘init_timer’ did you mean ‘_init_timer’? home/adriano/Downloads/TL-WN821N_V6_Linux/Driver/include/osdep_service_linux.h:267:8: error: ‘_timer ’ has no member named ‘data’ home/adriano/Downloads/TL-WN821N_V6_Linux/Driver/include/osdep_service_linux.h: In function ‘_init_timer’: In file included from /home/adriano/Downloads/TL-WN821N_V6_Linux/Driver/include/osdep_service.h:41:0,įrom /home/adriano/Downloads/TL-WN821N_V6_Linux/Driver/include/drv_types.h:32,įrom /home/adriano/Downloads/TL-WN821N_V6_Linux/Driver/core/rtw_cmd.c:22: Makefile:976: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"ĬC /home/adriano/Downloads/TL-WN821N_V6_Linux/Driver/core/rtw_cmd.o Make: Entering directory '/usr/src/linux-headers-4.15.0-23-generic' Make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.15.0-23-generic/build M=/home/adriano/Downloads/TL-WN821N_V6_Linux/Driver modules I've looked on this driver download page a little bit closer and it says it's for "Linux (kernel 2.6.18 ~ 3.10.10)" and on my Raspbian `uname -r` gives "4.9.53+".I'm trying to compile a wifi dongle (TL-WN821N) driver, but the make command is returning some errors make tml#Driver but looks like it needs linux-headers and it's dependency tree is very complex for manual download, I thought of crosscompiling it from my Arch Linux laptop but I don't know how, I've looked at some tutorials online but it's too complex for me too. I wanted to install driver from TP-Link's website at. So I downloaded and installed firmware-realtek package but nothing changed (it was already installed BTW). I've been trying different solutions from the internet but they don't work or they need compiling which fails for me or they need too much dependencies which is a headache because I'm downloading them manually on my laptop and then uploading to SD card and then dpkg -i them.ĭevice ID from `lsusb` is 2357:0107 which appears to be the rtl8192eu. I've bought a TP-Link WN821N v6 for Raspberry Pi Zero (not W) because I need an Internet connectivity for the purpose of my project, but it doesn't work on newest Raspbian with Desktop (downloaded yesterday from ).Īnd by does not work I mean that `ifconfig` only gives me `lo`.

I'm struggling with this issue for 5th hour right now so please remember that.
