Quoting Raffaella Traniello <[EMAIL PROTECTED]>:

Thanks Joe.
You gave a new direction to my fumbling for a solution.

After many many hours of googling, studying and experimenting I did have
a big change: I can't capture as root anymore.

That means I'm bungling with the right things.
I must be very close to the solution.

;)

i have to say that got used to use /dev/raw1394 as su....anyway, i remember it was possible editing /etc/udev/permissions.rules

at acertain point you will find this:

# ieee1394 devices
KERNEL=="raw1394",                              GROUP="disk"
KERNEL=="dv1394*",                              GROUP="video"
KERNEL=="video1394*",                           GROUP="video"


well, add to the first line MODE="0666" so it will be like this:


# ieee1394 devices
KERNEL=="raw1394",                              GROUP="disk" , MODE="0666"
KERNEL=="dv1394*",                              GROUP="video"
KERNEL=="video1394*",                           GROUP="video"

ciao bella!

Vale


Ciao
Raffaella

PS: On Dapper it worked like a charm!

On Tue, 2007-01-02 at 16:32 -0700, Joe Friedrichsen wrote:
On 1/2/07, Raffaella Traniello <[EMAIL PROTECTED]> wrote:
> Thanks Helge.
>
> It never worked on my Ubuntu Edgy.
> I must have a very eccentric system...

On debian etch, I've found it helpful to remove the existing devices
and remake them with the major/minor numbers wanted by my drivers:

# mknod -m 666 /dev/dv1394 c 171 2
# mknod -m 666 /dev/raw1394 c 171 0

Longer explanation:

http://www.linuxquestions.org/questions/showthread.php?p=1512737#post1512737

Joe

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra




encosianima.net

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to