Comment 7 for bug 369817

Revision history for this message
jap1968 (jap1968) wrote :

According to comment #6, the bug was fixed (udev - 141-2+git4a74214)

Three months before, I am running an Ubuntu 9.04 fully updated and still have a wrong version (udev - 141-1.2)

Is this update going to be released in Ubuntu 9.04?

Anyway, I have examined the diff files, an I can find the solution for 'dv1394' and 'video1394', but I am not able to see any changes related to the raw1394 device.

-KERNEL=="dv1394[0-9]*", NAME="dv1394/%n", GROUP="video"
-KERNEL=="video1394[0-9]*", NAME="video1394/%n", GROUP="video"
+KERNEL=="dv1394-[0-9]*", NAME="dv1394/%n", GROUP="video"
+KERNEL=="video1394-[0-9]*", NAME="video1394/%n", GROUP="video"

Ca I fix the /dev/raw1394 device in this file of rules (in order to capture miniDV video with Kino) or should I keep on using the old "solution", every time I go to capture video?

$ sudo chmod 666 /dev/raw1394

Thanks in advance and excuse my limited English knowledge.