FS#5285 - udev 097 does not create /dev/raw1394 required by libraw1394
Attached to Project:
Arch Linux
Opened by Peter Galiovsky (galiyosha) - Friday, 25 August 2006, 12:20 GMT
Opened by Peter Galiovsky (galiyosha) - Friday, 25 August 2006, 12:20 GMT
|
Details
udev 097-1 does not create the /dev/raw1394 device required
for libraw1394 to work. /dev/raw/raw1394 is created instead.
As "/dev/raw1394" is hardcoded in libraw1394, a symlink to
/dev/raw/raw1394 should probably be created in /dev. In udev
096-1, only a /dev/raw1394 device was created.
|
This task depends upon
When I asked about this on forums, lanrat suggested to add a separate rules file with:
KERNEL=="raw1394", SYMLINK+="%k"
This left the /dev/raw/raw1394 in place and created a symlink to it in /dev/raw1394. libraw1394 worked fine.
seems 096 is bugged that is misiniterprets the rule