Importing dv video with kino

Larry Grover lgrover at zoominternet.net
Thu Nov 11 03:27:38 UTC 2004


Byron Poland wrote:
> Hi.
> 
> I'm trying to import some dv video with Kino.  I plug in my dv cam,
> and get the following in messages:
> 
> Nov  9 17:03:52 localhost ieee1394.agent[21200]:      dv1394: loaded
> successfully
> Nov  9 17:03:52 localhost kernel: ieee1394: raw1394: /dev/raw1394
> device initialized
> Nov  9 17:03:52 localhost ieee1394.agent[21200]:      raw1394: loaded
> successfully
> 
> Start kino up, go to capture and get this error in the status area at
> the bottom of the window:
> 
> "WARNING: raw1394 kernel module not loaded or failure to read/write
> /dev/raw1394!"
> 
> Well this doesn't seem right since the syslog says that /dev/raw1394
> device was initialized, so I ckeck /dev/ for the device... not there.
> 
> What should I do now?
> 


Coincidentally, I ran into this same issue last night.

There is already a bug report on this:
https://bugzilla.ubuntu.com/show_bug.cgi?id=3609
and one of the comments links to a forum thread with a work-around:
http://ubuntuforums.org/showthread.php?t=2792

To create the missing device entry right away, you can run:
"sudo mknod -m 666 /dev/raw1394 c 171  0"
but the device entry will be gone when you reboot.


--
Larry




More information about the ubuntu-users mailing list