Comment 9 for bug 76058

Revision history for this message
Helge Willum Thingvad (helgesdk) wrote :

Trying to burn an .iso... I'm having the same bug in Xubuntu 7.04 Beta Unstable.
It used to work in Xubuntu 6.10 Unstable.
Luckily the "cdrecord -v image.iso" command worked for me.

Xfburn simply does nothing. It just sits and waits until I press the Close button. No errors.

I'm getting this error in GnomeBaker 0.6.0:
========
wodim: No write mode specified.
wodim: Asuming -tao mode.
wodim: Future versions of wodim may have different drive dependent defaults.
TOC Type: 3 = CD-ROM XA mode 2
scsidev: '1,0,0'
scsibus: 1 target: 0 lun: 0
scsidev: 'ATA:1,0,0'
devname: 'ATA'
scsibus: 1 target: 0 lun: 0
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.
========

$ wodim --devices
========
Beginning native device scan. This may take a while if devices are busy...wodim: Overview of accessible drives (1 found) :
----------------------------------------------------------------------
0 dev='/dev/sr0' rwrw-- : 'MATSHITA' 'DVD-RAM UJ-830Sx'
----------------------------------------------------------------------
========

$ wodim -scanbus
========
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 changed it to "CDR_DEVICE=/dev/scd0" in /etc/wodim.conf without luck.

Thankfully, I managed to burn the image successfully with
$ sudo cdrecord -v data/xubuntu-7.04-beta-desktop-i386.iso
========
wodim: No write mode specified.
wodim: Asuming -tao mode.
wodim: Future versions of wodim may have different drive dependent defaults.
TOC Type: 1 = CD-ROM
scsidev: '/dev/scd0'
devname: '/dev/scd0'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Wodim version: 1.1.2
SCSI buffer size: 64512
atapi: 1
Device type : Removable CD-ROM
Version : 5
Response Format: 2
Capabilities :
Vendor_info : 'MATSHITA'
Identification : 'DVD-RAM UJ-830Sx'
Revision : '1.00'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: 0x0009 (CD-R)
Profile: 0x0012 (DVD-RAM)
Profile: 0x001B (DVD+R)
Profile: 0x001A (DVD+RW)
Profile: 0x0013 (DVD-RW restricted overwrite)
Profile: 0x0014 (DVD-RW sequential recording)
Profile: 0x0011 (DVD-R sequential recording)
Profile: 0x0010 (DVD-ROM)
Profile: 0x000A (CD-RW)
Profile: 0x0009 (CD-R) (current)
Profile: 0x0008 (CD-ROM)
Profile: 0x0002 (Removable disk)
Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
Driver flags : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO
Drive buf size : 1310720 = 1280 KB
Beginning DMA speed test. Set CDR_NODMATEST environment variable if device
communication breaks or freezes immediately after that.
FIFO size : 12582912 = 12288 KB
Track 01: data 558 MB
Total size: 641 MB (63:31.94) = 285896 sectors
Lout start: 641 MB (63:33/71) = 285896 sectors
Current Secsize: 2048
ATIP info from disk:
  Indicated writing power: 4
  Is not unrestricted
  Is not erasable
  Disk sub type: Medium Type A, low Beta category (A-) (2)
  ATIP start of lead in: -12508 (97:15/17)
  ATIP start of lead out: 359845 (79:59/70)
Disk type: Short strategy type (Phthalocyanine or similar)
Manuf. index: 22
Manufacturer: Ritek Co.
Blocks total: 359845 Blocks current: 359845 Blocks remaining: 73949
Speed set to 4234 KB/s
Starting to write CD/DVD at speed 24.0 in real TAO mode for single session.
Last chance to quit, starting real write 0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
Performing OPC...
Starting new track at sector: 0
Track 01: 558 of 558 MB written (fifo 100%) [buf 99%] 16.5x.
Track 01: Total bytes read/written: 585510912/585510912 (285894 sectors).
Writing time: 285.279s
Average write speed 13.6x.
Min drive buffer fill was 85%
Fixating...
Fixating time: 30.975s
BURN-Free was never needed.
========