On Tue, 28 Jun 2005 12:19:14 -0700 Mark Knecht <[EMAIL PROTECTED]> wrote:
> On 6/28/05, Neil Bothwick <[EMAIL PROTECTED]> wrote: > > On Tue, 28 Jun 2005 12:52:43 -0300, luis jure wrote: > > > > > searching the web, all sources i found say that udev does not manage > > > ieee1394 devices, and that you must create the nodes manually with > > > something like this: > > > > > > mkdir /dev/video1394 > > > mknod -m 666 /dev/video1394/0 c 171 16 > > > mknod -m 666 /dev/raw1394 c 171 0 > > > > > > > > > i'd like to confirm if this is actually so, and which would be the best > > > way to create these nodes with a script at boot time. (i mean, the best > > > "gentoo way") > > > > I found the same, and put these commands in /etc/conf.d/local.start. > > So for now you jsut recreate them at every boot? Seems like a > reasonable solution until udev catches up. > Yep, I do the same as Neil. Have captured fine from a dv deck with kino. Here are the commands from my /etc/conf.d/local.start - mkdir /dev/video1394 mknod -m 666 /dev/video1394/0 c 171 16 mknod -m 666 /dev/raw1394 c 171 0 mkdir /dev/ieee1394 Bob -- - -- gentoo-user@gentoo.org mailing list