Advertisement
wagnux

realtek

Jan 25th, 2016
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.35 KB | None | 0 0
  1. ##Instalação do driver WiFi REALTEK no Ubuntu
  2.  
  3. ##Copie, cole e execute esta linha de comando abaixo no terminal:
  4.  
  5. cd /tmp ; wget -c https://codeload.github.com/FreedomBen/rtl8188ce-linux-driver/zip/ubuntu-14.04 ; unzip ubuntu-14.04 ; cd rtl8188ce-linux-driver-ubuntu-14.04/ ; chmod +x install.sh ; ./install.sh
  6.  
  7. ##Siga as instruções de instalação.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement