Can't install Realtek RTL8188EUS drivers for TP-LINK TL-WN722N v3
0
1
I recently bought a Wireless USB Adapter TP-LINK TL-WN722N v3 (https://wikidevi.com/wiki/TP-LINK_TL-WN722N). At first, it seems to work but I've noticed that there were, in fact, some problems with drivers after all. So I decided to install one, in following way: sudo add-apt-repository ppa:hanipouspilot/rtlwifi sudo apt-get update sudo apt-get install rtlwifi-new-dkms When that didn't work I followed this guide: git clone git://github.com/lwfinger/rtl8188eu cd rtl8188eu make sudo make install sudo cp -v ~/RTL8188EU/rtl8188eu/rtl8188eufw.bin /lib/firmware/rtlwifi/ sudo depmod -a sudo update-initramfs -u sudo modprobe 8188eu But it gave me 'modprobe 8188eu - Exec' format error on the last command. I've also tried using dkms, but that does not seem to work either. sudo apt...