On Wed, 19 May 2010, S C Rigler wrote:
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.
Yup, I discovered that.
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"
Thanks!
Does it work correctly for you? If so, I could add this to the Planet
CCRMA jack package.
-- Fernando