Hi there,
   When I emerged libraw1394 it tells me there is no /dev/raw1394 device:

********************************************
Required /dev/raw1394 device file not found.
Run 'make dev' to create it.
********************************************

which is correct:

[EMAIL PROTECTED] ~ $ ls /dev/raw1394
ls: /dev/raw1394: No such file or directory
[EMAIL PROTECTED] ~ $

Question is how should that be created on a udev only system? The
Linux1394 web site gives this set of commands:

# Compile libraw1394:
cd /where/you/downloaded/libraw1394
tar xvfz libraw1394-1.1.0.tar.gz
cd libraw1394-1.1.0
./configure
make
make install
# Create the raw device (/dev/raw1394):
make dev
# Reboot:
shutdown -r now 

which would have made the device. Is the fact that the device isn't
created a problem with the ebuild? Even if it was, how should this
really be created for a udev system? A rule somewhere in some
udev.conf file?

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list

Reply via email to