Hello,

I have tried to test the
cdrecord-prodvd-1.11a40-i586-pc-linux-gnu-gnulibc1 but as it is compiled
against glibc1 I cannot use it as I only get "Bus error" :-(

So I have tried the cdrecord-dvdhack (version compiled for Mandrake
cooker: cdrecord-dvdhack-1.11-0.a40.1mdk

I have tried this:

#!/bin/tcsh
setenv SIZE `mkisofs -r -graft-points -q -print-size -V $1 $2`
mkisofs -r -graft-points -V $1 $2 | cdrecord-dvdhack -v dev=2,1,0 fs=32m speed=1 -dao 
tsize={$SIZE}s -

Because cdrecord -scanbus gives me:
...
2,1,0   201) 'SONY    ' 'DVD RW DRU-500A ' '1.0d' Removable CD-ROM
...

And I got with:

GRAVE-DVD backup-2002-12-23 "*"
Cdrecord 1.11a40 (i586-mandrake-linux-gnu) Copyright (C) 1995-2002 J�rg Schilling
Note: this version is an inofficial (modified) version and thus may have
bugs that are not present in the original. Please send any bug report or support
request to <[EMAIL PROTECTED]>. The original cdrecord author has not to
be bothered with problem in this version
TOC Type: 1 = CD-ROM
scsidev: '2,1,0'
scsibus: 2 target: 1 lun: 0
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.7'
atapi: 1
Device type    : Removable CD-ROM
Version        : 0
Response Format: 2
Capabilities   : 
Vendor_info    : 'SONY    '
Identifikation : 'DVD RW DRU-500A '
Revision       : '1.0d'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
cdrecord-dvdhack: Found DVD media: using cdr_mdvd.
Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd).
Driver flags   : SWABAUDIO BURNFREE 
Supported modes: PACKET SAO
Drive buf size : 4718592 = 4608 KB
FIFO size      : 33554432 = 32768 KB
Track 01: data  4447 MB        
Total size:     5107 MB (505:58.61) = 2276896 sectors
Lout start:     5107 MB (506:00/46) = 2276896 sectors
Current Secsize: 2048
  ATIP start of lead in:  -150 (00:00/00)
Disk type:    unknown dye (reserved id code)
Manuf. index: -1
Manufacturer: unknown (not in table)
Blocks total: 2297888 Blocks current: 20976 Blocks remaining: -2255920
cdrecord-dvdhack: WARNING: Data may not fit on current disk.
cdrecord-dvdhack: Notice: Most recorders cannot write CD's >= 90 minutes.
cdrecord-dvdhack: Notice: Use -ignsize option to allow >= 90 minutes.
cdrecord-dvdhack: Notice: Use -overburn option to write more than the official disk 
capacity.
cdrecord-dvdhack: Notice: Most CD-writers do overburning only on SAO or RAW mode.
[root@localhost adulte]# GRAVE-DVD "backup-2002-12-23" "*"
Cdrecord 1.11a40 (i586-mandrake-linux-gnu) Copyright (C) 1995-2002 J�rg Schilling
Note: this version is an inofficial (modified) version and thus may have
bugs that are not present in the original. Please send any bug report or support
request to <[EMAIL PROTECTED]>. The original cdrecord author has not to
be bothered with problem in this version
TOC Type: 1 = CD-ROM
scsidev: '2,1,0'
scsibus: 2 target: 1 lun: 0
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.7'
atapi: 1
Device type    : Removable CD-ROM
Version        : 0
Response Format: 2
Capabilities   : 
Vendor_info    : 'SONY    '
Identifikation : 'DVD RW DRU-500A '
Revision       : '1.0d'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
cdrecord-dvdhack: Found DVD media: using cdr_mdvd.
Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd).
Driver flags   : SWABAUDIO BURNFREE 
Supported modes: PACKET SAO
Drive buf size : 4718592 = 4608 KB
FIFO size      : 33554432 = 32768 KB
Track 01: data  4447 MB        
Total size:     5107 MB (505:58.61) = 2276896 sectors
Lout start:     5107 MB (506:00/46) = 2276896 sectors
Current Secsize: 2048
  ATIP start of lead in:  -150 (00:00/00)
Disk type:    unknown dye (reserved id code)
Manuf. index: -1
Manufacturer: unknown (not in table)
Blocks total: 2298496 Blocks current: 2298496 Blocks remaining: 21600
  0.22% done, estimate finish Mon Dec 23 21:53:53 2002
Starting to write CD/DVD at speed 1 in real SAO mode for single session.
Last chance to quit, starting real write in 9 seconds.  0.44% done, estimate finish 
Mon Dec 23 21:53:53 2002
  0.66% done, estimate finish Mon Dec 23 21:53:53 2002
   0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
trackno=0
BURN-Free is ON.
Performing OPC...
Sending CUE sheet...
Starting new track at sector: 2277062
Track 01:    0 of 4447 MB written.cdrecord-dvdhack: Input/output error. write_g1: scsi 
sendcmd: no error
CDB:  2A 00 00 22 BE C6 00 00 1F 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 12 00 00 00 00 2C 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x2C Qual 0x00 (command sequence error) Fru 0x0
Sense flags: Blk 0 (not valid) 
cmd finished after 0.010s timeout 200s

write track data: error after 0 bytes
Sense Bytes: 70 00 00 00 00 00 00 12 00 00 00 00 00 00 00 00 00 00
Writing  time:   14.490s
Average write speed 999.0x.
Fixating...
Fixating time:    0.001s
cdrecord-dvdhack: fifo had 511 puts and 1 gets.
cdrecord-dvdhack: fifo was 0 times empty and 0 times full, min fill was 100%.

It's with kernel 2.4.20-xfs with ide-scsi and an ICH4 IDE controler.

Anyone got an idea on what I should do?

Thank you very much ;-)

Not a big success with my first DVD-R...

        Gr�goire
________________________________________________________________
http://ulima.unil.ch/greg ICQ:16624071 mailto:[EMAIL PROTECTED]


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

Reply via email to