Im using linux Ubuntu 20.04. My computer has only enthernet but I needed also wi-fi, so I bought wifi dongle 8188eu. First i tried installing drivers and maybe I succedded(or maybe not). Now it is is showing me the wifi to turn it on but also that 'No wifi adapter is found". Can someone help me? Thanks in advance!
1 Answer
rtl8188eu driver can be installed from this ppa:
sudo add-apt-repository ppa:kelebek333/kablosuz sudo apt update sudo apt install rtl8188eu-dkms sudo modprobe -v 8188eu - I intalled it but know i dont have the option to turn on the wifiMartin S. Dinev– Martin S. Dinev2021-04-29 15:32:00 +00:00Commented Apr 29, 2021 at 15:32
- @MartinS.Dinev See my edit, please.GAD3R– GAD3R2021-04-29 17:19:29 +00:00Commented Apr 29, 2021 at 17:19
sudo rfkill list, please.