Skip to content

Instantly share code, notes, and snippets.

@lqdev
Created September 18, 2018 16:38
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 lqdev/9f4ecccc4a2cd2ffdcec33114a4072ab to your computer and use it in GitHub Desktop.
Save lqdev/9f4ecccc4a2cd2ffdcec33114a4072ab to your computer and use it in GitHub Desktop.
Ubuntu 18.04 HP Laptop WiFi Adapter Fix
sudo apt update && sudo apt install git dkms
cd Downloads
git clone -b extended --single-branch https://github.com/lwfinger/rtlwifi_new.git
unofficial
cd rtlwifi_new
make
sudo make install
sudo /bin/sh -c 'echo "options rtl8723de ant_sel=2" >> /etc/modprobe.d/rtl8723de.conf'
@gorakhk
Copy link

gorakhk commented Aug 13, 2020

when i hit this command git clone -b extended --single-branch https://github.com/lwfinger/rtlwifi_new.git that time ask username and password plz help

@PRADEEPUB
Copy link

when i hit this command git clone -b extended --single-branch https://github.com/lwfinger/rtlwifi_new.git that time ask username and password plz help

Yes , it also asks for me and I don't what password to give. Plz help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment