Joerg Schilling wrote:
> 
> >What correction have you sent? I did not receive it :(
> >At least for cdrecord1.11a08 it is true that if the drive does not
> >support TAO but support packet, when you try to use -packet it will give
> >"this
> >drive does not support TAO" error.
> >Am I missing something?
> 
> Cdrecord reports what the drive returns in my test:
> 
> cdrecord dev=2,0 -checkdrive
> Cdrecord-ProDVD-Clone 1.11a09 (sparc-sun-solaris2.9) Copyright (C) 1995-2001 J�rg 
>Schilling
> scsidev: '2,0'
> scsibus: 0 target: 2 lun: 0
> Using libscg version 'schily-0.5'
> Device type    : Removable CD-ROM
> Version        : 2
> Response Format: 2
> Capabilities   : SYNC
> Vendor_info    : 'PIONEER '
> Identifikation : 'DVD-RW  DVR-103 '
> Revision       : '1.44'
> Device seems to be: Generic mmc2 DVD.
> Using generic SCSI-3/mmc-2 DVD-R/DVD-RW driver (mmc_dvd).
> Driver flags   : SWABAUDIO
> Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R
> 
> cdrecord dev=2,0 -checkdrive
> Cdrecord-ProDVD-Clone 1.11a09 (sparc-sun-solaris2.9) Copyright (C) 1995-2001 J�rg 
>Schilling
> scsidev: '2,0'
> scsibus: 0 target: 2 lun: 0
> Using libscg version 'schily-0.5'
> Device type    : Removable CD-ROM
> Version        : 2
> Response Format: 2
> Capabilities   : SYNC
> Vendor_info    : 'PIONEER '
> Identifikation : 'DVD-RW  DVR-103 '
> Revision       : '1.44'
> Device seems to be: Generic mmc2 DVD.
> Using generic SCSI-3/mmc CD-R driver (mmc_cdr).
> Driver flags   : SWABAUDIO
> Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R
> 
> As you can see, there is no difference whether there is a
> DVD or a CD in the drive :-(
> 

This is because of the buggy mode used to test if a given mode is
supported or not. Quote from mmc specs:
>>>
13.11.3.7 Write Parameters Mode Page
....
The values in this Page do not necessarily reflect the status on a given
medium. They will be used as applicable when a write operation occurs.
If any parameters have values incompatible with the current medium, the
Logical Unit shall generate a CHECK CONDITION Status, 5/64/00 ILLEGAL
MODE FOR THIS TRACK when a write is attempted.
>>>
So the drive reports that mode even if the mode is not supported for the
media
inside. But we need only those modes that are supported for the media
inside.

Anyway, this does not answer to my question about packet and TAO. Is it
true
that if TAO is not supported and packet is, the cdrecord will refuse to
use
packet with the error "drive does not support TAO recording" ? I think
so.
Is just that all CD writers that support packet support TAO as well.
This 
is not true for DVD.

mache


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to