>> "Martin Bochnig" <[EMAIL PROTECTED]> wrote: >> >> > I also reset the drive every time in advance: >> > # dvdrecord -v -V dev=2,0,0 -reset >> >> Are you sure that this works? > > Yes, I'm quite sure. > It looks / behaves like that. >
That is an interesting option that I have never used. I am afraid to read the cdrecord man page as it is massive. >> I believe that resetting the drive does only work for 50/68 pin >> parallel SCSI. > <snip> >> >> BTW: you use an old cdrecord version, try to compile a recent one. > > I know, I'm using an old precompiled version. > Definitely time for me to compile your newest sources, as they include DVD > functionality now, since May2006 (do they?). > This is what I use and it is up to date as of a few days ago : bash-3.1# cdrecord --version Cdrecord-ProDVD-Clone 2.01.01a11 (i386-pc-solaris2.11) Copyright (C) 1995-2006 Jörg Schilling It seems to have support for nearly everything. The very important thing to take note of is : TAKE NOTE : always use smake from Jörg Schilling to build cdrecord This makes life very easy. All one needs to do is to extract the tar.gz source files and ensure that you have a PATH of : PATH=/opt/SUNWspro/bin:/usr/xpg4/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/usr/ccs/bin export PATH LINES=24;COLUMNS=80;TERM=vt100;LC_ALL=C;EDITOR=vi;LANG=C export EDITOR LC_ALL TERM COLUMNS LINES LANG Then change directory into the source of smake and run make. Do not run configure or anything like that. Just plain old "make". If you already have smake in your PATH somewhere then run "smake" and everything will be boot strapped for you. Then cd into the top of the cdrecord source and run "/my/path/to/smake" and everything will build. I had to write my own scripts to move the linaries into their final place but they seem to work flawlessly. bash-3.1# cdrecord -v -scanbus Cdrecord-ProDVD-Clone 2.01.01a11 (i386-pc-solaris2.11) Copyright (C) 1995-2006 Jörg Schilling TOC Type: 1 = CD-ROM Warning: Using USCSI interface. Using libscg version 'schily-0.8'. SCSI buffer size: 57344 scsibus0: 0,0,0 0) 'SONY ' 'DVD RW DRU-820A ' '1.0b' Removable CD-ROM 0,1,0 1) 'PIONEER ' 'DVD-RW DVR-107D' '1.21' Removable CD-ROM 0,2,0 2) * 0,3,0 3) * 0,4,0 4) * 0,5,0 5) * 0,6,0 6) * 0,7,0 7) * scsibus1: 1,0,0 100) 'SEAGATE ' 'ST39173W ' '6244' Disk 1,1,0 101) * 1,2,0 102) * 1,3,0 103) * 1,4,0 104) * 1,5,0 105) * 1,6,0 106) * 1,7,0 107) * scsibus2: 2,0,0 200) 'SEAGATE ' 'ST336704LSUN36G ' '032C' Disk 2,1,0 201) * 2,2,0 202) * 2,3,0 203) * 2,4,0 204) * 2,5,0 205) * 2,6,0 206) * 2,7,0 207) * scsibus3: 3,0,0 300) 'SEAGATE ' 'ST336704LSUN36G ' '032C' Disk 3,1,0 301) * 3,2,0 302) * 3,3,0 303) * 3,4,0 304) * 3,5,0 305) * 3,6,0 306) * 3,7,0 307) * scsibus4: 4,0,0 400) 'SEAGATE ' 'ST39102LW ' '8320' Disk 4,1,0 401) * 4,2,0 402) * 4,3,0 403) * 4,4,0 404) * 4,5,0 405) * 4,6,0 406) * 4,7,0 407) * scsibus5: 5,0,0 500) * 5,1,0 501) * 5,2,0 502) * 5,3,0 503) * 5,4,0 504) * 5,5,0 505) 'HP ' 'C3010 ' '0BA4' Disk 5,6,0 506) * 5,7,0 507) * bash-3.1# Query both DVD drives : bash-3.1# cdrecord -v -dev=0,0,0 -inq Cdrecord-ProDVD-Clone 2.01.01a11 (i386-pc-solaris2.11) Copyright (C) 1995-2006 Jörg Schilling TOC Type: 1 = CD-ROM scsidev: '0,0,0' scsibus: 0 target: 0 lun: 0 Warning: Using USCSI interface. Using libscg version 'schily-0.8'. SCSI buffer size: 57344 atapi: 1 Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'SONY ' Identifikation : 'DVD RW DRU-820A ' Revision : '1.0b' Device seems to be: Generic mmc2 DVD-R/DVD-RW. bash-3.1# cdrecord -v -dev=0,1,0 -inq Cdrecord-ProDVD-Clone 2.01.01a11 (i386-pc-solaris2.11) Copyright (C) 1995-2006 Jörg Schilling TOC Type: 1 = CD-ROM scsidev: '0,1,0' scsibus: 0 target: 1 lun: 0 Warning: Using USCSI interface. Using libscg version 'schily-0.8'. SCSI buffer size: 57344 atapi: 1 Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'PIONEER ' Identifikation : 'DVD-RW DVR-107D' Revision : '1.21' Device seems to be: Generic mmc2 DVD-R/DVD-RW. bash-3.1# bash-3.1# cdrecord -v -dev=0,0,0 -atip Cdrecord-ProDVD-Clone 2.01.01a11 (i386-pc-solaris2.11) Copyright (C) 1995-2006 Jörg Schilling TOC Type: 1 = CD-ROM scsidev: '0,0,0' scsibus: 0 target: 0 lun: 0 Warning: Using USCSI interface. Using libscg version 'schily-0.8'. SCSI buffer size: 57344 atapi: 1 Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'SONY ' Identifikation : 'DVD RW DRU-820A ' Revision : '1.0b' Device seems to be: Generic mmc2 DVD-R/DVD-RW. Current: CD-RW Profile: DVD+R/DL Profile: DVD+R Profile: DVD+RW Profile: DVD-R/DL layer jump recording Profile: DVD-R/DL sequential recording Profile: DVD-RW sequential overwrite Profile: DVD-RW restricted overwrite Profile: DVD-RAM Profile: DVD-R sequential recording Profile: DVD-ROM Profile: CD-RW (current) Profile: CD-R Profile: CD-ROM (current) Profile: 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 SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R Drive buf size : 1114112 = 1088 KB Current Secsize: 2048 ATIP info from disk: Indicated writing power: 5 Reference speed: 2 Is not unrestricted Is erasable ATIP start of lead in: -11635 (97:26/65) ATIP start of lead out: 359849 (79:59/74) 1T speed low: 0 (reserved val 0) 1T speed high: 4 2T speed low: 8 2T speed high: 0 (reserved val 10) power mult factor: 4 6 recommended erase/write power: 3 A1 values: 02 4C B0 A2 values: 4A C8 36 Disk type: Phase change Manuf. index: 3 Manufacturer: CMC Magnetics Corporation bash-3.1# cdrecord -v -dev=0,1,0 -atip Cdrecord-ProDVD-Clone 2.01.01a11 (i386-pc-solaris2.11) Copyright (C) 1995-2006 Jörg Schilling TOC Type: 1 = CD-ROM scsidev: '0,1,0' scsibus: 0 target: 1 lun: 0 Warning: Using USCSI interface. Using libscg version 'schily-0.8'. SCSI buffer size: 57344 atapi: 1 Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'PIONEER ' Identifikation : 'DVD-RW DVR-107D' Revision : '1.21' Device seems to be: Generic mmc2 DVD-R/DVD-RW. Current: CD-ROM Profile: DVD+R Profile: DVD+RW Profile: DVD-RW sequential overwrite Profile: DVD-RW restricted overwrite Profile: DVD-R sequential recording Profile: DVD-ROM Profile: CD-RW Profile: CD-R Profile: CD-ROM (current) 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 Drive buf size : 1267712 = 1238 KB 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. Blank the CD-RW media in the SONY DVD drive at dev=0,0,0 bash-3.1# cdrecord -v -dev=0,0,0 -blank=all Cdrecord-ProDVD-Clone 2.01.01a11 (i386-pc-solaris2.11) Copyright (C) 1995-2006 Jörg Schilling TOC Type: 1 = CD-ROM scsidev: '0,0,0' scsibus: 0 target: 0 lun: 0 Warning: Using USCSI interface. Using libscg version 'schily-0.8'. SCSI buffer size: 57344 atapi: 1 Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'SONY ' Identifikation : 'DVD RW DRU-820A ' Revision : '1.0b' Device seems to be: Generic mmc2 DVD-R/DVD-RW. Current: CD-RW Profile: DVD+R/DL Profile: DVD+R Profile: DVD+RW Profile: DVD-R/DL layer jump recording Profile: DVD-R/DL sequential recording Profile: DVD-RW sequential overwrite Profile: DVD-RW restricted overwrite Profile: DVD-RAM Profile: DVD-R sequential recording Profile: DVD-ROM Profile: CD-RW (current) Profile: CD-R Profile: CD-ROM (current) Profile: 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 SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R Drive buf size : 1114112 = 1088 KB Current Secsize: 2048 ATIP info from disk: Indicated writing power: 5 Reference speed: 2 Is not unrestricted Is erasable ATIP start of lead in: -11635 (97:26/65) ATIP start of lead out: 359849 (79:59/74) 1T speed low: 0 (reserved val 0) 1T speed high: 4 2T speed low: 8 2T speed high: 0 (reserved val 10) power mult factor: 4 6 recommended erase/write power: 3 A1 values: 02 4C B0 A2 values: 4A C8 36 Disk type: Phase change Manuf. index: 3 Manufacturer: CMC Magnetics Corporation Starting to write CD/DVD at speed 4 in real BLANK mode for single session. Last chance to quit, starting real write 0 seconds. Operation starts. Performing OPC... Blanking entire disk Blanking time: 1264.212s bash-3.1# Insert DVD+RW and use atip to inquire bash-3.1# cdrecord -v -dev=0,0,0 -atip Cdrecord-ProDVD-Clone 2.01.01a11 (i386-pc-solaris2.11) Copyright (C) 1995-2006 Jörg Schilling TOC Type: 1 = CD-ROM scsidev: '0,0,0' scsibus: 0 target: 0 lun: 0 Warning: Using USCSI interface. Using libscg version 'schily-0.8'. SCSI buffer size: 57344 atapi: 1 Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'SONY ' Identifikation : 'DVD RW DRU-820A ' Revision : '1.0b' Device seems to be: Generic mmc2 DVD-R/DVD-RW. Current: DVD+RW Profile: DVD+R/DL Profile: DVD+R Profile: DVD+RW (current) Profile: DVD-R/DL layer jump recording Profile: DVD-R/DL sequential recording Profile: DVD-RW sequential overwrite Profile: DVD-RW restricted overwrite Profile: DVD-RAM Profile: DVD-R sequential recording Profile: DVD-ROM Profile: CD-RW Profile: CD-R Profile: CD-ROM Profile: Removable Disk Using generic SCSI-3/mmc-3 DVD+RW driver (mmc_dvdplusrw). Driver flags : DVD MMC-3 SWABAUDIO BURNFREE Supported modes: PACKET SAO Drive buf size : 1179648 = 1152 KB Current Secsize: 2048 book type: DVD+RW, Version 2 (9.2) disc size: 120mm (0) minimum rate: Not specified (15) number of layers:0 track path: Parallel Track Path (0) layer type: illegal layer type (4) linear density: 0.267 µm/bit (0) track density: 0.74 µm/track (0) phys start: 196608 phys end: 2420479 end layer 0: 0 bca: 0 phys size:... 2223872 Manufacturer: 'MKM' Media type: 'A02' Category/Version 92 Disk size 0F Disk structure 04 Recoding density 00 Manufacturer: 'MKM' Media type: 'A02' Product revision 0 ADIP numbytes 57 Reference speed 35 Max speed 0 copyr prot type: 0 region mgt info: 0 cpm: 0 cgms: 0 bash-3.1# bash-3.1# bash-3.1# insert dual layer DVD+R/DL and use atip to inquire bash-3.1# cdrecord -v -dev=0,0,0 -atip Cdrecord-ProDVD-Clone 2.01.01a11 (i386-pc-solaris2.11) Copyright (C) 1995-2006 Jörg Schilling TOC Type: 1 = CD-ROM scsidev: '0,0,0' scsibus: 0 target: 0 lun: 0 Warning: Using USCSI interface. Using libscg version 'schily-0.8'. SCSI buffer size: 57344 atapi: 1 Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'SONY ' Identifikation : 'DVD RW DRU-820A ' Revision : '1.0b' Device seems to be: Generic mmc2 DVD-R/DVD-RW. Current: DVD+R/DL Profile: DVD+R/DL (current) Profile: DVD+R Profile: DVD+RW Profile: DVD-R/DL layer jump recording Profile: DVD-R/DL sequential recording Profile: DVD-RW sequential overwrite Profile: DVD-RW restricted overwrite Profile: DVD-RAM Profile: DVD-R sequential recording Profile: DVD-ROM Profile: CD-RW Profile: CD-R Profile: CD-ROM Profile: Removable Disk Using generic SCSI-3/mmc-3 DVD+R driver (mmc_dvdplusr). Driver flags : DVD MMC-3 SWABAUDIO BURNFREE Supported modes: PACKET SAO Drive buf size : 1179648 = 1152 KB Current Secsize: 2048 book type: illegal book type, Version 1 (14.1) disc size: 120mm (0) minimum rate: Not specified (15) number of layers:1 track path: Opposite Track Path (1) layer type: Rewritable Area (2) linear density: 0.293 µm/bit (1) track density: 0.74 µm/track (0) phys start: 196608 phys end: 16580607 end layer 0: 2283519 bca: 0 phys size:... 16384000 Category/Version E1 Disk size 0F Disk structure 32 Recoding density 10 Manufacturer: 'MKM' Media type: '001' Product revision 0 ADIP numbytes 64 Reference speed 37 Max speed 37 You really can not beat cdrecord for this sort of functionality. Now I wonder how to make a duplicate of a video DVD. Now that would be interesting. The next thing I wish I could get involved in is the SONY BluRay and the HD-DVD technology. OKay .. thats the end of my long post. I am now burning something bootable onto a pocket sized 80mm DVD. Dennis Clarke _______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org