Re: [gentoo-user] raw1394

2005-06-28 Thread Bob Sanders
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

Re: [gentoo-user] raw1394

2005-06-28 Thread Daniel Drake
Mark Knecht wrote: > > Daniel, >What sort of ATI support do we get inder 2.6.12 at this time? I've > noticed other threads talking about acceleration problems, or possibly > no TV out, etc. Both of these matter to me. I have no idea. Try it and find out :) Daniel -- gentoo-user@gentoo.org m

Re: [gentoo-user] raw1394

2005-06-28 Thread Mark Knecht
On 6/28/05, Daniel Drake <[EMAIL PROTECTED]> wrote: > 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: > > I suggest you upgrade to Linux 2.6.12. It will then be

Re: [gentoo-user] raw1394

2005-06-28 Thread Daniel Drake
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: I suggest you upgrade to Linux 2.6.12. It will then be created and managed automatically. Daniel -- gentoo-user@gent

Re: [gentoo-user] raw1394

2005-06-28 Thread Mark Knecht
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/

Re: [gentoo-user] raw1394

2005-06-28 Thread Neil Bothwick
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

Re: [gentoo-user] raw1394

2005-06-28 Thread Mark Knecht
On 6/28/05, luis jure <[EMAIL PROTECTED]> wrote: > hello list, > > trying to use kino to grab video from a digital camera, i realized that > there's no /dev/raw1394 device. > > searching the web, all sources i found say that udev does not manage > ieee1394 devices, and that you must create the no

[gentoo-user] raw1394

2005-06-28 Thread luis jure
hello list, trying to use kino to grab video from a digital camera, i realized that there's no /dev/raw1394 device. 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 m