Skip to content

Instantly share code, notes, and snippets.

@TobleMiner
Created June 12, 2016 11:33
Show Gist options
  • Select an option

  • Save TobleMiner/0d86db2bd1dfb1146cc6c7bef983d418 to your computer and use it in GitHub Desktop.

Select an option

Save TobleMiner/0d86db2bd1dfb1146cc6c7bef983d418 to your computer and use it in GitHub Desktop.
Enables the rx lna on CPE210/220/510/520
echo 18 > /sys/class/gpio/export
echo 19 > /sys/class/gpio/export
echo out > /sys/class/gpio/gpio18/direction
echo out > /sys/class/gpio/gpio19/direction
echo 1 > /sys/class/gpio/gpio18/value
echo 1 > /sys/class/gpio/gpio19/value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment