Jesperlykke wrote: 
> Muggo!
> 
> I can perhaps help you.
> 
> I you can login into the picore via Linux SSH (windows putty.exe), and
> do as follow, and then paste the lines here?
> 
> 
> ..... This will tell a line e.g. squeezelite -a ... - o hw:CARD=D20
> -m... and so on.
> 
> If you can copy/paste that line here for a start, we can see with which
> parameters, squeezelite is run as daemon.
> After that we can try, figuring out, what the name of your card
> (USB-dac) is, in the kernel. -Also, we can see if parameters looks okay
> :confused:
> 
> Regards... Jesper.

Hi guys,

Here's a simple one-liner to get what parameters Squeezelite is
currently running (issue command from the console or ssh).


Code:
--------------------
    ps -o args | grep -v grep | grep squeezelite
--------------------


piCore uses busybox that gives a cut-down version of most Linux
commands. By cut-down I mean only the main couple of options are
implemented. For example, the only option for the ps command is -o.

If you are viewing this post through a windows PC but would like to cut
and paste the above command into piCorePlayer, here's what I do.

1. Highlight above command.
2. Press [ctrl]+[c] to copy command to the cut/paste buffer.
3. Login to piCorePlayer via PuTTY
4. Click mouse right button to paste the command to the Linux command
line 
5. Press [Enter].

regards
Greg


------------------------------------------------------------------------
Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

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

Reply via email to