:: [DNG] vdev - /dev/snd/timer
Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: fsmithred
Ημερομηνία:  
Προς: dng
Αντικείμενο: [DNG] vdev - /dev/snd/timer
/dev/snd/timer does not get the right permissions.
crw------- 1 root root 116, 33 Sep 9 03:32 timer


It should be:
crw-rw---- 1 root audio 116, 33 Sep 9 03:32 timer
like everything else in /dev/snd/.

Changing it manually eliminates a pcm error and allows the user to play
audio.

Adding 'if_exists=run' to /etc/vdev/actions/sound-alsa-control.act results
in correct permissions on reboot.


-fsr