[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Missing /dev/raw1394



On Mon, Aug 06, 2007 at 09:06:04 -0400, Curt Howland wrote:
> Earlier, Curt Howland was heard to say:
> > > Hi. Up to date Sid, 2.6.22
> > > Funny thing is, /dev/raw1394 doesn't exist.
> 
> Florian Kulzer recommended:
> > modprobe raw1394
> >
> > (This module does not seem to get loaded automatically for all
> > hardware. I have no idea why that is or how to fix that.)
> 
> Interesting!
> 
> - --------------
> # uname -a
> Linux desktop 2.6.22-1-686 #1 SMP Sun Jul 29 14:37:42 UTC 2007 i686 
> GNU/Linux
> # modprobe raw1394
> FATAL: Module raw1394 not found.
> - --------------
> 
> In the /boot/config-2.6.22-1-686,
> - --------------
> # IEEE 1394 (FireWire) support
> #
> CONFIG_FIREWIRE=m
> CONFIG_FIREWIRE_OHCI=m
> CONFIG_FIREWIRE_SBP2=m
> # CONFIG_IEEE1394 is not set
> - --------------
> 
> The plot thickens! What else can I look for?

I have these configs for my custom 2.6.22 kernel (compiled from the
standard Debian sources):

$ grep IEEE1394 /boot/config-$(uname -r)
CONFIG_IEEE1394=m
# CONFIG_IEEE1394_VERBOSEDEBUG is not set
# CONFIG_IEEE1394_PCILYNX is not set
CONFIG_IEEE1394_OHCI1394=m
CONFIG_IEEE1394_VIDEO1394=m
CONFIG_IEEE1394_SBP2=m
# CONFIG_IEEE1394_SBP2_PHYS_DMA is not set
CONFIG_IEEE1394_ETH1394_ROM_ENTRY=y
CONFIG_IEEE1394_ETH1394=m
CONFIG_IEEE1394_DV1394=m
CONFIG_IEEE1394_RAWIO=m

The RAWIO is the one responsible for the raw1394 module. It looks like
you have to compile your own kernel to get it. The raw1394 replaces the
now unsupported dv1394 driver (according to the kernel configuration
help).

-- 
Regards,            | http://users.icfo.es/Florian.Kulzer
          Florian   |



Reply to: