Skip to content

Instantly share code, notes, and snippets.

@jcartledge
Last active December 31, 2017 23:16
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 jcartledge/09ab0122841564c2d564fbf880a3ff66 to your computer and use it in GitHub Desktop.
Save jcartledge/09ab0122841564c2d564fbf880a3ff66 to your computer and use it in GitHub Desktop.
Set up wifi and install shairport-sync on C.H.I.P (or similar debian/raspbian etc environment).
# start over serial connection
sudo nmcli dev wifi con "<SSID>" password "<PASSWORD>"
sudo apt-get update
sudo apt-get install shairport-sync
sudo vi /etc/default/avahi-daemon # set AVAHI_DAEMON_DETECT_LOCAL=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment