LinuxQuestions.org
Register a domain and help support LQ
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices

Reply
 
LinkBack Search this Thread
Old 06-07-2005, 10:39 PM   #1
billehunt
LQ Newbie
 
Registered: Mar 2004
Posts: 9

Rep: Reputation: 0
Can't record to dvd with cdrecord


I'm trying to burn an ISO to DVD using the latest cdrecord (Cdrecord-Clone 2.01-dvd)

I get:

Code:
# cdrecord -dev=/dev/dvd -sao -speed=8 -overburn file.iso
Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to bugzilla.redhat.com/bugzilla
Note: The author of cdrecord should not be bothered with problems in this version.
scsidev: '/dev/dvd'
devname: '/dev/dvd'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c-1.83-RH '@(#)scsi-linux-sg.c     1.83 04/05/20 Copyright 1997 J. Schilling').
Device type    : Removable CD-ROM
Version        : 0
Response Format: 2
Capabilities   : 
Vendor_info    : 'Memorex '
Identifikation : 'DVD+/-RW True8XI'
Revision       : 'UWS4'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
cdrecord: 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
cdrecord: WARNING: Data may not fit on current disk.
cdrecord: Notice: Most recorders cannot write CD's >= 90 minutes.
cdrecord: Notice: Use -ignsize option to allow >= 90 minutes.
cdrecord: Notice: Overburning active. Trying to write more than the official disk capacity.
scsi_set_streaming
Speed set to 11080 KB/s
Starting to write CD/DVD at speed   8.0 in dummy SAO mode for single session.
Last chance to quit, starting dummy write    0 seconds. Operation starts.
trackno=0
cdrecord: Success. reserve track: scsi sendcmd: no error
CDB:  53 00 00 00 00 00 2A 40 23 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 24 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x24 Qual 0x00 (invalid field in cdb) Fru 0x0
Sense flags: Blk 0 (not valid) 
cmd finished after 0.000s timeout 200s
cdrecord: Cannot open new session.
Any ideas what's going wrong? Thanks.
 
Old 06-07-2005, 10:58 PM   #2
merchtemeagle
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: Slackware 13.37
Posts: 512

Rep: Reputation: 31
I'm really no expert, but isn't http://www.nongnu.org/dvdrtools/ what you need?
 
Old 06-07-2005, 11:09 PM   #3
billehunt
LQ Newbie
 
Registered: Mar 2004
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
I'm really no expert, but isn't http://www.nongnu.org/dvdrtools/ what you need?
Well, I had tried that, but it had failed, even worse; it couldn't find the dvd drive. There's a funny thing, when I install dvdrecord (using apt), it removes cdrecord, and when I install cdrecord, it removes dvdrecord.

dvdrecord can't see the device, and the scanbus option doesn't see it either:
Code:
# dvdrecord -v dev=/dev/dvd file.iso
dvdrtools v0.1.4
Portions (c) 2002-2003 Ark Linux <bero@arklinux.org>
Based on:
Cdrecord 1.11a15 (i386-redhat-linux-gnu) Copyright (C) 1995-2001 J�rg Schilling
TOC Type: 1 = CD-ROM
scsidev: '/dev/dvd'
devname: '/dev/dvd'
scsibus: -2 target: -2 lun: -2
dvdrecord: Read-only file system. Cannot open '/dev/dvd'. Cannot open SCSI driver.
dvdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.

# dvdrecord -v dev=1,0,0 file.iso
dvdrtools v0.1.4
Portions (c) 2002-2003 Ark Linux <bero@arklinux.org>
Based on:
Cdrecord 1.11a15 (i386-redhat-linux-gnu) Copyright (C) 1995-2001 J�rg Schilling
TOC Type: 1 = CD-ROM
scsidev: '1,0,0'
scsibus: 1 target: 0 lun: 0
dvdrecord: No such file or directory. Cannot open '/dev/sg*'. Cannot open SCSI driver.
dvdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.

# dvdrecord -v dev=ATA:1,0,0 file.iso
dvdrtools v0.1.4
Portions (c) 2002-2003 Ark Linux <bero@arklinux.org>
Based on:
Cdrecord 1.11a15 (i386-redhat-linux-gnu) Copyright (C) 1995-2001 J�rg Schilling
TOC Type: 1 = CD-ROM
scsidev: 'ATA:1,0,0'
devname: 'ATA'
scsibus: 1 target: 0 lun: 0
dvdrecord: No such file or directory. Cannot open 'ATA'. Cannot open SCSI driver.
dvdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.

# dvdrecord -scanbus
dvdrtools v0.1.4
Portions (c) 2002-2003 Ark Linux <bero@arklinux.org>
Based on:
Cdrecord 1.11a15 (i386-redhat-linux-gnu) Copyright (C) 1995-2001 J�rg Schilling
dvdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
dvdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.

# dvdrecord -dev=/dev/dvd -scanbus
dvdrtools v0.1.4
Portions (c) 2002-2003 Ark Linux <bero@arklinux.org>
Based on:
Cdrecord 1.11a15 (i386-redhat-linux-gnu) Copyright (C) 1995-2001 J�rg Schilling
scsidev: '/dev/dvd'
devname: '/dev/dvd'
scsibus: -2 target: -2 lun: -2
dvdrecord: Read-only file system. Cannot open '/dev/dvd'. Cannot open SCSI driver.
dvdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
 
Old 06-08-2005, 01:49 AM   #4
Harmaa Kettu
Member
 
Registered: Apr 2005
Location: Finland
Posts: 196

Rep: Reputation: 30
Quote:
There's a funny thing, when I install dvdrecord (using apt), it removes cdrecord, and when I install cdrecord, it removes dvdrecord.
Dvdrecord is based on cdrecord, the packages have conflicting files.

Quote:
Cdrecord 1.11a15 (i386-redhat-linux-gnu) Copyright (C) 1995-2001 J�rg Schilling
Cdrecord 1.* requires ide-scsi emulation to work with IDE drives.

The growisofs program from DVD+RW-tools package should work better.
 
Old 06-08-2005, 03:02 AM   #5
billehunt
LQ Newbie
 
Registered: Mar 2004
Posts: 9

Original Poster
Rep: Reputation: 0
well, I couldn't get growisofs to work either:
Code:
# growisofs -dvd-compat -Z /dev/dvd=file.iso
Executing 'builtin_dd if=dr_strangelove.dvd.img of=/dev/dvd obs=32k seek=0'
:-( /dev/dvd: 2295104 blocks are free, 2768931 to be written!
I should note: in the case of all three tools (cdrecord, dvdrecord, and growisofs), it complains that there is too much data to fit on the DVD (there isn't). In the case of growisofs, I can't figure a way to do a "force". In cdrecord, there is an -overburn option.
 
Old 06-08-2005, 03:41 AM   #6
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
straight from the man page of growisofs, make sure your file is small enough to fit:

Quote:
-overburn
Normally DVD media can accommodate up to approxi_
mately 4.700.000.000 bytes (in marketing speech
4.7GB). In other words a DVD can contain about
4.377 GiB or 4482 MiB. Growisofs won't start with_
out this option, if "overburn" condition appears to
be unavoidable.
 
Old 06-08-2005, 04:37 AM   #7
ojakubcik
LQ Newbie
 
Registered: Jun 2005
Posts: 4

Rep: Reputation: 0
Try cdrecord-ProDVD

Both cdrecord-clone-dvd and dvdrecord are modifications of the original cdrecord. Sometimes they work and sometimes the do not work. However, there is a tool cdrecord-ProDVD, which appears to work very good. The only thing you have to do is to google cdrecord-ProDVD, download cdrecord-ProDVD for your architecture and install wrapper script. Of course you need to read license:)
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
New DVD writer writes CD-R at 4x with cdrecord super-momo Linux - Hardware 2 08-02-2005 12:40 AM
DVD play and record clydeamus MEPIS 3 06-06-2005 05:55 PM
dvd-rom drive won't play movies and dvd burner won't record calble Linux - Hardware 1 08-09-2004 07:35 AM
Writing to a dvd with cdrecord buttersoft Linux - Software 3 09-05-2003 11:48 AM
cdrecord, ? burn DVD Data arkopolo Linux - Software 0 07-03-2003 02:39 PM


All times are GMT -5. The time now is 05:07 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration