On Wed, Dec 26, 2007 at 08:54:04 -0500, Thomas H. George wrote: > On Tue, Dec 25, 2007 at 09:38:19AM +0100, Florian Kulzer wrote: > > On Mon, Dec 24, 2007 at 22:24:52 -0500, Thomas H. George wrote:
[...] > > > When I next enter the command: > > > > > > dvgrab --format raw --autosplit --size 100 take- > > > > > > I get the response: > > > > > > raw1394 - failed to get handle: no such file or directory > > > > Check if the device node /dev/raw1394 exists and what its permissions > > are. If it does not exist try to run "modprobe raw1394" as root. > > Thanks, this fixed the problem though only with the > linux-image-2.6.18-5-amd64 kernel. Initially I tried modprobe raw1394 > when using the linux-image-2.6.22-3-amd64 kernel and got a response that > there was no module raw1394. I rebooted to load the backup kernel all > was well. It looks like the raw1394 module is no longer included in the newer Debian kernels. (I don't use the stock kernels, so I don't know for sure.) You might have to compile your own kernel to have the module available; its source code is still included in the Debian kernel sources. Alternatively you can try to "modprobe firewire-core". This is the module for the new "Juju" firewire stack; maybe Debian has switched to that. I don't know if userland tools such as dvgrab work with the new firewire stack already. According to the kernel documentation, firewire-core "functionally replaces ieee1394, raw1394, and video1394". -- Regards, | http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

