Just upgraded a laptop to 13.04. Via Brasero, I can burn CDs and DVDs, but when I try cdrecord
from the command line I get:
$ cdrecord --devices
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.
I get that same error regardless of the parameters with which I invoke the command. Is there some sort of package dependency issue?
edit — running wodim
with strace
shows that it tries to open all the drives /dev/hda
through /dev/hdz
, then everything from /dev/scd0
through /dev/scd255
, and then it quits. It's probably a configuration thing.
As @braiam mentioned this would appear to be a known issue with
wodim
. As a workaround you can usewodim -prcap
instead.I believe this is a bug.
The workaround is to specify the device manually or in /etc/wodim.conf:
Off course, listing the devices while specifying the device is a bit silly but with this option I'm able to write a CD.
Note this is on 12.04 but should apply to your version as well.