Rob Bogus wrote: > Joerg Schilling wrote: >> Start with a clean setup: >> create the image with a _recent_ mkisofs >> ftp://ftp.berlios.de/pub/cdrecord/alpha/ >> and use mkisofs -dvd-video to create the image >> use cdrecord to write to the medium >> If the DVD-RW medium has been written by growisofs before >> you need to cleanup the medium with cdrecord -v blank=all before. > And let us know how it works. I downloaded cdrtools-2.01.01a20 from the URL above and compiled it. Then blanked the disc:
# cdrecord -v blank=all dev=ATA:0,1,0 Cdrecord-ProDVD-Clone 2.01.01a20 (i686-pc-linux-gnu) Copyright (C) 1995-2006 Jörg Schilling cdrecord: Warning: Running on Linux-2.6.16.4-1.6 cdrecord: There are unsettled issues with Linux-2.5 and newer. cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris. TOC Type: 1 = CD-ROM scsidev: 'ATA:0,1,0' devname: 'ATA' scsibus: 0 target: 1 lun: 0 Warning: Using badly designed ATAPI via /dev/hd* interface. Linux sg driver version: 3.5.27 Using libscg version 'schily-0.8'. SCSI buffer size: 64512 atapi: -1 Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'HL-DT-ST' Identifikation : 'DVDRAM GSA-4163B' Revision : 'A106' Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM. Current: DVD-RW sequential overwrite Profile: DVD-RAM Profile: DVD-R sequential recording Profile: DVD-RW sequential overwrite (current) Profile: DVD-RW restricted overwrite (current) Profile: DVD+RW Profile: DVD+R Profile: DVD+R/DL Profile: DVD-ROM (current) Profile: CD-R Profile: CD-RW Profile: CD-ROM Profile: Removable Disk resid: 64 Using generic SCSI-3/mmc-2 DVD-R/DVD-RW/DVD-RAM driver (mmc_dvd). Driver flags : DVD MMC-3 SWABAUDIO BURNFREE Supported modes: PACKET SAO Drive buf size : 1114112 = 1088 KB Drive pbuf size: 1966080 = 1920 KB Drive DMA Speed: 14178 kB/s 80x CD 10x DVD Current Secsize: 2048 Total power on hours: 0 WARNING: Phys disk size 2286112 differs from rzone size 0! Prerecorded disk? WARNING: Phys start: 196608 Phys end 2482719 Starting to write CD/DVD at speed 2 in real BLANK mode for single session. Last chance to quit, starting real write 0 seconds. Operation starts. Blanking entire disk Blanking time: 1729.819s Then created a new iso image: $ mkisofs -dvd-video -o dvd.iso ./dvd-files/ 0.22% done, estimate finish Sun Nov 19 07:30:20 2006 0.44% done, estimate finish Sun Nov 19 07:26:32 2006 0.66% done, estimate finish Sun Nov 19 07:27:48 2006 [...] 99.52% done, estimate finish Sun Nov 19 07:28:36 2006 99.74% done, estimate finish Sun Nov 19 07:28:35 2006 99.96% done, estimate finish Sun Nov 19 07:28:36 2006 Total translation table size: 0 Total rockridge attributes bytes: 0 Total directory bytes: 4096 Path table size(bytes): 42 Max brk space used 42000 2286003 extents written (4464 MB) Then wrote the image with cdrecord: # cdrecord dev=ATA:0,1,0 dvd.iso cdrecord: No write mode specified. cdrecord: Asuming -sao mode. cdrecord: If your drive does not accept -sao, try -tao. cdrecord: Future versions of cdrecord may have different drive dependent defaults. Cdrecord-ProDVD-Clone 2.01.01a20 (i686-pc-linux-gnu) Copyright (C) 1995-2006 Jörg Schilling cdrecord: Warning: Running on Linux-2.6.16.4-1.6 cdrecord: There are unsettled issues with Linux-2.5 and newer. cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris. scsidev: 'ATA:0,1,0' devname: 'ATA' scsibus: 0 target: 1 lun: 0 Warning: Using badly designed ATAPI via /dev/hd* interface. Linux sg driver version: 3.5.27 Using libscg version 'schily-0.8'. Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'HL-DT-ST' Identifikation : 'DVDRAM GSA-4163B' Revision : 'A106' Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM. resid: 64 Using generic SCSI-3/mmc-2 DVD-R/DVD-RW/DVD-RAM driver (mmc_dvd). Driver flags : DVD MMC-3 SWABAUDIO BURNFREE Supported modes: PACKET SAO resid: 64 Starting to write CD/DVD at speed 2 in real SAO mode for single session. Last chance to quit, starting real write 0 seconds. Operation starts. Turning BURN-Free off Track 01: Total bytes read/written: 4681734144/4681734144 (2286003 sectors). Mplayer still doesn't play the disc: $ DVDCSS_VERBOSE=2 mplayer -v dvd://1 MPlayer 1.0rc1-4.1.2 (C) 2000-2006 MPlayer Team [...] libdvdread: Using libdvdcss version 1.2.9 for DVD access libdvdcss debug: opening target `/dev/dvd' libdvdcss debug: using libc for access libdvdcss debug: disc is scrambled libdvdcss debug: requesting AGID libdvdcss debug: ioctl ReportAgid failed, invalidating AGID 0 libdvdcss debug: requesting AGID libdvdcss debug: ioctl ReportAgid failed, invalidating AGID 1 libdvdcss debug: requesting AGID libdvdcss debug: ioctl ReportAgid failed, invalidating AGID 2 libdvdcss debug: requesting AGID libdvdcss debug: ioctl ReportAgid failed, invalidating AGID 3 libdvdcss debug: requesting AGID libdvdcss error: ioctl ReportAgid failed, fatal libdvdread: Could not open /dev/dvd with libdvdcss. libdvdread: Can't open /dev/dvd for reading [...] Nero still says the disc has CPRM protection. I haven't tried a standalone player yet. This is what cdrecord -atip says about the disc: # cdrecord -atip dev=ATA:0,1,0 Cdrecord-ProDVD-Clone 2.01.01a20 (i686-pc-linux-gnu) Copyright (C) 1995-2006 Jörg Schilling cdrecord: Warning: Running on Linux-2.6.16.4-1.6 cdrecord: There are unsettled issues with Linux-2.5 and newer. cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris. scsidev: 'ATA:0,1,0' devname: 'ATA' scsibus: 0 target: 1 lun: 0 Warning: Using badly designed ATAPI via /dev/hd* interface. Linux sg driver version: 3.5.27 Using libscg version 'schily-0.8'. Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'HL-DT-ST' Identifikation : 'DVDRAM GSA-4163B' Revision : 'A106' Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM. resid: 64 Using generic SCSI-3/mmc-2 DVD-R/DVD-RW/DVD-RAM driver (mmc_dvd). Driver flags : DVD MMC-3 SWABAUDIO BURNFREE Supported modes: PACKET SAO book type: DVD-RW, Version 2 (3.2) disc size: 120mm (0) minimum rate: 10.08 MB/s (2) number of layers:0 track path: Parallel Track Path (0) layer type: Rewritable Area (2) linear density: 0.267 ľm/bit (0) track density: 0.74 ľm/track (0) phys start: 196608 phys end: 2482610 end layer 0: 0 bca: 1 phys size:... 2286003 copyr prot type: 2 region mgt info: 0 cpm: 0 cgms: 0 last rma sector: 2 application code:64 physical code: 214 last rec address:16621272 part v./ext code:2/1 ind wr. power: 15 wavelength code: 5 write str. code: 06 88 75 0D Manufacturer: 'TDK502sakuM3' rzone number: 1 border number: 1 damage: 0 reserved: 0 blank: 0 incremental: 0 nwa valid: 0 rzone start: 0 next wr addr: 0 free blocks: 0 blocking factor: 16 rzone size: 2286003 last recorded addr: 2286002 Capacity Blklen/Sparesz. Type 2286003 2048 Formatted Media 2297888 2048 Reserved (0) 2297888 16 Reserved (0) 2297888 16 Reserved (0) WARNING: Phys disk size 2286003 differs from rzone size 0! Prerecorded disk? WARNING: Phys start: 196608 Phys end 2482610 Best regards -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]