:: [DNG] vdev - /dev/snd/timer
Page principale
Supprimer ce message
Répondre à ce message
Auteur: fsmithred
Date:  
À: dng
Sujet: [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