soundcheck wrote: 
> You might want to try this. Put the command line into a wrapper script
> e.g. "/usr/bin/squeeze":
> 
> #!/bin/sh
> sleep 10
> /usr/bin/squeezelite-mips-ar71xx -z  -o  front:CARD=Device,DEV=0  -a
> 600:4 192.168.1.108
> 

And, until you get it to work, make it:


Code:
--------------------
    
  #!/bin/sh
  sleep 10
  /usr/bin/squeezelite-mips-ar71xx -z *-o *front:CARD=Device,DEV=0 *-a 600:4 
192.168.1.108 2> /tmp/squeze_debug_log 2>&1
  
--------------------


in order to catch any error messages


------------------------------------------------------------------------
Julf's Profile: http://forums.slimdevices.com/member.php?userid=42050
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to