Re: [gentoo-user] make dev / udev question (1394 related)

2005-07-17 Thread Mark Knecht
On 7/17/05, Daniel Drake <[EMAIL PROTECTED]> wrote: > Mark Knecht wrote: > > What's throwing me is that the libraw1394 emerge makes this limited > > complaint: > > > > > > Required /dev/raw1394 device file not found. > > Run 'make dev' to create it. > >

Re: [gentoo-user] make dev / udev question (1394 related)

2005-07-17 Thread Daniel Drake
Mark Knecht wrote: What's throwing me is that the libraw1394 emerge makes this limited complaint: Required /dev/raw1394 device file not found. Run 'make dev' to create it. This is more suited for the old-

Re: [gentoo-user] make dev / udev question (1394 related)

2005-07-17 Thread Mark Knecht
On 7/17/05, Daniel Drake <[EMAIL PROTECTED]> wrote: > Hi, > > Mark Knecht wrote: > > 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

Re: [gentoo-user] make dev / udev question (1394 related)

2005-07-17 Thread Mark Knecht
Daniel, See my other post on this thread but as for the kernel it is updated: [EMAIL PROTECTED] ~ $ uname -a Linux godzilla 2.6.12-gentoo-r4 #1 Sat Jul 16 09:29:59 PDT 2005 i686 AMD Athlon(TM) XP1600+ AuthenticAMD GNU/Linux [EMAIL PROTECTED] ~ $ Thanks, Mark On 7/17/05, Daniel Drake <[EMAIL P

Re: [gentoo-user] make dev / udev question (1394 related)

2005-07-17 Thread Mark Knecht
Zac & Mike, Thanks for the responses. I am getting a device /dev/raw/raw1394 created when I load the module and removed when I rmmod the module: godzilla ~ # ls -la /dev/raw ls: /dev/raw: No such file or directory godzilla ~ # modprobe raw1394 godzilla ~ # ls -la /dev/raw total 0 drwxr-xr-x 2

Re: [gentoo-user] make dev / udev question (1394 related)

2005-07-17 Thread Daniel Drake
Hi, Mark Knecht wrote: 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? Its a kernel "bug" which is fixed in 2.6.12. If you upgrad

Re: [gentoo-user] make dev / udev question (1394 related)

2005-07-17 Thread Zac Medico
Mike Williams wrote: On Sunday 17 July 2005 22:35, Mark Knecht wrote: 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? Dynamic d

Re: [gentoo-user] make dev / udev question (1394 related)

2005-07-17 Thread Mike Williams
On Sunday 17 July 2005 22:35, Mark Knecht wrote: > 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? Dynamic dev filesystems (dev

[gentoo-user] make dev / udev question (1394 related)

2005-07-17 Thread Mark Knecht
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/