[linux-audio-user] Re: /dev/raw1394 permissions. Using firewire interface Focusrite Saffire

From: David Causse <nomoa@email-addr-hidden>
Date: Sun Dec 17 2006 - 19:56:29 EET

On Sun, Dec 17, 2006 at 06:09:09PM +0100, Pau Arumi wrote:
> [...]
>
> So what is the supposed way to work with firewire?
> Maybe changing raw1394 group ownership to audio?

As your devices are regenerated each reboot by udev if you change attributes
with common unix command your changes won't be persistant.
You will have to change the udev rules.
The file to modify is usually : /etc/udev/permissions.rules.
look for the line :
KERNEL=="raw1394", GROUP="audio"
and change GROUP="disk" to "video" or "audio"

reload udev :
# /etc/init.d/udev restart
reload raw1394 device :
# rmmod raw1394 && modprobe raw1394

Regards,

David.
Received on Sun Dec 17 20:15:02 2006

This archive was generated by hypermail 2.1.8 : Sun Dec 17 2006 - 20:15:02 EET