Julf wrote: > 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
Thank you for your tips. It works now! I lied to myself as I said the command '/usr/bin/squeezelite-mips-ar71xx -z -o front:CARD=Device,DEV=0 -a 600:4 192.168.1.108' worked. What I really did was : /usr/bin/squeezelite-mips-ar71xx -d all=debug -o front:CARD=Device,DEV=0 -a 600:4 192.168.1.108 I added this line to rc.local and piped the output tu NUL. The WR703 has only 4MB Flash mempry and that is almost exhausted. I don't know why SL plays only music with the debug option!? ------------------------------------------------------------------------ kowi's Profile: http://forums.slimdevices.com/member.php?userid=58882 View this thread: http://forums.slimdevices.com/showthread.php?t=97046 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
