Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## Instalação do driver RTL8188EUS no Ubuntu
- # Preparação
- sudo apt update
- sudo apt install -f
- sudo apt dist-upgrade
- sudo apt install dkms build-essential git -y
- # Instalando o driver
- mkdir ~/DriverBuild
- cd ~/DriverBuild
- git clone https://github.com/lwfinger/rtl8188eu.git
- make all
- sudo make install
- sudo dkms add ./rtl8188eu
- sudo dkms build 8188eu/1.0
- sudo dkms install 8188eu/1.0
- reboot
- ##Alternativo
- # https://ubuntuhandbook.org/index.php/2021/01/install-rtl8188eu-rtl8723ds-drivers-ppa-ubuntu-20-04/
- # https://launchpad.net/~kelebek333/+archive/ubuntu/kablosuz/+index?batch=75&direction=backwards&memo=75
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement