URN Logo
UNIX Resources » Linux » Linux Forum » Red Hat Linux Discussions » Page.10 » Need help with cdrecord on a DVD
announcement The content of this page is collected from Linux Forum, All copyrights and other associated rights are reserved by the original authors of the articles.
Resources
China Linux Forum(finished)
Linux Forum(finished)
FreeBSD China(finished)
linuxforum.com
  LinuxForum General Chat
  Linux Advocacy
  LinuxForum Polls
  Introductions
  Linux Kernel Support
  Patch Management
  Development Release
  Linux Programming
  Linux Security
  Linux Software
  Linux Hardware Problems
    Linux Video Problems
    Linux Sound Problems
  Linux Networking Support
  Linux Printing Support
  Linux Human Interface Devices Support
  Linux Data Storage Support
  Linux Applications Support
  Linux Installation Support
  Linux Laptops Support
  Linux Motherboard, Chipsets, CPU, Memory
  Miscellaneous
  Debian Linux Support
  Ubuntu Linux Support
  LiveCD Discussions
  Gentoo Linux Support
  Mandrake Linux Support
  Redhat / Fedora Linux Support
  Slackware Linux Support
  SuSE Linux Support
  CentOS Linux Support
  Linux Web Servers
  Linux DNS Servers
  Linux Database Servers
  Linux Email Servers
  Linux FTP Servers
  Linux Squid Proxy Server
  Linux Samba Help
  Linux cPanel Help
  Linux Ensim Help
  Linux Plesk Help
  Linux Webmin / Usermin Help
  Qmail Toaster Help
  Linux Games
  Windows Game Emulation
  Linux Discussions
  General Linux Discussions
  Red Hat Linux Discussions
  More Red Hat Linux Discussions
  Mandrake Linux Discussions
  Slackware Linux Discussions
  SuSE Linux Discussions
  Debian Discussions
  Samba Help
  Linux Security
  Linux Networking
  Gentoo Help
  Operating System Rant Forum
  Hardware Rants
   
Need help with cdrecord on a DVD
Subject: Need help with cdrecord on a DVD
Author: General Schvantzkoph    Posted: 2005-04-27 10:47:55    Length: 4,150 byte(s)
[Original] [Print] [Top]
I'm having trouble burning an ISO to a DVD. I've burned CDROMs on this
drive previously but never a DVD. I've tried to do the burn with -tao,
-dao and -sao switches. -tao isn't supported with -dao an -sao it
indicates that the tried to burn it but I'm unable to mount the result.

cdrecord -scanbus
Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright © 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 http://bugzilla.redhat.com/bugzilla
Note: The author of cdrecord should not be bothered with problems in this version.
scsidev: 'ATA'
devname: 'ATA'
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').
scsibus1:
   1,0,0   100) 'HP      ' 'DVD Writer 630c ' 'AH02' Removable CD-ROM
   1,1,0   101) 'IDE-DVD ' 'ROM 6116        ' 'HD24' Removable CD-ROM
   1,2,0   102) *
   1,3,0   103) *
   1,4,0   104) *
   1,5,0   105) *
   1,6,0   106) *
   1,7,0   107) *

The command I'm using is
cdrecord -speed=4 -sao --dev=ATA:1,0,0  $1

I've also tried -dao and the default which is -tao. I'm getting the
following
cdrecord: Cannot allocate memory. WARNING: Cannot do
mlockall(2). cdrecord: WARNING: This causes a high risk for buffer
underruns. cdrecord: Operation not permitted. WARNING: Cannot set
RR-scheduler cdrecord: Permission denied. WARNING: Cannot set priority
using setpriority(). cdrecord: WARNING: This causes a high risk for buffer
underruns. scsidev: 'ATA:1,0,0'
devname: 'ATA'
scsibus: 1 target: 0 lun: 0
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    : 'HP      '
Identifikation : 'DVD Writer 630c '
Revision       : 'AH02'
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: Operation not permitted. WARNING: Cannot set RR-scheduler
cdrecord: Permission denied. WARNING: Cannot set priority using
setpriority(). cdrecord: WARNING: This causes a high risk for buffer
underruns. scsi_set_streaming
Speed set to 5540 KB/s
Starting to write CD/DVD at speed   4.0 in real SAO mode for single
session. Last chance to quit, starting real write in 9
seconds.   8 seconds.   7 seconds.
 6 seconds.   5 seconds.   4
seconds.   3 seconds.   2 seconds.
 1 seconds.   0 seconds. Operation starts. trackno=0
Turning BURN-Free off
cdrecord: WARNING: Drive returns wrong startsec (0) using -150 Track 01:
Total bytes read/written: 2193954816/2193954816 (1071267 sectors).

[Original] [Print] [Top]
Subject: Need help with cdrecord on a DVD
Author: Unruh    Posted: 2005-04-27 13:45:12    Length: 702 byte(s)
[Original] [Print] [Top]
General Schvantzkoph [schvantzkoph@yahoo.com] writes:

QUOTE
The command I'm using is
cdrecord -speed=4 -sao --dev=ATA:1,0,0  $1

I've also tried -dao and the default which is -tao. I'm getting the
following
cdrecord: Cannot allocate memory. WARNING: Cannot do

Run it as root. There are problems with cdrecord and the new scsi drivers
in the newer kernels. Whose fault it is ai do not know (Schilling shouts
loudly that it is the kernel people)

[Original] [Print] [Top]
Subject: Need help with cdrecord on a DVD
Author: General Schvantzkoph    Posted: 2005-04-27 16:58:57    Length: 2,447 byte(s)
[Original] [Print] [Top]
On Wed, 27 Apr 2005 19:45:12 +0000, Unruh wrote:

QUOTE
General Schvantzkoph [schvantzkoph@yahoo.com] writes:

The command I'm using is
cdrecord -speed=4 -sao --dev=ATA:1,0,0  $1

I've also tried -dao and the default which is -tao. I'm getting the
following
cdrecord: Cannot allocate memory. WARNING: Cannot do

Run it as root. There are problems with cdrecord and the new scsi drivers
in the newer kernels. Whose fault it is ai do not know (Schilling shouts
loudly that it is the kernel people)

I tried it as root, still doesn't work. It looks like it's writing
something but the DVD isn't mountable.

scsidev: 'ATA:1,0,0'
devname: 'ATA'
scsibus: 1 target: 0 lun: 0
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    : 'HP      '
Identifikation : 'DVD Writer 630c '
Revision       : 'AH02'
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
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 in 9 seconds.   8 seconds.   7 seconds.   6 seconds.   5 seconds.   4 seconds.   3 seconds.   2 seconds.   1 seconds.   0 seconds. Operation starts.
trackno=0
cdrecord: WARNING: Drive returns wrong startsec (0) using -150
Track 01: Total bytes read/written: 2193954816/2193954816 (1071267 sectors).

[Original] [Print] [Top]
Subject: Need help with cdrecord on a DVD
Author: Walter Gould    Posted: 2005-05-14 22:24:54    Length: 4,475 byte(s)
[Original] [Print] [Top]
Silly question, but have you tried another brand of media?

General Schvantzkoph wrote:
QUOTE
I'm having trouble burning an ISO to a DVD. I've burned CDROMs on this
drive previously but never a DVD. I've tried to do the burn with -tao,
-dao and -sao switches. -tao isn't supported with -dao an -sao it
indicates that the tried to burn it but I'm unable to mount the result.

cdrecord -scanbus
Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright © 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 http://bugzilla.redhat.com/bugzilla
Note: The author of cdrecord should not be bothered with problems in this version.
scsidev: 'ATA'
devname: 'ATA'
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').
scsibus1:
   1,0,0   100) 'HP      ' 'DVD Writer 630c ' 'AH02' Removable CD-ROM
   1,1,0   101) 'IDE-DVD ' 'ROM 6116        ' 'HD24' Removable CD-ROM
   1,2,0   102) *
   1,3,0   103) *
   1,4,0   104) *
   1,5,0   105) *
   1,6,0   106) *
   1,7,0   107) *

The command I'm using is
cdrecord -speed=4 -sao --dev=ATA:1,0,0  $1

I've also tried -dao and the default which is -tao. I'm getting the
following
cdrecord: Cannot allocate memory. WARNING: Cannot do
mlockall(2). cdrecord: WARNING: This causes a high risk for buffer
underruns. cdrecord: Operation not permitted. WARNING: Cannot set
RR-scheduler cdrecord: Permission denied. WARNING: Cannot set priority
using setpriority(). cdrecord: WARNING: This causes a high risk for buffer
underruns. scsidev: 'ATA:1,0,0'
devname: 'ATA'
scsibus: 1 target: 0 lun: 0
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    : 'HP      '
Identifikation : 'DVD Writer 630c '
Revision       : 'AH02'
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: Operation not permitted. WARNING: Cannot set RR-scheduler
cdrecord: Permission denied. WARNING: Cannot set priority using
setpriority(). cdrecord: WARNING: This causes a high risk for buffer
underruns. scsi_set_streaming
Speed set to 5540 KB/s
Starting to write CD/DVD at speed   4.0 in real SAO mode for single
session. Last chance to quit, starting real write in 9
seconds.   8 seconds.   7 seconds.
6 seconds.   5 seconds.   4
seconds.   3 seconds.   2 seconds.
1 seconds.   0 seconds. Operation starts. trackno=0
Turning BURN-Free off
cdrecord: WARNING: Drive returns wrong startsec (0) using -150 Track 01:
Total bytes read/written: 2193954816/2193954816 (1071267 sectors).



[Original] [Print] [Top]
Subject: Need help with cdrecord on a DVD
Author: A. Linux User    Posted: 2005-05-15 09:23:02    Length: 1,845 byte(s)
[Original] [Print] [Top]
On Wed, 27 Apr 2005 12:47:55 -0400, General Schvantzkoph wrote:

QUOTE
I'm having trouble burning an ISO to a DVD.

I had a strange problem with xcdroast the other day.

I attempted to burn a DVD, but after clicking
"Create CD" and "Write Tracks" buttons, the
pop-up menu next to CD-R/RW stopped at 99 min.

I switched to k3b (which I found is easier to use)
to get the job done, and looked at xcdroast later.

I checked
     /usr/local/lib/xcdroast-0.98/bin/cdrecord.prodvd
which said "Key Expires ---] 2005 Oct 22 18:53:20."

I compared the value of CDR_SECURITY in cdrecord.prodvd
with
ftp://ftp.berlios.de/pub/cdrecord/ProDVD/cdrecord-wrapper.sh

(which also said "Key Expires ---] 2005 Oct 22 18:53:20") and
they differed.

I replaced the contents of cdrecord.prodvd with those found
at ftp://ftp.berlios.de/pub/cdrecord/ProDVD/cdrecord-wrapper.sh
with no effect (still maxed at 99 min).

If I manually setenv CDR_SECURITY before running xcdroast,
then the pop-up menu maxes out at 9.4GB.

So, I'm using this wrapper until I find the root of the problem:

#!/bin/csh -f
#       Key Expires ---] 2005 Oct 22 18:53:20
#
setenv CDR_SECURITY 8:dvd,blah,blah,blah...
/usr/sbin/xcdroast.real $*

Does anyone know what happened?

[Original] [Print] [Top]
« Previous thread
Radeon 9k on 2.6.11-1.14_FC3
Red Hat Linux Discussions
Page. 10
Next thread »
Permissions
     

Copyright © 2007 UNIX Resources Network, All Rights Reserved.      About URN | Privacy & Legal | Help | Contact us
Powered by FreeBSD    webmaster: webmaster@unixresources.net
This page created on 2007-08-01 12:18:23, cost 0.039161920547485 ms.