LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
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
  Search this Thread
Old 11-07-2005, 10:17 AM   #1
Charles G
LQ Newbie
 
Registered: Nov 2005
Posts: 16

Rep: Reputation: 0
Trouble burning DVD with cdrecord/growisofs


I have been trying to burn a dvd iso in mandrake 10.1. First I tried K3B; when I realised it was running growisofs I tried that directly; when I realised that was running cdrecord I tried that directly. Failures all. However I did have dvd burning at some point, but I have no idea what has changed. I have been trying out differnt software (using urpmi to install) and though maybe something was conflicting (I am new to Linux and this was always a possibity in Windows), but I reinstalled the installation and that hasn't seemed to help, though all the necesary software is installed.

Here is my trying to burn a dvd iso with cdrecord:

[charles@lilchuck charles]$ cdrecord -scanbus
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 <warly@mandrakesoft.com>.
Note: The author of cdrecord should not be bothered with problems in this version.
scsidev: 'ATA'
devname: 'ATA'
scsibus: -2 target: -2 lun: -2
################################################################################ #########
#
# Warning: Using ATAPI via /dev/hd* interface. Use dev=ATA:X,Y,Z or dev=/dev/hd X
#
################################################################################ #########
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version (warly-Mandrak elinux-scsi-linux-sg '@(#)scsi-linux-sg.c 1.83 04/05/20 Copyright 1997 J. Schilling').
scsibus1:
1,0,0 100) 'PIONEER ' 'DVD-RW DVR-107D' '1.10' Removable CD-ROM
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) *

[charles@lilchuck charles]$ cdrecord -v dev=ATA:1,0,0 driveropts=burnfree -dao dd.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 <warly@mandrakesoft.com>.
Note: The author of cdrecord should not be bothered with problems in this version.
TOC Type: 1 = CD-ROM
scsidev: 'ATA:1,0,0'
devname: 'ATA'
scsibus: 1 target: 0 lun: 0
#########################################################################################
#
# Warning: Using ATAPI via /dev/hd* interface. Use dev=ATA:X,Y,Z or dev=/dev/hdX
#
#########################################################################################
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version (warly-Mandrakelinux-scsi-linux-sg '@(#)scsi-linux-sg.c 1.83 04/05/20 Copyright 1997 J. Schilling').
Driveropts: 'burnfree'
SCSI buffer size: 64512
atapi: -1
Device type : Removable CD-ROM
Version : 0
Response Format: 2
Capabilities :
Vendor_info : 'PIONEER '
Identifikation : 'DVD-RW DVR-107D'
Revision : '1.10'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: 0x0011
Profile: 0x001B
Profile: 0x001A
Profile: 0x0014
Profile: 0x0013
Profile: 0x0011 (current)
Profile: 0x0010
Profile: 0x000A
Profile: 0x0009
Profile: 0x0008
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
Drive buf size : 1605632 = 1568 KB
FIFO size : 4194304 = 4096 KB
Track 01: data 4464 MB
Total size: 5127 MB (507:57.98) = 2285849 sectors
Lout start: 5127 MB (507:59/74) = 2285849 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: 12647
scsi_set_streaming
Speed set to 11080 KB/s
Starting to write CD/DVD at speed 8.0 in real SAO mode for single session.
Last chance to quit, starting real write 0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
trackno=0
BURN-Free is ON.
Turning BURN-Free off
BURN-Free is OFF.
cdrecord: Turning BURN-Free on
Performing OPC...
cdrecord: Success. send opc: scsi sendcmd: no error
CDB: 54 01 00 00 00 00 00 00 00 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 03 00 00 00 00 0E 00 00 00 00 73 03 00 00
Sense Key: 0x3 Medium Error, Segment 0
Sense Code: 0x73 Qual 0x03 (power calibration area error) Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 26.079s timeout 200s
cdrecord: OPC failed.
Writing time: 26.186s
cdrecord: fifo had 64 puts and 0 gets.
cdrecord: fifo was 0 times empty and 0 times full, min fill was 100%.
 
Old 11-07-2005, 06:24 PM   #2
Paxmaster
Member
 
Registered: Jun 2004
Location: unknown place in NYC
Distribution: Ubuntu
Posts: 377

Rep: Reputation: 30
First make a iso image of a file then burn it, for example
mkisofs -f -r -udf -o /home/myfiles.iso
growisofs -dvd-compat -Z /dev/dvd=image.iso
 
Old 11-07-2005, 09:03 PM   #3
Charles G
LQ Newbie
 
Registered: Nov 2005
Posts: 16

Original Poster
Rep: Reputation: 0
Right. I have an iso and already tried a growisofs command line similar to what you suggest. When that failed I tried:
cdrecord -v dev=ATA:1,0,0 driveropts=burnfree -dao dd.iso
which, if I understand it correctly, is essentially the same thing. The result it in my original post.
 
Old 11-12-2005, 03:46 PM   #4
Charles G
LQ Newbie
 
Registered: Nov 2005
Posts: 16

Original Poster
Rep: Reputation: 0
Media problem

This turned out to be a problem with the media. See the line about dye type.
 
Old 12-01-2005, 10:20 PM   #5
ctucker10
LQ Newbie
 
Registered: Oct 2004
Location: Savannah GA, USA
Distribution: Debian (etch), MythDora
Posts: 19

Rep: Reputation: 0
media problem?

I'm getting the same error when trying to burn a DVD with cdrecord:

Code:
Disk type: unknown dye (reserved id code)
I'm using generic Office Depot DVD-R 8X media. What should I be using? What brand/type of media did you use to successfully burn an iso to DVD?
 
Old 12-01-2005, 11:23 PM   #6
Charles G
LQ Newbie
 
Registered: Nov 2005
Posts: 16

Original Poster
Rep: Reputation: 0
TDK has worked well for me. Plus, I'd suggest staying away from generics as I've found (mainly with CDs) that they don't last very long.

Last edited by Charles G; 12-01-2005 at 11:24 PM.
 
Old 01-23-2006, 06:53 PM   #7
shazam75
Member
 
Registered: Oct 2004
Location: Australia, Brisbane
Distribution: Gentoo
Posts: 296

Rep: Reputation: 30
Quote:
Originally Posted by ctucker10
I'm getting the same error when trying to burn a DVD with cdrecord:

Code:
Disk type: unknown dye (reserved id code)
I'm using generic Office Depot DVD-R 8X media. What should I be using? What brand/type of media did you use to successfully burn an iso to DVD?
you cant use cdrecord to burn DVDs - you need to use growisofs.

Shelton.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
growisofs locks up my computer when dvd burning wackman Linux - Hardware 2 05-27-2005 04:51 AM
LG DVD+-RW/RAM won't mount after writing DVD (growisofs/k3b) jaws_tas Linux - Hardware 1 03-25-2005 01:52 AM
growisofs DVD Burning Problem dAdA_X Linux - General 0 01-03-2005 07:09 AM
Trouble Burning DVD Need Immediate Help p8ntcraze Linux - Hardware 13 09-04-2004 04:43 PM
Trouble burning DVD with Lite-on LDW-401S fusty Linux - Hardware 1 10-11-2003 03:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:50 PM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration