Comment 13 for bug 214413

Revision history for this message
David Wynn (wynn-david) wrote :

Guess I'm finally getting around to joining this discussion. If anyone has this now working on their system, could you please share what you have in /etc/fstab in relation to your cd-rom(s)?

I am getting error like this in both Intrepid and Jaunty. (This taken from the Intrepid dmesg log)

[ 21.267641] sr0: CDROM (ioctl) error, command: Get configuration 46 00 00 00 00 00 00 00 20 00
[ 21.268843] sr: Sense Key : Hardware Error [current]
[ 21.268850] sr: Add. Sense: Logical unit communication CRC error (Ultra-DMA/32)
[ 21.373663] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input7
[ 23.205086] sr 1:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
[ 23.205103] sr 1:0:0:0: [sr0] Sense Key : Hardware Error [current]
[ 23.205114] sr 1:0:0:0: [sr0] Add. Sense: Logical unit communication CRC error (Ultra-DMA/32)
[ 23.205128] end_request: I/O error, dev sr0, sector 40
[ 23.205650] Buffer I/O error on device sr0, logical block 5
[ 23.206172] Buffer I/O error on device sr0, logical block 6
[ 23.206690] Buffer I/O error on device sr0, logical block 7
[ 23.207208] Buffer I/O error on device sr0, logical block 8
[ 23.207726] Buffer I/O error on device sr0, logical block 9
[ 23.208298] Buffer I/O error on device sr0, logical block 10
[ 23.208825] Buffer I/O error on device sr0, logical block 11
[ 23.588700] gameport: CS46xx Gameport is pci0000:00:09.0/gameport0, speed 1704kHz
[ 23.718183] sr 1:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
[ 23.718200] sr 1:0:0:0: [sr0] Sense Key : Hardware Error [current]
[ 23.718211] sr 1:0:0:0: [sr0] Add. Sense: Logical unit communication CRC error (Ultra-DMA/32)
[ 23.718225] end_request: I/O error, dev sr0, sector 96
[ 23.718752] Buffer I/O error on device sr0, logical block 12
[ 23.721423] sr 1:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
[ 23.721441] sr 1:0:0:0: [sr0] Sense Key : Hardware Error [current]
[ 23.721451] sr 1:0:0:0: [sr0] Add. Sense: Logical unit communication CRC error (Ultra-DMA/32)
[ 23.721464] end_request: I/O error, dev sr0, sector 104
[ 23.721993] Buffer I/O error on device sr0, logical block 13
[ 23.722525] Buffer I/O error on device sr0, logical block 14

Here's the cdrom lines from my fstab:

/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/scd1 /media/cdrom1 udf,iso9660 user,noauto 0 0

Any suggestions are appreciated.