From: Zoltan B. <zb...@fr...> - 2004-11-15 21:43:36
|
Hi, I wanted to add something to my success story: FC3 uses a dynamic /dev management, called 'udev' and my previous attempt at sharing some devices, like my sound card between the heads that worked on FC1 were not enough on FC3. Here is the things I had to do: 1. Edit /etc/security/console.perms and comment out every device collection you want to share. 2. Create some groups for the device collections you commented out in the above file, e.g. create a group called "sound" and add this group to every user as a secondary group. 3. Edit /etc/udev/permissions.d/50-udev.permissions and change the group for the individual device files that belong to that group, e.g.: # audio devices dsp*:root:sound:0660 audio*:root:sound:0660 midi*:root:sound:0660 mixer*:root:sound:0660 sequencer*:root:sound:0660 sound/*:root:sound:0660 snd/*:root:sound:0660 beep:root:sound:0660 admm*:root:sound:0660 adsp*:root:sound:0660 aload*:root:sound:0660 amidi*:root:sound:0660 dmfm*:root:sound:0660 dmmidi*:root:sound:0660 sndstat:root:sound:0660 Best regards, Zolt=E1n B=F6sz=F6rm=E9nyi |