На Wed, 03 Jan 2007 23:32:55 +0100 Embrik Kaslegard <[EMAIL PROTECTED]> записано:
> I haven't tried Cinerella yet, but I've got the same problem with > Kino. When I start Kino in the console with sudo kino, it works just > fine. It may work with Cinerella as well, then you don't have to > change permissions on dev/raw1394 after each reboot... I'm gentoo user but this must work in ubntu if ubntu uses udev. /etc/udev/rules.d/50-udev.rules line 141: =======8<-------- # IEEE1394 (firewire) devices (must be before raw devices below) KERNEL=="raw1394", NAME="%k", GROUP="video" KERNEL=="dv1394*", NAME="dv1394/%n", GROUP="video" KERNEL=="video1394*", NAME="video1394/%n", GROUP="video" =======8<-------- Debian have the 020_permissions.rules file in the same path. If your udev config files doesn't have this section you can add it manually. As you can see this rule assigns the user group "video" to the all 1394 devices. Then you can edit /etc/group to to add your user name to the group "video" After this manipulation your will have the RW access to all 1394 devices. If you to lazy to use groups you can make: =======8<-------- KERNEL=="raw1394", NAME="%k", MODE="0666" KERNEL=="dv1394*", NAME="dv1394/%n", MODE="0666" KERNEL=="video1394*", NAME="video1394/%n", MODE="0666" =======8<-------- read more in # man udev -- Чтв Янв 4 09:46:56 KRAT 2007 Thu Jan 4 02:46:56 UTC 2007 ---------------------------------- Visit my home page http://www.akhil.nm.ru (Last update at 29th Dec 01:22) ---------------------------------- Позволь эмоциям быть твоей энергией на пути в бесконечность. Ахметгалеев Ильдар aka AkhIL ---------------------------------- Uname: Linux artstation 2.6.13-gentoo-r5 #13 Sat Dec 9 15:41:23 KRAT 2006 i686 AMD Athlon(tm) XP 2500+ AuthenticAMD GNU/Linux Uptime: 09:46:56 up 3 days, 9:29, 10 users, load average: 0.09, 0.08, 0.01 _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
