why don't my udev 1394 rules work?

sean darcy seandarcy at hotmail.com
Sat Sep 25 03:42:39 UTC 2004


I'm trying to use rules to set up prsistent 1394 devices.

Following some googled advice I created a 10-udev.rules files in 
/etc/udev/rules.d:

BUS="ieee1394" ,  SYSFS{name}="DV/1394 Driver" , NAME="dv1394"
BUS="ieee1394" ,  SYSFS{name}="raw1394 Driver" , NAME="raw1394"

based on

udevinfo -a -p /sys/bus/ieee1394/drivers/dv1394/
looking at class device '/sys/bus/ieee1394/drivers/dv1394':
    SYSFS{device_ids}="specifier_id=0x00a02d,version=0x010001"
    SYSFS{name}="DV/1394 Driver"

and:

udevinfo -a -p /sys/bus/ieee1394/drivers/raw1394/

looking at class device '/sys/bus/ieee1394/drivers/raw1394':
    SYSFS{name}="raw1394 Driver"


Rebooted  2.6.8-1.541 and expected to see /dev/dv1394 and /dev/raw1394.

But I didn't. How come? What do I need to do?

sean






More information about the fedora-test-list mailing list