  | |  | burning DVDs | burning DVDs 2005-01-10 - By Don Buchholz
Back Fred Magee wrote:
> I?m running RHEL WS 3.0 > > Linux localhost.localdomain 2.4.21-20.EL #1 SMP Wed Aug 18 20:34:58 > EDT 2004 x86_64 x86_64 x86_64 GNU/Linux > > And cannot burn DVDs. I keep getting the following message: > > dvdrecord: Warning: using inofficial libscg transport code version > (schily-RH-scsi-linux-sg.c-1.69-RH-O_EXCL '@(#)scsi-linux-sg.c 1.69 > 02/01/18 Copyright 1997 J. Schilling'). > > Device type : Removable CD-ROM > > Version : 0 > > Response Format: 2 > > Capabilities : > > Vendor_info : 'Philips ' > > Identifikation : 'DVD+RW DVD8601 ' > > Revision : '6D11' > > Device seems to be: Generic mmc2 DVD-ROM. > > Using generic SCSI-3/mmc CD-R driver (mmc_cdr). > > Driver flags : SWABAUDIO BURNFREE > > Supported modes: TAO PACKET SAO SAO/R96R RAW/R16 RAW/R96R > > dvdrecord: Drive needs to reload the media to return to proper status. > > dvdrecord: Data will not fit on any disk. > > dvdrecord: Cannot write CD's >= 100 minutes. > > I can?t find anything in the man pages or anything pertinent on > google. Any ideas how I can burn a DVD of a 3.5GB iso image? >
I burn 4+GB DVD's all the time, and have done so with RHEL-3/U2, U3, and now U4. (However, I do use DVD-R media.) Current kernel and dvdrecord packages are:
kernel-2.4.21-27.0.1.EL.i686.rpm dvdrecord-0.1.2-12.i386.rpm
(1) My /etc/dvdrecord.conf file has these lines:
CDR_DEVICE=pioneerdvd CDR_SPEED=2 CDR_FIFOSIZE=8m # # drive name device speed fifosize driveropts # pioneerdvd= 0,0,0 2 8m ""
(2) My kernel is invoked with "hdc=ide-scsi" (in the grub.conf file).
(3) Typical check to see #1 and #2 are setup properly is "dvdrecord -scanbus" # dvdrecord -scanbus dvdrtools v0.1.3 Portions (c) 2002 Red Hat, Inc. Based on: Cdrecord 1.11a15 (i386-redhat-linux-gnu) Copyright (C) 1995-2001 J?rg Schilling Linux sg driver version: 3.1.25 Using libscg version 'schily-0.5' dvdrecord: Warning: using inofficial libscg transport code version (schily-RH-scsi-linux-sg.c-1.69-RH-O_EXCL '@(#)scsi-linux-sg.c 1.69 02/01/18 Copyright 1997 J. Schilling'). scsibus0: 0,0,0 0) 'PIONEER ' 'DVD-RW DVR-106D' '1.07' Removable CD-ROM 0,1,0 1) * 0,2,0 2) * 0,3,0 3) * 0,4,0 4) * 0,5,0 5) * 0,6,0 6) * 0,7,0 7) *
(4) Typical command-line session is:
# mkisofs -R -J -V "DVD_Vol_Name" -o /tmp/out.iso \ -graft-points dir1=/path/to/dir1 dir2=/path/to/dir2
# dvdrecord -dao -eject speed=2 /tmp/out.iso dvdrtools v0.1.3 Portions (c) 2002 Red Hat, Inc. Based on: Cdrecord 1.11a15 (i386-redhat-linux-gnu) Copyright (C) 1995-2001 J?rg Schilling scsidev: '0,0,0' scsibus: 0 target: 0 lun: 0 Linux sg driver version: 3.1.25 Using libscg version 'schily-0.5' dvdrecord: Warning: using inofficial libscg transport code version (schily-RH-scsi-linux-sg.c-1.6 9-RH-O_EXCL '@(#)scsi-linux-sg.c 1.69 02/01/18 Copyright 1997 J. Schilling'). Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'PIONEER ' Identifikation : 'DVD-RW DVR-106D' Revision : '1.07' Device seems to be: Generic mmc2 DVD. Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd). Driver flags : SWABAUDIO BURNFREE Supported modes: PACKET SAO Starting to write CD/DVD at speed 1 in write mode for single session. Last chance to quit, starting real write in 0 seconds. Operation starts. trackno=0 dvdrecord: WARNING: Drive returns wrong startsec (0) using -150 Track 01: Total bytes read/written: 4655874048/4655874048 (2273376 sectors).
# echo "dvdrecord returns status = ?$" dvdrecord returns status = 0
You and I are using different drive models, and different media. But I, too, was having problems with the "cannot write CD's >= 100 minutes" message. I'm not sure what I did to finally fix it. It might've been the "-dao" or the /etc/dvdrecord.conf configuration edits.
My biggest beef has been with the burn rate ... Last month, I had a couple of sessions where it actually burned at 2X speed, but most of the time it will only burn at 1X.
- Don
-- Taroon-list mailing list Taroon-list@(protected) http://www.redhat.com/mailman/listinfo/taroon-list
Earn $52 per hosting referral at Lunarpages.
|
|
 |