Gentoo Archives: gentoo-user

From: Richard Watson <waty@×××××××××××.au>
To: gentoo-user@l.g.o
Subject: RE: [gentoo-user] How do I create /dev/ieee1394/dv/host0/PAL/out so I can write back to tape with Kino
Date: Mon, 15 May 2006 23:58:24
Message-Id: 000601c6787a$0f5b9040$3004a8c0@NX6120
In Reply to: [gentoo-user] How do I create /dev/ieee1394/dv/host0/PAL/out so I can write back to tape with Kino by Richard Watson
1 Hi - Just answering my own post if anyone's interested. I figured it out by
2 creating the following script to create the relevant nodes to capture and
3 write DV video from my camcorder:
4
5 --
6
7 rm /dev/video1394/0
8 rmdir /dev/video1394
9 rm /dev/raw1394
10 mkdir /dev/video1394
11 mknod -m 666 /dev/video1394/0 c 171 16
12 mknod -m 666 /dev/raw1394 c 171 0
13
14 rm /dev/ieee1394/dv/host0/PAL/out
15 rmdir /dev/ieee1394/dv/host0/PAL
16 rmdir /dev/ieee1394/dv/host0
17 rmdir /dev/ieee1394/dv
18 rmdir /dev/ieee1394
19
20 mkdir /dev/ieee1394
21 mkdir /dev/ieee1394/dv
22 mkdir /dev/ieee1394/dv/host0
23 mkdir /dev/ieee1394/dv/host0/PAL
24 mknod -m 666 /dev/ieee1394/dv/host0/PAL/out c 171 35
25
26 --
27
28 -----Original Message-----
29 From: Richard Watson [mailto:waty@×××××××××××.au]
30 Sent: Sunday, 7 May 2006 2:18 PM
31 To: gentoo-user@l.g.o
32 Subject: [gentoo-user] How do I create /dev/ieee1394/dv/host0/PAL/out so I
33 can write back to tape with Kino
34
35 Hi – Can anyone tell me how to create /dev/ieee1394/dv/host0/PAL/out so I
36 can write back to DV tape on my video camera with Kino? I assume it’s some
37 form of mknod command but I don’t really understand the syntax. It's not
38 currently listed in my /dev.
39 --
40 Thanks, Richard
41
42 --
43 No virus found in this outgoing message.
44 Checked by AVG Free Edition.
45 Version: 7.1.392 / Virus Database: 268.5.5/333 - Release Date: 5/05/2006
46
47
48
49 --
50 gentoo-user@g.o mailing list
51
52 --
53 No virus found in this incoming message.
54 Checked by AVG Free Edition.
55 Version: 7.1.392 / Virus Database: 268.5.5/333 - Release Date: 5/05/2006
56
57
58 --
59 No virus found in this outgoing message.
60 Checked by AVG Free Edition.
61 Version: 7.1.392 / Virus Database: 268.5.6/340 - Release Date: 15/05/2006
62
63
64
65 --
66 gentoo-user@g.o mailing list