[LAU] Fedora 12 & CCRMA

S C Rigler riglersc at gmail.com
Wed May 19 22:14:00 UTC 2010


On Wed, 19 May 2010 16:58:28 -0500, Rick Green <rtg at 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"


--Steve


More information about the Linux-audio-user mailing list