IO errors when inserting a disc

Bug #304954 reported by Simon Morgan
76
This bug affects 10 people
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Won't Fix
Undecided
Unassigned

Bug Description

On inserting a disc into my DVD-RW drive, I very often got some serious looking I/O errors in the kernel logs. At first I put this down to hardware failure and bought a new drive. However, I not only have the same problem with the new drive, but the way the problem manifests intself leads me to believe it could possibly be a kernel bug. The old drive was a Pioneer DVD-RW DVR-108 and the new one is a Pioneer Pioneer DVD-RW DVR-116D.

The errors only appear when I insert a disc into the drive. Not only that but I can do things like playback DVD movies and read entire discs (I tested using dd_rescue) without a single I/O error appearing in the kernel logs.

The type of disc also has a bearing on the problem.

If I insert a data DVD into the drive, I don't get any errors.
If I insert a video DVD I get the following kind of errors:

[ 3130.194461] end_request: I/O error, dev sr0, sector 16039324
[ 3130.248798] end_request: I/O error, dev sr0, sector 16039320
[ 3130.302954] end_request: I/O error, dev sr0, sector 16039328
[ 3130.303145] UDF-fs: Partition marked readonly; forcing readonly mount
[ 3130.398541] UDF-fs INFO UDF: Mounting volume 'ADAM_AND_JOE', timestamp 2006/03/09 09:54 (1000)

If I insert a data CD into the drive, I don't get any errors.
Audio CDs give the following error:

[ 4267.245458] end_request: I/O error, dev sr0, sector 0
[ 4267.245477] Buffer I/O error on device sr0, logical block 0
[ 4267.245486] Buffer I/O error on device sr0, logical block 1
[ 4267.245503] Buffer I/O error on device sr0, logical block 2
[ 4267.245509] Buffer I/O error on device sr0, logical block 3
[ 4267.245515] Buffer I/O error on device sr0, logical block 4
[ 4267.245521] Buffer I/O error on device sr0, logical block 5
[ 4267.245527] Buffer I/O error on device sr0, logical block 6
[ 4267.245533] Buffer I/O error on device sr0, logical block 7

I think this may have to do with the dialog that pops up when I insert a disc into the drive (the one that asks which program you want to launch), or something related to it. It seems that whenever that dialog appears, I get the I/O errors. Maybe whatever is scanning the disc to detect what type it is is doing something weird, resulting in the errors?

ProblemType: Bug
Architecture: amd64
CurrentDmesg:

DistroRelease: Ubuntu 8.10
NonfreeKernelModules: nvidia
Package: linux-image-2.6.27-9-generic 2.6.27-9.19
ProcCmdLine: root=UUID=03a1e31a-442c-4616-ac13-e1b6005c5ba5 ro quiet splash
ProcEnviron:
 PATH=/home/username/bin:/home/username/.cabal/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.27-9.19-generic
SourcePackage: linux

Revision history for this message
Simon Morgan (sjmorgan) wrote :
Revision history for this message
Rob Watson (r-watson) wrote :

I can confirm this with Kubuntu 8.10 (kernel 2.6.27-9-generic #1 SMP). When I insert an audio CD, I get the following errors appearing in /var/log/syslog:

kernel: [ 4303.501495] end_request: I/O error, dev sr1, sector 0
kernel: [ 4303.501510] Buffer I/O error on device sr1, logical block 0
kernel: [ 4303.501530] Buffer I/O error on device sr1, logical block 1
kernel: [ 4303.501538] Buffer I/O error on device sr1, logical block 2
kernel: [ 4303.501546] Buffer I/O error on device sr1, logical block 3
kernel: [ 4303.506327] end_request: I/O error, dev sr1, sector 0
kernel: [ 4303.506337] Buffer I/O error on device sr1, logical block 0

This did not occur prior to upgrading Kubuntu from 08.04 to 08.10, and does not occur currently with the same audio CD and same drive with Ubuntu 08.04 (nor with Windows XP). The same thing occurs with my other CD/DVD drive on the same machine (with sr1 --> sr0).

Nothing pops up on the UI at all.

Revision history for this message
Dovel (dov01) wrote :

I can confirm this on Ubuntu Intrepid, running all the latest updates as of 19/12/08. My main issue is when trying to mount cd's with image files on them. Have to mount them from the terminal, and then it still takes a minute or two to mount. Will post more in the morning.

dov

Revision history for this message
Dovel (dov01) wrote :

As written above, my main issue is with CD-R's with images stored on them. It seems that they all use the Joliet format. Have attached excerpts from my dmesg and kern.log

Revision history for this message
Dovel (dov01) wrote :
Revision history for this message
BenM (benmottram) wrote :

I can confirm this is an issue with Hardy Heron on a Dell Latitude 610. The internal DVD drive will play audio CDs no problem, however when trying to play a DVD (Correct region, works fine in Windows XP ;) ) I get the buffer errors in dmesg:-

[ 160.488507] UDF-fs: Partition marked readonly; forcing readonly mount
[ 160.518886] UDF-fs INFO UDF 0.9.8.1 (2004/29/09) Mounting volume 'STARDUST_UK', timestamp 2008/01/08 07:48 (1000)
[ 164.970169] end_request: I/O error, dev sr0, sector 549088
[ 164.970180] Buffer I/O error on device sr0, logical block 137272
[ 76.228833] end_request: I/O error, dev sr0, sector 663824
[ 76.228843] Buffer I/O error on device sr0, logical block 165956
[ 76.228851] Buffer I/O error on device sr0, logical block 165957
[ 76.230733] end_request: I/O error, dev sr0, sector 663824
[ 76.230739] Buffer I/O error on device sr0, logical block 165956

And both VLC and the default media player will not play the movie.

Revision history for this message
Simon Morgan (sjmorgan) wrote :

BenM: I don't think that's the same problem.

I didn't have the problem with Hardy and my drive can play/read everything fine which leads me to believe that the errors are spurious. It seems that they aren't in your case and there may be a genuine problem with your hardware (or maybe you don't have libdvdcss installed).

Revision history for this message
BenM (benmottram) wrote : Re: [Bug 304954] Re: IO errors when inserting a disc
Download full text (3.5 KiB)

Hi,

My bad all, it was the libdvdecss issue - one would have thought that
the software could detect the lack of libdvdcss or equivalent, however
that may be tricky politically or legally.

Ben

On Mon, Dec 22, 2008 at 4:49 PM, Simon Morgan <email address hidden> wrote:
> BenM: I don't think that's the same problem.
>
> I didn't have the problem with Hardy and my drive can play/read
> everything fine which leads me to believe that the errors are spurious.
> It seems that they aren't in your case and there may be a genuine
> problem with your hardware (or maybe you don't have libdvdcss
> installed).
>
> --
> IO errors when inserting a disc
> https://bugs.launchpad.net/bugs/304954
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in "linux" source package in Ubuntu: New
>
> Bug description:
> On inserting a disc into my DVD-RW drive, I very often got some serious looking I/O errors in the kernel logs. At first I put this down to hardware failure and bought a new drive. However, I not only have the same problem with the new drive, but the way the problem manifests intself leads me to believe it could possibly be a kernel bug. The old drive was a Pioneer DVD-RW DVR-108 and the new one is a Pioneer Pioneer DVD-RW DVR-116D.
>
> The errors only appear when I insert a disc into the drive. Not only that but I can do things like playback DVD movies and read entire discs (I tested using dd_rescue) without a single I/O error appearing in the kernel logs.
>
> The type of disc also has a bearing on the problem.
>
> If I insert a data DVD into the drive, I don't get any errors.
> If I insert a video DVD I get the following kind of errors:
>
> [ 3130.194461] end_request: I/O error, dev sr0, sector 16039324
> [ 3130.248798] end_request: I/O error, dev sr0, sector 16039320
> [ 3130.302954] end_request: I/O error, dev sr0, sector 16039328
> [ 3130.303145] UDF-fs: Partition marked readonly; forcing readonly mount
> [ 3130.398541] UDF-fs INFO UDF: Mounting volume 'ADAM_AND_JOE', timestamp 2006/03/09 09:54 (1000)
>
> If I insert a data CD into the drive, I don't get any errors.
> Audio CDs give the following error:
>
> [ 4267.245458] end_request: I/O error, dev sr0, sector 0
> [ 4267.245477] Buffer I/O error on device sr0, logical block 0
> [ 4267.245486] Buffer I/O error on device sr0, logical block 1
> [ 4267.245503] Buffer I/O error on device sr0, logical block 2
> [ 4267.245509] Buffer I/O error on device sr0, logical block 3
> [ 4267.245515] Buffer I/O error on device sr0, logical block 4
> [ 4267.245521] Buffer I/O error on device sr0, logical block 5
> [ 4267.245527] Buffer I/O error on device sr0, logical block 6
> [ 4267.245533] Buffer I/O error on device sr0, logical block 7
>
> I think this may have to do with the dialog that pops up when I insert a disc into the drive (the one that asks which program you want to launch), or something related to it. It seems that whenever that dialog appears, I get the I/O errors. Maybe whatever is scanning the disc to detect what type it is is doing something weird, resulting in the errors?
>
> ProblemType: Bug
> Architecture: amd64
> CurrentDmesg:
>
> DistroRelease: Ubuntu 8....

Read more...

Revision history for this message
ejprinz (ejprinz) wrote :

I had a similar issue on a LiveCD burnt with Debian Lenny -- it gave the Buffer I/O errors on sr0 when booting the LiveCD. I thought initially it was a kernel issue with Ubuntu 8.10. Writing/Reading a DVD did not give the errors, nor writing the iso image onto a USB stick. Following the instructions in http://www.troubleshooters.com/linux/coasterless.htm I burnt another CD with the same iso image. This CD did not have the buffer I/O sr0 errors. So, it's possible that adding the "padsize", "-pad", and "-dao" options to "cdrecord" solved the issue for my CD/DVD drives. (cdrecord dev=0,0,0 speed=10 blank=fast padsize=63s -pad -dao -v -eject)

Revision history for this message
Irene (irene-tsango) wrote :

Might be related to bug #321174 .
Could you people affected by this defect check wether you can get a blank DVD to be properly recognized ?

Revision history for this message
Rob Watson (r-watson) wrote :

Blank CD: reads OK, adds 'blank CD' icon to desktop
Data CD (CD-ROM): reads OK
Music CD: broken, as above

Blank DVD: reads OK, adds 'blank DVD' icon to desktop
Data DVD (DVD-ROM): reads OK
Video DVD: broken, as above

D'oh!

Revision history for this message
Rob Watson (r-watson) wrote :

I'm sorry, please ignore my previous posting. I accidentally did that (partially) on Ubuntu 8.04 LTS.

On Kubuntu 8.10 (kernel 2.6.27.11) I get the following:

Blank CD: Fails
/var/log/syslog says:
  cdrom: This disc doesn't have any tracks I recognize!
  end_request: I/O error, dev sr1, sector 0
  Buffer I/O error on device sr1, logical block 0
  end_request: I/O error, dev sr1, sector 0
  Buffer I/O error on device sr1, logical block 0

Data CD: works OK

Music CD: fails as per original posting (like the movie DVD below)

Blank DVD: Fails
/var/log/syslog says:
  cdrom: This disc doesn't have any tracks I recognize!
(but no other errors)

Data DVD (DVD-ROM): Fails
/var/log/syslog says:
  UDF-fs: No VRS found
  ISO 9660 Extensions: Microsoft Joliet Level 1
  ISOFS: changing to secondary root
(Don't look like errors, but Dolphin is unable to show any contents of the disc)

Movie DVD: Fails
/var/log/syslog says:
  UDF-fs INFO UDF: Mounting volume '...
  end_request: I/O error, dev sr1, sector 1308
  Buffer I/O error on device sr1, logical block 327
  Buffer I/O error on device sr1, logical block 328
  Buffer I/O error on device sr1, logical block 329
  Buffer I/O error on device sr1, logical block 330
  Buffer I/O error on device sr1, logical block 331
  Buffer I/O error on device sr1, logical block 332
  Buffer I/O error on device sr1, logical block 333
  Buffer I/O error on device sr1, logical block 334
  Buffer I/O error on device sr1, logical block 335
  Buffer I/O error on device sr1, logical block 336
  end_request: I/O error, dev sr1, sector 12455420
  end_request: I/O error, dev sr1, sector 227868
  end_request: I/O error, dev sr1, sector 8511836
  end_request: I/O error, dev sr1, sector 1308
  __ratelimit: 114 callbacks suppressed

Sorry again about the confusion.

Revision history for this message
Gabriel Lemarié (glemarie) wrote :
Download full text (6.7 KiB)

Hello,

Concerning me : 2.6.27-11-generic / x86_64 / Kubuntu 8.10

Audio CD :
[17083.686262] end_request: I/O error, dev sr0, sector 0
[17083.686282] Buffer I/O error on device sr0, logical block 0
[17083.686291] Buffer I/O error on device sr0, logical block 1
[17083.686301] Buffer I/O error on device sr0, logical block 2
[17083.686308] Buffer I/O error on device sr0, logical block 3
[17083.686315] Buffer I/O error on device sr0, logical block 4
[17083.686321] Buffer I/O error on device sr0, logical block 5
[17083.686328] Buffer I/O error on device sr0, logical block 6
[17083.686334] Buffer I/O error on device sr0, logical block 7
[17083.702953] end_request: I/O error, dev sr0, sector 0
[17083.702968] Buffer I/O error on device sr0, logical block 0
[17083.708503] end_request: I/O error, dev sr0, sector 4
[17083.708527] Buffer I/O error on device sr0, logical block 1

Data CD : OK (but I'm quite sure that I already had some data CD whith errors like mentionned just above...)

Blanck CD :
[17417.633361] cdrom: This disc doesn't have any tracks I recognize!
[17417.660771] end_request: I/O error, dev sr0, sector 0
[17417.660793] Buffer I/O error on device sr0, logical block 0
[17417.665326] end_request: I/O error, dev sr0, sector 0
[17417.665339] Buffer I/O error on device sr0, logical block 0

Data DVD : I don't have any :(

Blanck DVD :
[17735.652064] cdrom: This disc doesn't have any tracks I recognize!
[17735.693772] end_request: I/O error, dev sr0, sector 0
[17735.693795] Buffer I/O error on device sr0, logical block 0
[17735.698186] end_request: I/O error, dev sr0, sector 0
[17735.698203] Buffer I/O error on device sr0, logical block 0

Video DVD : mounts correctly, but with errors in 'dmesg'. I'm able to open it in Dolphin, I can see the content.
[17999.519073] end_request: I/O error, dev sr0, sector 8932208
[17999.519096] Buffer I/O error on device sr0, logical block 1116526
[17999.992666] end_request: I/O error, dev sr0, sector 8932208
[17999.992688] Buffer I/O error on device sr0, logical block 1116526

But when I want to read the content, it's impossible :
[18084.635103] end_request: I/O error, dev sr0, sector 2256
[18084.635117] Buffer I/O error on device sr0, logical block 564
[18084.683760] end_request: I/O error, dev sr0, sector 2256
[18084.683773] Buffer I/O error on device sr0, logical block 564
[18084.848949] end_request: I/O error, dev sr0, sector 77780
[18084.848962] Buffer I/O error on device sr0, logical block 19445
[18084.848971] Buffer I/O error on device sr0, logical block 19446 ...

Read more...

Revision history for this message
bford16 (bford16) wrote :

Same problem for me.

Ubuntu 8.10 x64 2.6.17-11-generic
Motherboard Biostar TA780G
SATA DVD-RW (Lite-On)

Revision history for this message
markclews (markclews) wrote :
Download full text (3.7 KiB)

I appear to be having the same problems with buffer I/O errors on /dev/sr0 or /dev/sr1. I can play, but not rip

My kernel logs look like this for /dev/sr1:

Mar 21 17:42:37 mark-desktop kernel: [35076.379759] sr 7:0:0:0: [sr1] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
Mar 21 17:42:37 mark-desktop kernel: [35076.379765] sr 7:0:0:0: [sr1] Sense Key : Medium Error [current]
Mar 21 17:42:37 mark-desktop kernel: [35076.379769] Info fld=0x258cd0
Mar 21 17:42:37 mark-desktop kernel: [35076.379770] sr 7:0:0:0: [sr1] Add. Sense: No seek complete
Mar 21 17:42:37 mark-desktop kernel: [35076.379773] end_request: I/O error, dev sr1, sector 9843520
Mar 21 17:42:37 mark-desktop kernel: [35076.379777] Buffer I/O error on device sr1, logical block 2460880
Mar 21 17:43:05 mark-desktop kernel: [35104.614464] sr 7:0:0:0: [sr1] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
Mar 21 17:43:05 mark-desktop kernel: [35104.614470] sr 7:0:0:0: [sr1] Sense Key : Medium Error [current]
Mar 21 17:43:05 mark-desktop kernel: [35104.614473] Info fld=0x258cd1
Mar 21 17:43:05 mark-desktop kernel: [35104.614474] sr 7:0:0:0: [sr1] Add. Sense: No seek complete
Mar 21 17:43:05 mark-desktop kernel: [35104.614477] end_request: I/O error, dev sr1, sector 9843524
Mar 21 17:43:05 mark-desktop kernel: [35104.614482] Buffer I/O error on device sr1, logical block 2460881

Many, many times over. The logs for /dev/sr0 are the same.

I saw medium error in the logs, so changed my dvds, but the same kept occurring. I cleaned my dvd drives, but no change.

Output of hdparm:

/dev/sr0:

 Model=TSSTcorp CDDVDW SH-S223Q , FwRev=SB01 , SerialNo=
 Config={ Fixed Removeable DTR<=5Mbs DTR>10Mbs nonMagnetic }
 RawCHS=0/0/0, TrkSize=0, SectSize=0, ECCbytes=0
 BuffType=unknown, BuffSize=0kB, MaxMultSect=0
 (maybe): CurCHS=0/0/0, CurSects=0, LBA=yes, LBAsects=0
 IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
 PIO modes: pio0 pio1 pio2 pio3 pio4
 DMA modes: mdma0 mdma1 mdma2
 UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5
 AdvancedPM=no
 Drive conforms to: unknown: ATA/ATAPI-3,4,5,6,7

 * signifies the current active mode

lshw for /dev/sr1, shows this:

 *-cdrom
             description: DVD-RAM writer
             product: DVD RW DRU-820A
             vendor: SONY
             physical id: 0.0.0
             bus info: scsi@7:0.0.0
             logical name: /dev/cdrom1
             logical name: /dev/cdrom2
             logical name: /dev/cdrw1
             logical name: /dev/cdrw2
             logical name: /dev/dvd1
             logical name: /dev/dvd2
             logical name: /dev/dvdrw1
             logical name: /dev/dvdrw2
             logical name: /dev/scd1
             logical name: /dev/sr1
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
             configuration: mount.fstype=udf mount.options=ro,nosuid,nodev,uid=1000,utf8 state=mounted status=ready

Output of hdparm -tv for sr0:

 IO_support = 0 (default)
 readonly = 0 (off)
 readahead = 256 (on)
 HDIO_GETGEO failed: Inappropriate ioctl for device
 Timing buffered disk reads: read(2097152) returned 921600 bytes

and fo...

Read more...

Revision history for this message
darthanubis (darthanubis) wrote :
Revision history for this message
Rob Watson (r-watson) wrote :

The same problem is still present in Kubuntu 9.04 (kernel 2.6.28-11-generic).

Revision history for this message
kernel-janitor (kernel-janitor) wrote :

Hi Simon,

This bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? Can you try with the latest development release of Ubuntu? ISO CD images are available from http://cdimage.ubuntu.com/releases/karmic .

If it remains an issue, could you run the following command from a Terminal (Applications->Accessories->Terminal). It will automatically gather and attach updated debug information to this report.

apport-collect -p linux 304954

Also, if you could test the latest upstream kernel available that would be great. It will allow additional upstream developers to examine the issue. Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Once you've tested the upstream kernel, please remove the 'needs-upstream-testing' tag. This can be done by clicking on the yellow pencil icon next to the tag located at the bottom of the bug description and deleting the 'needs-upstream-testing' text. Please let us know your results.

Thanks in advance.

[This is an automated message. Apologies if it has reached you inappropriately; please just reply to this message indicating so.]

tags: added: needs-kernel-logs
tags: added: needs-upstream-testing
tags: added: kj-triage
Changed in linux (Ubuntu):
status: New → Incomplete
Revision history for this message
Christian Neumair (chris-gnome-de) wrote :

This is very likely a duplicate of bug 459316, which I just opened with a similar issue. I probably found the reason:

It happens when you have fast devices (UDMA-66 or later) and an IDE cable only supporting UDMA-33 reliably (40 pin instead of 80 pin). Linux seems to configure the devices for UDMA-66 or later (in my case even UDMA-100), and this causes transmission errors with the old cables. Linux should however only configure the devices for UDMA-33 max with a 40 pin cable.

Revision history for this message
Rob Watson (r-watson) wrote :

My kernel (Kubuntu 9.10, kernel 2.6.31-14-generic) appears to already be treating it as UDMA/33. From /var/log/syslog:

...
ata2.01: ATAPI: SONY DVD RW DRU-810A, 1.0d, max UDMA/33
...
ata2.01: configured for UDMA/33
...
scsi 1:0:1:0: CD-ROM SONY DVD RW DRU-810A 1.0d PQ: 0 ANSI: 5
...
sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
...
sr 1:0:1:0: Attached scsi CD-ROM sr0
...

Then, when I insert an audio CD:
...
Nov 2 20:51:45 xxxx kernel: [ 5969.049661] sr 1:0:1:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
Nov 2 20:51:45 xxxx kernel: [ 5969.049668] sr 1:0:1:0: [sr0] Sense Key : Illegal Request [current]
Nov 2 20:51:45 xxxx kernel: [ 5969.049676] sr 1:0:1:0: [sr0] Add. Sense: Illegal mode for this track
Nov 2 20:51:45 xxxx kernel: [ 5969.049686] end_request: I/O error, dev sr0, sector 0
Nov 2 20:51:45 xxxx kernel: [ 5969.049694] Buffer I/O error on device sr0, logical block 0
Nov 2 20:51:45 xxxx kernel: [ 5969.049701] Buffer I/O error on device sr0, logical block 1
Nov 2 20:51:45 xxxx kernel: [ 5969.049709] Buffer I/O error on device sr0, logical block 2
Nov 2 20:51:45 xxxx kernel: [ 5969.049714] Buffer I/O error on device sr0, logical block 3
Nov 2 20:51:45 xxxx kernel: [ 5969.049720] Buffer I/O error on device sr0, logical block 4
Nov 2 20:51:45 xxxx kernel: [ 5969.049725] Buffer I/O error on device sr0, logical block 5
Nov 2 20:51:45 xxxx kernel: [ 5969.049730] Buffer I/O error on device sr0, logical block 6
Nov 2 20:51:45 xxxx kernel: [ 5969.049735] Buffer I/O error on device sr0, logical block 7
Nov 2 20:51:45 xxxx kernel: [ 5969.049740] Buffer I/O error on device sr0, logical block 8
Nov 2 20:51:45 xxxx kernel: [ 5969.049746] Buffer I/O error on device sr0, logical block 9
Nov 2 20:51:45 xxxx kernel: [ 5969.058169] sr 1:0:1:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
Nov 2 20:51:45 xxxx kernel: [ 5969.058177] sr 1:0:1:0: [sr0] Sense Key : Illegal Request [current]
Nov 2 20:51:45 xxxx kernel: [ 5969.058184] sr 1:0:1:0: [sr0] Add. Sense: Illegal mode for this track
Nov 2 20:51:45 xxxx kernel: [ 5969.058194] end_request: I/O error, dev sr0, sector 0
Nov 2 20:51:45 xxxx kernel: [ 5969.296426] sr 1:0:1:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
Nov 2 20:51:45 xxxx kernel: [ 5969.296437] sr 1:0:1:0: [sr0] Sense Key : Illegal Request [current]
Nov 2 20:51:45 xxxx kernel: [ 5969.296448] sr 1:0:1:0: [sr0] Add. Sense: Illegal mode for this track
Nov 2 20:51:45 xxxx kernel: [ 5969.296461] end_request: I/O error, dev sr0, sector 0
Nov 2 20:51:45 xxxx kernel: [ 5969.307991] sr 1:0:1:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
Nov 2 20:51:45 xxxx kernel: [ 5969.308001] sr 1:0:1:0: [sr0] Sense Key : Illegal Request [current]
Nov 2 20:51:45 xxxx kernel: [ 5969.308045] sr 1:0:1:0: [sr0] Add. Sense: Illegal mode for this track
Nov 2 20:51:45 xxxx kernel: [ 5969.308058] end_request: I/O error, dev sr0, sector 0
...

Not sure how this fits with your idea. Is there somewhere else I should be looking to confirm or disprove?

Revision history for this message
ceg (ceg) wrote :

Are you using brasero? Its CD images burned produce kernel I/O errors with some optical drives.

https://bugzilla.redhat.com/show_bug.cgi?id=571074

Revision history for this message
ceg (ceg) wrote :
Revision history for this message
Rob Watson (r-watson) wrote :

I'm using audio CDs bought from a shop (remember them?) that are 'pressed' in a factory, not burned, so I don't see how Brasero can be the culprit.

Revision history for this message
Alroger Filho (alroger-filho) wrote :

I think it's something with Brasero and/or Nautilus/GNOME. K3B just works, while GNOME doesn't even detect that I've inserted a blank disc.

Revision history for this message
alex_b (barth-alexander) wrote : apport information

AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: i386
ArecordDevices:
 **** List of CAPTURE Hardware Devices ****
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USER PID ACCESS COMMAND
 /dev/snd/controlC0: abarth 1231 F.... pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xefebc000 irq 21'
   Mixer name : 'SigmaTel STAC9221 A1'
   Components : 'HDA:83847680,102801d7,00103601 HDA:14f12bfa,14f100c3,00090000'
   Controls : 24
   Simple ctrls : 14
DistroRelease: Ubuntu 10.04
HibernationDevice: RESUME=UUID=7f7cee22-5e11-404f-917b-71193e37ca14
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
Lsusb:
 Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. MXC062
Package: linux (not installed)
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-24-generic root=UUID=43b92e29-047c-4c72-8b7b-1cfb0d45f04d ro quiet splash
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-24.38-generic 2.6.32.15+drm33.5
Regression: Yes
RelatedPackageVersions: linux-firmware 1.34.1
Reproducible: Yes
Tags: lucid filesystem regression-potential needs-upstream-testing
Uname: Linux 2.6.32-24-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
dmi.bios.date: 09/29/2006
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A04
dmi.board.name: 0RT486
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: dmi:bvnDellInc.:bvrA04:bd09/29/2006:svnDellInc.:pnMXC062:pvr:rvnDellInc.:rn0RT486:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: MXC062
dmi.sys.vendor: Dell Inc.

tags: added: apport-collected
Revision history for this message
alex_b (barth-alexander) wrote : AlsaDevices.txt

apport information

Revision history for this message
alex_b (barth-alexander) wrote : AplayDevices.txt

apport information

Revision history for this message
alex_b (barth-alexander) wrote : BootDmesg.txt

apport information

Revision history for this message
alex_b (barth-alexander) wrote : Card0.Amixer.values.txt

apport information

Revision history for this message
alex_b (barth-alexander) wrote : Card0.Codecs.codec.0.txt

apport information

Revision history for this message
alex_b (barth-alexander) wrote : Card0.Codecs.codec.1.txt

apport information

Revision history for this message
alex_b (barth-alexander) wrote : CurrentDmesg.txt

apport information

Revision history for this message
alex_b (barth-alexander) wrote : IwConfig.txt

apport information

Revision history for this message
alex_b (barth-alexander) wrote : Lspci.txt

apport information

Revision history for this message
alex_b (barth-alexander) wrote : PciMultimedia.txt

apport information

Revision history for this message
alex_b (barth-alexander) wrote : ProcCpuinfo.txt

apport information

Revision history for this message
alex_b (barth-alexander) wrote : ProcInterrupts.txt

apport information

Revision history for this message
alex_b (barth-alexander) wrote : ProcModules.txt

apport information

Revision history for this message
alex_b (barth-alexander) wrote : RfKill.txt

apport information

Revision history for this message
alex_b (barth-alexander) wrote : UdevDb.txt

apport information

Revision history for this message
alex_b (barth-alexander) wrote : UdevLog.txt

apport information

Revision history for this message
alex_b (barth-alexander) wrote : WifiSyslog.txt

apport information

Revision history for this message
alex_b (barth-alexander) wrote :

This problem still persists in Ubuntu 10.04. I attached the apport data.

Revision history for this message
alex_b (barth-alexander) wrote :

I tested the DVD in windows and it works there. Therefore, I don't think that there is a problem with the DVD.

ceg (ceg)
Changed in linux (Ubuntu):
status: Incomplete → Confirmed
Revision history for this message
Brad Figg (brad-figg) wrote : Unsupported series, setting status to "Won't Fix".

This bug was filed against a series that is no longer supported and so is being marked as Won't Fix. If this issue still exists in a supported series, please file a new bug.

This change has been made by an automated script, maintained by the Ubuntu Kernel Team.

Changed in linux (Ubuntu):
status: Confirmed → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.