On Wed, 19 May 2010 16:58:28 -0500, Rick Green
<rtg(a)aapsc.com> wrote:
...I tried `chgrp audio /dev/raw1394`, because I had earlier added
myself to the 'audio' group at the suggestion of jackd 0.118.
This will work until your next reboot.
Create /etc/udev/rules.d/99-firewire.rules with the following contents:
# IEEE1394 (firewire) devices
# Please note that raw1394 gives unrestricted, raw access to every single
# device on the bus and those devices may do anything as root on your
system.
# Yes, I know it also happens to be the only way to rewind your video
camera,
# but it's not going to be group "video", okay?
KERNEL=="raw1394", GROUP="audio"
KERNEL=="dv1394*", GROUP="audio"
KERNEL=="video1394*", GROUP="audio"
Do you happen to know when device permission management move
from /etc/security/console.perms.d/* to udev? Did it move? Are both
mechanisms working?
-- Fernando