public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Zoltan Boszormenyi <zboszor@dunaweb.hu>
To: linux-kernel <linux-kernel@vger.kernel.org>
Cc: Jeff Garzik <jgarzik@pobox.com>, Alan Cox <alan@lxorguk.ukuu.org.uk>
Subject: DVD-playing, ide-cd vs scsi-cd drivers
Date: Sun, 15 Jul 2007 21:26:14 +0200	[thread overview]
Message-ID: <469A74D6.20006@dunaweb.hu> (raw)

Hi,

I have an FC6 machine with a Pioneer DVD-RW and
I occasionally watch DVDs on it. (Xine+libdvdcss
from Livna works just fine.) I compiled 2.6.22-rc7-git5
before with ide-cd but now I changed the driver to
pata_amd to see it works before I upgrade to FC7.
Now DVD-playing doesn't work, I got this in the log
when I tried to play a DVD in Xine.

UDF-fs: Partition marked readonly; forcing readonly mount
UDF-fs INFO UDF 0.9.8.1 (2004/29/09) Mounting volume 'TW10Y', timestamp 
2004/12/16 14:30 (1078)
SELinux: initialized (dev sr0, type udf), uses genfs_contexts
sr 6:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 6:0:0:0: [sr0] Sense Key : Hardware Error [current]
sr 6:0:0:0: [sr0] Add. Sense: Logical unit communication CRC error 
(Ultra-DMA/32)
end_request: I/O error, dev sr0, sector 1476
Buffer I/O error on device sr0, logical block 369
Buffer I/O error on device sr0, logical block 370
Buffer I/O error on device sr0, logical block 371
Buffer I/O error on device sr0, logical block 372
Buffer I/O error on device sr0, logical block 373
Buffer I/O error on device sr0, logical block 374
Buffer I/O error on device sr0, logical block 375
Buffer I/O error on device sr0, logical block 376
Buffer I/O error on device sr0, logical block 377
Buffer I/O error on device sr0, logical block 378
sr 6:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 6:0:0:0: [sr0] Sense Key : Hardware Error [current]
sr 6:0:0:0: [sr0] Add. Sense: Logical unit communication CRC error 
(Ultra-DMA/32)
end_request: I/O error, dev sr0, sector 9126328
printk: 5 messages suppressed.
Buffer I/O error on device sr0, logical block 2281582
Buffer I/O error on device sr0, logical block 2281583
Buffer I/O error on device sr0, logical block 2281584
Buffer I/O error on device sr0, logical block 2281585
Buffer I/O error on device sr0, logical block 2281586
Buffer I/O error on device sr0, logical block 2281587
Buffer I/O error on device sr0, logical block 2281588
Buffer I/O error on device sr0, logical block 2281589
Buffer I/O error on device sr0, logical block 2281590
Buffer I/O error on device sr0, logical block 2281591
sr 6:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 6:0:0:0: [sr0] Sense Key : Hardware Error [current]
sr 6:0:0:0: [sr0] Add. Sense: Logical unit communication CRC error 
(Ultra-DMA/32)
end_request: I/O error, dev sr0, sector 1464
sr 6:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 6:0:0:0: [sr0] Sense Key : Hardware Error [current]
sr 6:0:0:0: [sr0] Add. Sense: Logical unit communication CRC error 
(Ultra-DMA/32)
end_request: I/O error, dev sr0, sector 1820
sr 6:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 6:0:0:0: [sr0] Sense Key : Hardware Error [current]
sr 6:0:0:0: [sr0] Add. Sense: Logical unit communication CRC error 
(Ultra-DMA/32)
end_request: I/O error, dev sr0, sector 64420
sr 6:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 6:0:0:0: [sr0] Sense Key : Hardware Error [current]
sr 6:0:0:0: [sr0] Add. Sense: Logical unit communication CRC error 
(Ultra-DMA/32)
end_request: I/O error, dev sr0, sector 2163840
sr 6:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 6:0:0:0: [sr0] Sense Key : Hardware Error [current]
sr 6:0:0:0: [sr0] Add. Sense: Logical unit communication CRC error 
(Ultra-DMA/32)
end_request: I/O error, dev sr0, sector 2163840
sr 6:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 6:0:0:0: [sr0] Sense Key : Hardware Error [current]
sr 6:0:0:0: [sr0] Add. Sense: Logical unit communication CRC error 
(Ultra-DMA/32)
end_request: I/O error, dev sr0, sector 4258944
sr 6:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 6:0:0:0: [sr0] Sense Key : Hardware Error [current]
sr 6:0:0:0: [sr0] Add. Sense: Logical unit communication CRC error 
(Ultra-DMA/32)
end_request: I/O error, dev sr0, sector 6356860
sr 6:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 6:0:0:0: [sr0] Sense Key : Hardware Error [current]
sr 6:0:0:0: [sr0] Add. Sense: Logical unit communication CRC error 
(Ultra-DMA/32)
end_request: I/O error, dev sr0, sector 8453752
sr 6:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 6:0:0:0: [sr0] Sense Key : Hardware Error [current]
sr 6:0:0:0: [sr0] Add. Sense: Logical unit communication CRC error 
(Ultra-DMA/32)
end_request: I/O error, dev sr0, sector 9127460

I changed the driver back to old IDE and DVD-playing works again
so it's not a hardware error. Is there something I forgot to compile in
or is it a handicap in the SCSI CD drivers?

Best regards,
Zoltán Böszörményi



                 reply	other threads:[~2007-07-15 19:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=469A74D6.20006@dunaweb.hu \
    --to=zboszor@dunaweb.hu \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=jgarzik@pobox.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox