I compiled a kernel based on the linux-image-2.6.22-3-686 configuration. I changed the following options (basically deactivating the new firewire stack and activating the old one):
[EMAIL PROTECTED]:/usr/src/linux$ diff .config.orig .config 3,4c3,4 < # Linux kernel version: 2.6.22 < # Sat Dec 29 19:45:54 2007 --- > # Linux kernel version: 2.6.22.20071229 > # Sat Dec 29 19:56:58 2007 1503,1506c1503,1526 < CONFIG_FIREWIRE=m < CONFIG_FIREWIRE_OHCI=m < CONFIG_FIREWIRE_SBP2=m < # CONFIG_IEEE1394 is not set --- > # CONFIG_FIREWIRE is not set > CONFIG_IEEE1394=m > > # > # Subsystem Options > # > # CONFIG_IEEE1394_VERBOSEDEBUG is not set > > # > # Controllers > # > # CONFIG_IEEE1394_PCILYNX is not set > CONFIG_IEEE1394_OHCI1394=m > > # > # Protocols > # > # CONFIG_IEEE1394_VIDEO1394 is not set > CONFIG_IEEE1394_SBP2=m > # CONFIG_IEEE1394_SBP2_PHYS_DMA is not set > # CONFIG_IEEE1394_ETH1394_ROM_ENTRY is not set > # CONFIG_IEEE1394_ETH1394 is not set > # CONFIG_IEEE1394_DV1394 is not set > CONFIG_IEEE1394_RAWIO=m With this changes, kino runs without problems and I could use my DV-camera to caputure video successfully. [Ok, I had to tune the rights of the - now existing - /dev/raw1394 that were originally crw-rw---- ]. So for me this is a workaround I can live with - but maybe other users don't feel comfortable when they have to build their own kernel. I would suggest to modify the default kernel configuration regarding the firewire driver and to use the "old" stack again. Isn't Debian famous for using a conservative but functioning configuration? ;-) Best regards, Philipp -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]