Comment 24 for bug 75753

Revision history for this message
David Planella (dpm) wrote :

I'm not sure this is the same bug, so I'm not reopening it but I'll just add a comment.

Until a couple of days ago (sorry, I cannot be more specific), my IDE CD-Writer was working just fine. Now, with

udev 108-0ubuntu4
linux-image-2.6.20-15-generic 2.6.20-15.25

I cannot longer use it for writing.

For example, when trying to burn an ISO with nautilus, I get an empty error message dialog (no description of the error). If I then use gnomebaker, I get the following error log:

scsidev: '/dev/hdc'
devname: '/dev/hdc'
scsibus: -2 target: -2 lun: -2
Error trying to open /dev/hdc exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdc exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdc exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdc exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdc exclusively (Device or resource busy)... giving up.
TOC Type: 1 = CD-ROM
scsidev: 'ATA:/dev/hdc'
devname: 'ATA:/dev/hdc'
scsibus: -2 target: -2 lun: -2
wodim: No such file or directory.
Cannot open SCSI driver!
For possible targets try 'wodim --devices' or 'wodim -scanbus'.
For possible transport specifiers try 'wodim dev=help'.
For IDE/ATAPI devices configuration, see the file README.ATAPI.setup from
the wodim documentation.

Some other output in case it can be useful:

dpm@scenic:~$ ls -l /dev/scd*
ls: /dev/scd*: No such file or directory

dpm@scenic:~$ ls -l /dev/sg*
ls: /dev/sg*: No such file or directory

dpm@scenic:~$ ls -l /dev/hd*
brw-rw---- 1 root disk 3, 0 2007-04-15 12:51 /dev/hda
brw-rw---- 1 root disk 3, 1 2007-04-15 12:52 /dev/hda1
brw-rw---- 1 root disk 3, 2 2007-04-15 12:51 /dev/hda2
brw-rw---- 1 root disk 3, 5 2007-04-15 12:51 /dev/hda5
brw-rw---- 1 root disk 3, 64 2007-04-15 12:51 /dev/hdb
brw-rw---- 1 root disk 3, 65 2007-04-15 12:51 /dev/hdb1
brw-rw---- 1 root cdrom 22, 0 2007-04-15 12:51 /dev/hdc
brw-rw---- 1 root cdrom 22, 64 2007-04-15 12:51 /dev/hdd

dpm@scenic:~$ ls -l /dev/cd*
lrwxrwxrwx 1 root root 3 2007-04-15 12:52 /dev/cdrom -> hdd
lrwxrwxrwx 1 root root 3 2007-04-15 12:52 /dev/cdrw -> hdd

Some other information:

On Nautilus, I get a CD-ROM 1 entry on the "Places" sidebar (I've gor 2 CD Writer units on this PC). When I click on it, I get the following message:

mount: special device /dev/scd0 does not exist

When I insert a CD, though, I get a new entry on the "Places" menu and the CD (a feisty livecd) gets mounted on

/media/Ubuntu 7.04 i386,

where I would have expected that it mounts on

/media/cdrom0

This is an up-to-date clean Feisty installation (i.e. not upgraded from Edgy).