Skip to content

Instantly share code, notes, and snippets.

@hcastillaq
Created July 31, 2018 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hcastillaq/a61992ee46545600fa8928bd625d6d5b to your computer and use it in GitHub Desktop.
Save hcastillaq/a61992ee46545600fa8928bd625d6d5b to your computer and use it in GitHub Desktop.
Restaurar el wifi en ubuntu
instalar sudo apt-get install linux-headers-generic build-essential git
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
sudo make install
sudo modprobe -rv rtl8723be
sudo modprobe -v rtl8723be ant_sel=2
echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/50-rtl8723be.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment