After 3 modules for the wifi adapter rtl8192eu failed one after another in the course of 1 year, and they just won’t even get installed on my system anymore, I found another wifi adapter with different chip rtl8188eus. Installed the corresponding module listed as number three on this page https://aur.archlinux.org/packages?K=8188EU&SB=p
using the following commands:
* git clone https://aur.archlinux.org/8188eu-dkms.git
* cd 8188eu-dkms
* makepkg -si
* echo -e “8188eu\n\nloop” | sudo tee /etc/modules
* sudo grub-mkconfig -o /boot/grub/grub.cfg
* sudo mkinitcpio -p linux
It is kind of working, max internet speed is 2 Mbit/s out of possible 8 Mbit/s. Sometimes it is working, but then speed drops to almost zero.
I don’t know what I did wrong? Maybe there is something else needs to be done? maybe blacklist some module?
I don’t know. When I installed first driver for another wifi adapter there was this code that I found on some internet forum. there one person used it to install the same module for the same wifi adapter. I thought it was necessary. I did not question the wisdom of this person, because his code worked at that time.