On Thu, Jan 29, 2015 at 08:36:53PM +0200, Alan McKinnon wrote > Check your udev rules. Those nodes will probably revert back to > root:root on each reboot
I use mdev https://wiki.gentoo.org/wiki/Mdev but that should not be a problem. My /etc/mdev.conf has... # alsa sound devices and audio stuff pcm.* root:audio 660 =snd/ control.* root:audio 660 =snd/ midi.* root:audio 660 =snd/ seq root:audio 660 =snd/ timer root:audio 660 =snd/ root:audio with permissions 660 should work for anybody in the audio group. Just for consistency, I manually changed it to... drwxr-xr-x 2 root audio 160 Jan 28 21:50 . drwxr-xr-x 16 root root 3400 Jan 29 02:50 .. crw-rw---- 1 root audio 116, 2 Jan 28 21:50 controlC0 crw-rw---- 1 root audio 116, 4 Jan 28 21:50 pcmC0D0c crw-rw---- 1 root audio 116, 3 Jan 29 13:36 pcmC0D0p crw-rw---- 1 root audio 116, 5 Jan 28 21:50 pcmC0D2c crw-rw---- 1 root audio 116, 1 Jan 28 21:50 seq crw-rw---- 1 root audio 116, 33 Jan 28 21:50 timer If it reverts to root:root next boot, I'll post to the busybox list. -- Walter Dnes <waltd...@waltdnes.org> I don't run "desktop environments"; I run useful applications