LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-08-2004, 10:57 PM   #1
pwalden
Member
 
Registered: Jun 2003
Location: Washington
Distribution: Raspbian, Ubuntu, Chrome/Crouton
Posts: 374

Rep: Reputation: 50
DVD-ROM not working


I was given a SAMSUNG DVD-ROM SD-608, ATAPI CD/DVD-ROM drive to add to my working Redhat 9 system. I installed it below my CD-ROM on the same bus using the slave connector. The SLA had the jumper on the S.

When I booted, I expected the Redhat kudzu to detect the DVD-ROM and ask me some questions, but such a screen never appeared. I saw the PnP detect message flash by on the boot screen, though. After boot, the DVD-ROM light blinked profusely. I put DVD in but nothing happened.

Any suggestions appreciated

The kernel startup said:

hdc: OEM CD-ROM F563E, ATAPI CD/DVD-ROM drive
hdd: SAMSUNG DVD-ROM SD-608, ATAPI CD/DVD-ROM drive <==== this is it
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15

The System log said:

Mar 8 20:11:39 walden4 kernel: hdd: attached ide-cdrom driver.
Mar 8 20:11:39 walden4 kernel: hdd: ATAPI 32X DVD-ROM drive, 512kB Cache, DMA
Mar 8 20:11:40 walden4 kernel: cdrom: This disc doesn't have any tracks I recognize!
Mar 8 20:11:40 walden4 kernel: cdrom: This disc doesn't have any tracks I recognize!
Mar 8 20:12:30 walden4 kernel: hdd: irq timeout: status=0xd0 { Busy }
Mar 8 20:12:30 walden4 kernel: hdd: irq timeout: error=0x00
Mar 8 20:12:30 walden4 kernel: hdd: DMA disabled
Mar 8 20:12:30 walden4 kernel: hdd: ATAPI reset complete
Mar 8 20:12:55 walden4 kernel: hdd: irq timeout: status=0xd0 { Busy }
Mar 8 20:12:55 walden4 kernel: hdd: irq timeout: error=0x00
Mar 8 20:12:55 walden4 kernel: hdd: ATAPI reset complete
Mar 8 20:13:07 walden4 kernel: hdd: irq timeout: status=0xd0 { Busy }
Mar 8 20:13:07 walden4 kernel: hdd: irq timeout: error=0x00
Mar 8 20:13:07 walden4 kernel: hdd: ATAPI reset complete
Mar 8 20:13:25 walden4 kernel: hdd: irq timeout: status=0xd0 { Busy }
Mar 8 20:13:25 walden4 kernel: hdd: irq timeout: error=0x00
Mar 8 20:13:25 walden4 kernel: hdd: ATAPI reset complete
:
11 more of these
:
Mar 8 20:16:18 walden4 kernel: cdrom: This disc doesn't have any tracks I recognize!
Mar 8 20:16:32 walden4 last message repeated 2 times

Putting in the DVD added the following to the log:
Mar 8 20:19:35 walden4 kernel: hdd: cdrom_decode_status: status=0x51 { DriveReady SeekComplete Error }
Mar 8 20:19:35 walden4 kernel: hdd: cdrom_decode_status: error=0x30LastFailedSense 0x03
Mar 8 20:19:42 walden4 kernel: hdd: cdrom_decode_status: status=0x51 { DriveReady SeekComplete Error }
Mar 8 20:19:42 walden4 kernel: hdd: cdrom_decode_status: error=0x30LastFailedSense 0x03
Mar 8 20:19:49 walden4 kernel: hdd: cdrom_decode_status: status=0x51 { DriveReady SeekComplete Error }
Mar 8 20:19:49 walden4 kernel: hdd: cdrom_decode_status: error=0x30LastFailedSense 0x03
Mar 8 20:19:55 walden4 kernel: hdd: cdrom_decode_status: status=0x51 { DriveReady SeekComplete Error }
Mar 8 20:19:55 walden4 kernel: hdd: cdrom_decode_status: error=0x30LastFailedSense 0x03
Mar 8 20:19:55 walden4 kernel: hdd: ATAPI reset complete
Mar 8 20:20:04 walden4 kernel: hdd: cdrom_decode_status: status=0x51 { DriveReady SeekComplete Error }
Mar 8 20:20:04 walden4 kernel: hdd: cdrom_decode_status: error=0x30LastFailedSense 0x03
Mar 8 20:20:10 walden4 kernel: hdd: cdrom_decode_status: status=0x51 { DriveReady SeekComplete Error }
Mar 8 20:20:10 walden4 kernel: hdd: cdrom_decode_status: error=0x30LastFailedSense 0x03
Mar 8 20:20:17 walden4 kernel: hdd: cdrom_decode_status: status=0x51 { DriveReady SeekComplete Error }
Mar 8 20:20:17 walden4 kernel: hdd: cdrom_decode_status: error=0x30LastFailedSense 0x03
Mar 8 20:20:23 walden4 kernel: hdd: cdrom_decode_status: status=0x51 { DriveReady SeekComplete Error }
Mar 8 20:20:23 walden4 kernel: hdd: cdrom_decode_status: error=0x30LastFailedSense 0x03
Mar 8 20:20:23 walden4 kernel: hdd: ATAPI reset complete
Mar 8 20:20:32 walden4 kernel: hdd: cdrom_decode_status: status=0x51 { DriveReady SeekComplete Error }
Mar 8 20:20:32 walden4 kernel: hdd: cdrom_decode_status: error=0x30LastFailedSense 0x03
Mar 8 20:20:32 walden4 kernel: end_request: I/O error, dev 16:40 (hdd), sector 0
 
Old 03-09-2004, 03:47 AM   #2
maroonbaboon
Senior Member
 
Registered: Aug 2003
Location: Sydney
Distribution: debian
Posts: 1,495

Rep: Reputation: 48
I've seen several DVDs which can be read by a standard DVD player but not by the DVD-ROM reader in my PC. Read errors are detected by the drive and if they can't be corrected the drive will keep retrying, which sounds like your description.

Put in a ordinary data CD and try to mount the drive. If everything is OK, I would suspect your DVD disk.

Is this an old drive? In my experience CD drives are one of the least reliable common hardware items.
 
Old 03-13-2004, 04:14 PM   #3
pwalden
Member
 
Registered: Jun 2003
Location: Washington
Distribution: Raspbian, Ubuntu, Chrome/Crouton
Posts: 374

Original Poster
Rep: Reputation: 50
Ok, progress but I'm not quite there yet.

Silly me, I checked the master/slave jumper and I had misinterpreted the the slave slot.

I insert a CD-ROM and the Redhat 9 automounter did its work and popped up a nautilus file manager. Yes! However I note the following errors in the system log, every time I insert a CD-ROM:

Mar 13 12:00:51 walden4 kernel: hdd: packet command error: status=0x51 { DriveReady SeekComplete Error }
Mar 13 12:00:51 walden4 kernel: hdd: packet command error: error=0x50
Mar 13 12:00:51 walden4 kernel: ATAPI device hdd:
Mar 13 12:00:51 walden4 kernel: Error: Illegal request -- (Sense key=0x05)
Mar 13 12:00:51 walden4 kernel: Cannot read medium - incompatible format -- (asc=0x30, ascq=0x02)
Mar 13 12:00:51 walden4 kernel: The failed "Send DVD Structure" packet command was:
Mar 13 12:00:51 walden4 kernel: "ad 00 00 00 00 00 00 01 00 08 00 00 "
Mar 13 12:00:51 walden4 kernel: udf: registering filesystem
Mar 13 12:00:55 walden4 kernel: UDF-fs: No VRS found

Now I try inserting the DVD-ROM (this is not a movie, but a data DVD-ROM). Nothing happens. The System log says:

Mar 13 12:44:45 walden4 kernel: cdrom: This disc doesn't have any tracks I recognize!

So I try a movie DVD, run mplayer on it. It kaes forever to read it, then it almost starts, but fails with:

Encrypted VOB file! Read DOCS/en/cd-dvd.html.
Encrypted VOB file! Read DOCS/en/cd-dvd.html.
Encrypted VOB file! Read DOCS/en/cd-dvd.html.
Encrypted VOB file! Read DOCS/en/cd-dvd.html.
Encrypted VOB file! Read DOCS/en/cd-dvd.html.
Encrypted VOB file! Read DOCS/en/cd-dvd.html.
Encrypted VOB file! Read DOCS/en/cd-dvd.html.

FATAL: Could not initialize video filters (-vop) or video output (-vo).

So I re-insert the DVD-ROM and then try a mount as root:

mount /dev/cdrom1

The dmesg is flooded with messages:

hdd: cdrom_decode_status: status=0x51 { DriveReady SeekComplete Error }
hdd: cdrom_decode_status: error=0x30LastFailedSense 0x03
end_request: I/O error, dev 16:40 (hdd), sector 52888
hdd: cdrom_decode_status: status=0x51 { DriveReady SeekComplete Error }
hdd: cdrom_decode_status: error=0x30LastFailedSense 0x03
hdd: cdrom_decode_status: status=0x51 { DriveReady SeekComplete Error }
hdd: cdrom_decode_status: error=0x30LastFailedSense 0x03
hdd: cdrom_decode_status: status=0x51 { DriveReady SeekComplete Error }
hdd: cdrom_decode_status: error=0x30LastFailedSense 0x03
hdd: cdrom_decode_status: status=0x51 { DriveReady SeekComplete Error }
hdd: cdrom_decode_status: error=0x30LastFailedSense 0x03
hdd: ATAPI reset complete

However, after 5 minutes the nautilis file manage pops up with the directory listing. I try to open a file in it and it takes a long time and many more error messages. Eventually, the messages stop and now I can normally access the files.

Is there something wron with this drive or what. All these CDs and DVDs work fine on my XP box.
 
Old 03-13-2004, 06:15 PM   #4
pwalden
Member
 
Registered: Jun 2003
Location: Washington
Distribution: Raspbian, Ubuntu, Chrome/Crouton
Posts: 374

Original Poster
Rep: Reputation: 50
I think I am suspecting a bad DVD-ROM drive. Trying things over and over, I managed to get mplayer to play a DVD. However it no gets about a few minutes into the DVD and hangs. I cannot kill mplayer and have to reboot to recover and get my DVD out of the drive. The System Log says hdd is losing interrupts when it gets in that state.

What do you all think

Mar 13 16:07:05 walden4 kernel: hdd: timeout waiting for DMA
Mar 13 16:07:05 walden4 kernel: hdd: timeout waiting for DMA
Mar 13 16:07:05 walden4 kernel: hdd: (__ide_dma_test_irq) called while not waiting
Mar 13 16:07:10 walden4 kernel: hdd: status timeout: status=0xd0 { Busy }
Mar 13 16:07:10 walden4 kernel: hdd: status timeout: error=0x00
Mar 13 16:07:10 walden4 kernel: hdd: drive not ready for command
Mar 13 16:07:10 walden4 kernel: hdd: ATAPI reset complete
Mar 13 16:08:00 walden4 kernel: hdd: irq timeout: status=0xd0 { Busy }
Mar 13 16:08:00 walden4 kernel: hdd: irq timeout: error=0x00
Mar 13 16:08:00 walden4 kernel: hdd: ATAPI reset complete
Mar 13 16:08:52 walden4 kernel: hdd: lost interrupt
Mar 13 16:09:32 walden4 last message repeated 4 times
Mar 13 16:10:42 walden4 last message repeated 7 times
Mar 13 16:11:52 walden4 last message repeated 7 times
Mar 13 16:13:02 walden4 last message repeated 7 times
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
HELP -->DVD ROM is not working R.H. 8 pr@k@sh Linux - Hardware 2 03-24-2005 08:37 AM
cdrom and dvd-rom just stopped working... rebelcan Linux - Hardware 0 04-18-2004 08:36 PM
DVD-ROM/CD-ROM unable to recognize debain boot CD gottfried Linux - Newbie 2 01-20-2004 12:39 PM
how to add cd-rom, dvd-rom, floppy, hard disk icons on gnome desktop? spyghost Linux - Software 6 09-21-2003 05:44 PM
DVD-ROM not detected CD-RW mistaken as CD-ROM Device DarkXtar Slackware 21 06-02-2003 07:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration