Skip to content

Instantly share code, notes, and snippets.

@shellkore
Created June 8, 2019 06:28
Show Gist options
  • Save shellkore/dae530fed0d403999c7c589eec1ed061 to your computer and use it in GitHub Desktop.
Save shellkore/dae530fed0d403999c7c589eec1ed061 to your computer and use it in GitHub Desktop.
Download and run this file to get strong wi-fi singal. For rtl8723de(HP i5 laptops and more)
iwlist scan | egrep -i 'ssid|quality'
sudo modprobe -r rtl8723de
sudo modprobe rtl8723de ant_sel=1
iwlist scan | egrep -i 'ssid|quality'
sudo modprobe -r rtl8723de
sudo modprobe rtl8723de ant_sel=2
iwlist scan | egrep -i 'ssid|quality'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment