sbp wrote: 
> 
> Gerrelt as I can see that you are using the picoplayer, I would like to
> ask if have you noticed problem number 3 described by eLR!C here:
> http://forums.slimdevices.com/showthread.php?97884-piCoPlayerV2-(26MB-for-Raspberry-with-WiFi-SSH-squeezelite-and-microcore-linux)&p=734856&viewfull=1#post734856
> : 3/ USB DAC not working out of the box for a rights management issue
> (looking for an "audio" group which is not existing) --> 'the field
> ipc_gid' must be a valid group (create group audio)
> 
> As far as I remember I have seen it once when I used a wrong name for my
> USB DAC in the squeezelite start string?

I've never seen the error. But I did a quick google and it looks like
the user had to be added to the audio group.

Let him execute this command:

Code:
--------------------
    
  sudo addgroup "$USER" audio
  
--------------------

That should add user "tc" (if not changed) to the audio group.
I found this here: ' Link '
(http://forum.tinycorelinux.net/index.php?topic=4788.5;wap2)

This command probably has to be followed by the filetools.sh -b command.

I also found this: ' link '
(http://permalink.gmane.org/gmane.linux.debian.user/362087) , so it
could also be a problem with the "group" file.

edit: Als look at this: ' link '
(http://www.linuxquestions.org/questions/slackware-14/id-cannot-find-name-for-group-id-102-a-542197/)


------------------------------------------------------------------------
Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
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