Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] DVD Problems...
Date: Sat, 10 May 2008 21:53:31
Message-Id: 5bdc1c8b0805101453w66fe3096p715e6e76aa323ea4@mail.gmail.com
In Reply to: [gentoo-user] DVD Problems... by "Benjamen R. Meyer"
1 On Sat, May 10, 2008 at 2:16 PM, Benjamen R. Meyer <bm_witness@×××××.com> wrote:
2 > I recently got a couple seasons of Star Gate SG-1, and can read nearly all
3 > the DVDs except the 3rd DVD of Season 2, which under Kernel 2.6.24-gentoo-r4
4 > yielded the following error messags to dmesg:
5 >
6 > hdc: media error (bad sector): status=0x51 { DriveReady SeekComplete Error }
7 > hdc: media error (bad sector): error=0x30 { LastFailedSense=0x03 }
8 > ide: failed opcode was: unknown
9 > ATAPI device hdc:
10 > Error: Medium error -- (Sense key=0x03)
11 > (reserved error code) -- (asc=0x11, ascq=0x05)
12 > The failed "Read 10" packet command was:
13 > "28 00 00 00 47 c0 00 00 02 00 00 00 00 00 00 00 "
14 > end_request: I/O error, dev hdc, sector 73472
15 > Buffer I/O error on device hdc, logical block 9184
16 > npviewer.bin[10182]: segfault at 4 rip f6febd54 rsp ff833c70 error 4
17 > hdc: packet command error: status=0x51 { DriveReady SeekComplete Error }
18 > hdc: packet command error: error=0x54 { AbortedCommand
19 > LastFailedSense=0x05 }
20 > ide: failed opcode was: unknown
21 > ATAPI device hdc:
22 > Error: Illegal request -- (Sense key=0x05)
23 > Invalid field in command packet -- (asc=0x24, ascq=0x00)
24 > The failed "Read CD" packet command was:
25 > "be 00 00 00 00 96 00 00 01 58 00 00 00 00 00 00 "
26 > typesconfig[18298]: segfault at 0 rip 4010eb rsp 7fffb31012b0 error 4
27 > typesconfig[18299]: segfault at 0 rip 4010a1 rsp 7fffb31012b0 error 6
28 > PCI: Setting latency timer of device 0000:01:00.0 to 64
29 > NVRM: loading NVIDIA UNIX x86_64 Kernel Module 169.09 Fri Jan 11
30 > 14:04:37 PST 2008
31 > cdrom: This disc doesn't have any tracks I recognize!
32 >
33 > First thing I did was verify it was a good disc by putting it in my Windows
34 > laptop I use for work and running WinDVD. It played just fine, so I know it
35 > has to be some part of the linux system not understanding the disk.
36 >
37 > Second thing I did was upgrade to the "latest" kernel - 2.6.24-gentoo-r7 -
38 > to see if that would solve the problem since it seemed like the DVD driver
39 > was not able to recognize the disk at all. It successfully got rid of the
40 > error from 'dmesg'; however, xine (0.99.5) is still unable to play the disk
41 > - complaining about not being able to load the plug-in for the MRL. Other
42 > DVDs from the same boxset (even the two discs after it) play just fine under
43 > both kernels. Also, I can't mount the disc.
44 >
45 > I also ran 'xine' with the verbose flag. You can find the output at
46 > http://www.geocities.com/bm_witness/gentoo/xinedvd.txt.gz
47 > (sorry, for some reason Yahoo/Geocities didn't want to accept a standard
48 > text file, so I had to gzip it.)
49 >
50 > I'm not afraid to do some kernel hacking to resolve this if someone would
51 > point me in the right direction to do so - or at least to providing some
52 > help to it.
53 >
54 > FYI: /dev/dvd points to hdc. Trying to open '/dev/hdc' yields the same
55 > results - though no information in the logs. :-<
56 >
57 > I'd very much like to find a solution to this problem.
58 >
59 > Any help, tips, etc. would be very much appreciated.
60 >
61 > TIA,
62 >
63 > Ben
64
65 I've run into this problem a number of times on my Linux systems. In a
66 couple of cases what where essentially scratched disks played on both
67 my HT DVD player as well as Windows but would not play in xine.
68
69 I talked with the xine guys and they said (at the time maybe 3-4 years
70 ago) that their error recovery wasn't nearly as good as they wanted it
71 to be. At that time xine was the best around.
72
73 A READ10 issue is potentially a firmware issue in the drive since it's
74 the drive's processor formatting up data to send over the cable. My
75 suggestion would be try it on every system you have there. Some drives
76 read around problems better or do better correction at the drive.
77 Maybe you can find a firmware upgrade for the specific drive. Not
78 specific to these READ10 errors but some folks using 1394 peripherals
79 have improved performance in this sort of situation.
80
81 HTH,
82 Mark
83 --
84 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] DVD Problems... pk <peterk2@××××××××.se>
Re: [gentoo-user] DVD Problems... "Benjamen R. Meyer" <bm_witness@×××××.com>