Gentoo Archives: gentoo-user

From: KH <gentoo-user@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] burning a dvd+r dl - when trying to play: a52: CRC check failed!
Date: Fri, 03 Oct 2008 21:07:03
Message-Id: 48E68974.8000202@konstantinhansen.de
In Reply to: Re: [gentoo-user] burning a dvd+r dl - when trying to play: a52: CRC check failed! by Joerg.Schilling@fokus.fraunhofer.de (Joerg Schilling)
1 Joerg Schilling schrieb:
2 > KH <gentoo-user@××××××××××××××××.de> wrote:
3 >
4 >
5 >> Hi together,
6 >>
7 >> I am trying to capy a DVD. Somewhere it does not work as I want it. What
8 >> I did until now:
9 >>
10 >> a52: CRC check failed! 0.193 ct: 0.008 7/ 7 ??% ??% ??,?% 0 0 78%
11 >>
12 >
13 > Without knowing what a52: means, I cannot comment.
14 >
15 >
16 Wikipedia tells its an audio codec for dolby digital. I don't have any
17 further information on that.
18
19 >> What I tried until now:
20 >>
21 >> #regionset /dev/cdrom1
22 >>
23 >> Region code set successfully!
24 >>
25 >
26 > If the original DVD was encoded with CSS, you need to use DeCSS to create a
27 > copy that is not "play protected".
28 >
29 >
30 How would I do an DeCSS?
31
32 >> Cdrecord-ProDVD-ProBD-Clone 2.01.01a34 (x86_64-unknown-linux-gnu)
33 >>
34 >
35 > This is an old version of cdrecord. For correct DVD+R/DL behavior with all
36 > drives you need at least a48.
37 >
38 This is the current stable one in the tree. I will try out the latest
39 because I did experience some trouble I hope to solve with this.
40 >> Copyright (C) 1995-2007 Jörg Schilling
41 >>
42 >> cdrecord: WARNING: This causes a high risk for buffer underruns.
43 >>
44 >
45 > You did not install cdrecord correctly. You need to install it suid root.
46 >
47 I just did run #emerge -av cdrtools What else do I have to do? Would it
48 be something like the following I found with google:
49
50 >/ Log in as root.
51 />/ cd to the directory where the program file lives.
52 />/ chown root:bin file_name
53 />/ chmod 4775 file_name (that will do only the suid and not both suid and
54 />/ guid)/
55
56 >> Warning: Open by 'devname' is unintentional and not supported.
57 >>
58 >
59 > If you like to get correct behavior, do not use unsupported dev= parameters.
60 >
61 I will need to read the manual again for this :-)
62 >
63 >> cdrecord: fifo had 132254 puts and 132254 gets.
64 >> cdrecord: fifo was 0 times empty and 123115 times full, min fill was 43%.
65 >>
66 >
67 > You did not specify the layer break address but you need to do so for movie
68 > DVDs.
69 >
70 > To get the layer brask value from the original disk by calling
71 >
72 > cdrecord -atip
73 >
74 > then look for something like:
75 >
76 > layer break at: 1768640
77 >
78 > Then call cdrecord driveropts=layerbreak=1768640
79 >
80 > Jörg
81 >
82 >
83 I will try this during the weekend. Thanks for you fast and excellent
84 answer.