[Pkg-xfce-devel] Bug#775086: xfburn fails on a Mac Mini and a Macbook Pro

Thomas Schmitt scdbackup at gmx.net
Sun Jan 11 08:32:01 UTC 2015


Hi,

i am the developer of libburn which issued the error message
underneath xfburn.

The problem seems to be between drive and libburn. xfburn
itself has only a minor part in it.


> ** (xfburn:3769): WARNING **: Read-only profile 0x8!

Your drives tells libburn that the loaded medium can only perform
CD-ROM actions. I.e. it is a CD-ROM or a closed CD-R or closed CD-RW.

> ** (xfburn:3769): WARNING **: [FATAL] 131357: SCSI error on 
> write(32,16): [5 24 00] Illegal request. Invalid field in cdb. (0)

When xfburn requested write operations, nevertheless, the drive
complained that this was not allowed.


I would assume that xfburn should bail out already at the first
problem. If the drive says the medium is read-only, then it will
hardly be willing to perform a burn session.


> Had to install the K libraries :-(

Does that mean K3B worked with the same medium ?


Well, if you are sure that the medium used is writable,
then please post the output of the following commands.
I assume your drive's address is /dev/sr0:

  xorriso -scsi_log on -outdev /dev/sr0 -toc 2>&1 | tee -i /tmp/xorriso_log

  wodim -V -v dev=/dev/sr0 -toc 2>&1 | tee -i /tmp/wodim_log

xorriso uses libburn, wodim does not.

In case that it is indeed no CD but a DVD or BD, then use instead
of the wodim command.

  dvd+rw-mediainfo /dev/sr0 -verbous 2>&1 | tee -i /tmp/mediainfo_log


Have a nice day :)

Thomas



More information about the Pkg-xfce-devel mailing list