slackhead wrote: > Triode, > > I've succesfully installed Jivelite on my Raspberry Pi on top of a > SqueezePlug install following your instructions in post #3 and it > appears to work very well indeed [except for the high CPU use on the Now > Playing screen]. It's really quite impressive! > > My intention is to be able to run this without a keyboard attached, with > control via an IR remote [possibly using FLIRC]. > > I've developed a small script that allows me to switch the configuration > of Squeezelite between on board audio and a USB Audio device with or > without Jivelite (4 options). Unfortunately I have hit upon the issue > of not being able to run Jivelite from a SSH session, so the script does > not work unless I use the local terminal - which means having a keyboard > plugged in, which I don't want. > > I'm hoping I will eventually be able to use the IR to trigger / control > the script, but in the meantime can you think of any way I might be able > to get the script / Jivelite to run from SSH? > > Thanks. > > Richard
Managed to get this working in the script now by using:- nohup /root/jivelite/bin/jivelite >>/dev/null 2>>/dev/null & This seems to work fine. And also works directly from command line over SSH. ------------------------------------------------------------------------ slackhead's Profile: http://forums.slimdevices.com/member.php?userid=13963 View this thread: http://forums.slimdevices.com/showthread.php?t=98156 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
