luxo wrote: > I'm only asking what command line you are asking me to add this to.
Add "-a :::0" as an option to the squeezelite command line in step 2 of post #2177: http://forums.slimdevices.com/showthread.php?97046-Announce-Squeezelite-a-small-headless-squeezeplay-emulator-for-linux-(alsa-only)&p=785093&viewfull=1#post785093 Here's another approach for VortexBox: 1. Login to your VB. 2. Edit the squeezelite0.service file: Code: -------------------- nano /lib/systemd/system/squeezelite0.service -------------------- Change the ExecStart line to Code: -------------------- ExecStart=/usr/bin/squeezelite -s localhost -o hw:CARD=S20,DEV=0 -m xx:xx:xx:xx:xx:xx -n "S20" *-a :::0* -d output=debug -f /var/log/squeezelite.log -------------------- Write the file (control-o) and exit (control-x). 3. Restart squeezelite0: Code: -------------------- systemctl restart squeezelite0 -------------------- 4. Squeezelite should run with the options specified in the ExecStart line above. ------------------------------------------------------------------------ Ron Olsen's Profile: http://forums.slimdevices.com/member.php?userid=9233 View this thread: http://forums.slimdevices.com/showthread.php?t=97046 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
