You are not logged in.

#1 2016-01-04 19:23:47

Amphitryon
Member
Registered: 2013-09-20
Posts: 39

CD writing stopped working: brasero and wodim

CD writing used to work for me with brasero but today it has stopped working.

Creating an audio CD brasero posts the message: "Please replace the disk with a supported CD or DVD" and in the space calculation it is using zero as the size of the disk.  It does this with two different blank CD-Rs.

I have checked with journalctl -f when inserting the CD and no messages appear.  Upon starting brasero I get:

Jan 04 19:10:36 ecrins dbus-daemon[674]: Activating service name='ca.desrt.dconf'
Jan 04 19:10:36 ecrins dbus-daemon[674]: Successfully activated service 'ca.desrt.dconf'
Jan 04 19:10:36 ecrins dbus[428]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Jan 04 19:10:36 ecrins systemd[1]: Starting Hostname Service...
Jan 04 19:10:36 ecrins dbus[428]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
Jan 04 19:10:36 ecrins dbus[428]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service failed to load: No such file or directory.
Jan 04 19:10:36 ecrins dbus[428]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jan 04 19:10:36 ecrins systemd[1]: Started Hostname Service.

I have also checked permissions.  /dev/cdrom is a symlink to /dev/sr0 which has permissions:

brw-rw----+ 1 root optical 11, 0 Jan  4 19:07 /dev/sr0

I have checked that I am a member of the group opitcal, which I am.

Brasero will let me create an image file so I tried writing that with wodim:

$ wodim -dao cuefile=~/brasero.cue
Device was not specified. Trying to find an appropriate drive...
Detected CD-R drive: /dev/sr0
Using /dev/cdrom of unknown capabilities
Device type    : Removable CD-ROM
Version        : 5
Response Format: 2
Capabilities   :
Vendor_info    : 'ASUS    '
Identification : 'DRW-1814BLT     '
Revision       : '1.04'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
Driver flags   : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
Speed set to 8467 KB/s
Starting to write CD/DVD at speed  48.0 in real SAO mode for single session.
Last chance to quit, starting real write in    0 seconds. Operation starts.
wodim: CUE sheet not accepted. Retrying with minimum pregapsize = 1.
Errno: 5 (Input/output error), send_cue_sheet scsi sendcmd: no error
CDB:  5D 00 00 00 00 00 00 01 70 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 2C 03 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x2C Qual 0x03 (current program area is not empty) Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 0.012s timeout 200s
wodim: CUE sheet still not accepted. Please try to write in RAW (-raw96r) mode.
wodim: Cannot send CUE sheet.
wodim: Could not write Lead-in.

I did look in the /var/cache/pacman/pkg directory to see what has recently been upgraded.  The only thing that struck me as relevant was the kernel and downgrading that to 4.2 (instead of the current 4.3) does not solve the problem.

Google has not found anything recent on this.  Any ideas, please?

Offline

#2 2016-01-04 19:49:34

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,489

Re: CD writing stopped working: brasero and wodim

Try the fake writing mode.  Not sure about the cue sheet file you are using.  Where's your image at?  Or possibly try using k3b, which will probably give the same messages as above.  You can usually write an iso file to CDR with just cdrecord.  Or do as wodim says, wodim -dao -raw96r ...

Last edited by nomorewindows (2016-01-04 19:50:51)


I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.

Offline

#3 2016-01-05 07:32:04

scdbackup
Member
Registered: 2013-05-30
Posts: 75

Re: CD writing stopped working: brasero and wodim

Hi,

> Sense Code: 0x2C Qual 0x03 (current program area is not empty) Fru 0x0

This means that the drive believes the medium is already written.
Did you already try with a different CD ?


> wodim: CUE sheet still not accepted. Please try to write in RAW (-raw96r) mode.

Better don't follow this advise. At least if you want the
medium to be readable.


What do you get from this command when the CD is inserted in
the drive:

  wodim dev=/dev/sr0 -toc

Or from

  xorriso -outdev /dev/sr0 -toc


Have a nice day :)

Thomas

Offline

Board footer

Powered by FluxBB