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 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've talked to some of the 1394 developers as well as posting
something along these lines in Gentoo's Bugzilla. The most appropriate
thing to do for this problem, if you want a udev solution, is to wait
for 2.6.12, presuming this won't cause other problems for you like it
may for me. (ati, ati, ati...)

If you wanted a possible solution now then you might also try using
the commands above (I've not checked them but they look about right.)
and also use the tarball option in conf.d/rc.

Good luck,
Mark

-- 
gentoo-user@gentoo.org mailing list



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@gentoo.org mailing list



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 created and managed
 automatically.
 
 Daniel

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.

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



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 mailing list