First, my apologies as there were typos in my last post: sudo service squeezelite start ( or /etc/int.d/ squeezelite start ) sudo service squeezelite stop ( or /etc/int.d/ squeezelite stop )
should have read: sudo service squeezelite start ( or sudo /etc/init.d/squeezelite start ) sudo service squeezelite stop ( or sudo /etc/init.d/squeezelite stop ) If you rebooted your Ubuntu, "squeezelite" ought to be started automatically as a service using the params entered in the file /etc/default/squeezelite. As you probably don't want to reboot, then you must use the appropriate command as root to start|stop squeezelite, just like any other service running on Ubuntu. Is Ubuntu 14,04 LTS still using "upstart" and not pure sysinit? Then I would expect the commands in brackets to be correct. Your Kingrex T20U has a PCM2702 which is known to work in Linux with squeezelite. See on this list: https://sites.google.com/site/picoreplayer/home/List-of-USB-DACs The installation of squeezelite from the Ubuntu repos should have pulled in any necessary dependencies. So it should just be a matter of ensuring your "/etc/default/squeezelite" file has the correct contents and then retarting squeezelite and checking that it is running using something like the "htop" process viewer ( http://hisham.hm/htop/index.php?page=screenshots) or the "ps" command. Could you please post the contents of your "/etc/default/squeezelite" file here ------------------------------------------------------------------------ Krisbee's Profile: http://forums.slimdevices.com/member.php?userid=59080 View this thread: http://forums.slimdevices.com/showthread.php?t=101436 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
