On Tue, 13 Jan 2009 10:43:30 +0100, [email protected]
(Joerg Schilling) wrote:
>Plese edit cdrecord/scsi_mmc.c line 1362 and change:
>to:
>
> printf("Disk type: ");
> switch (dip->disk_type) {
>
> case SES_DA_ROM: printf("CD-DA or CD-ROM"); break;
> case SES_CDI: printf("CDI"); break;
> case SES_XA: printf("CD-ROM XA"); break;
> case SES_UNDEF: printf("undefined"); break;
> default: printf("reserved %d", dip->disk_type);
> break;
> } else {
>
>and send the result from cdrecord -v -minfo for an unformatted medium that
>causes the problem.
(I took out the "else {")
It just says
Disk type: CD-DA or CD-ROM
it does not reach the "default:" label.
--
[email protected]
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]