Skip to content

Instantly share code, notes, and snippets.

@eskim
Last active July 20, 2016 06:02
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 eskim/4d6a4ddc2624f3b0d41c5b4abda8ebca to your computer and use it in GitHub Desktop.
Save eskim/4d6a4ddc2624f3b0d41c5b4abda8ebca to your computer and use it in GitHub Desktop.
rx2run
#!/bin/sh
sudo apt-get install git avahi-utils tmux -y && \
git clone https://eskim@bitbucket.org/yichoe/rx2.ubuntu.git rx2 && \
cd rx2/bin
echo "sudo -i"
echo 'echo "options rtl8723be fwlps=0" > /etc/modprobe.d/rtl8723be.conf'
echo 'modprobe -r rtl8723be'
echo 'modprobe rtl8723be'
echo 'exit'
echo "1. sudo /etc/init.d/avahi-daemon start"
echo "2. edit node.conf fabrification number file path"
echo "3. edit fabnum.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment