Linux - SoftwareThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I am having problems burning an ISO to dvd. I follow through the process of selecting image, media etc. and get the following error message:
Code:
Calling: /usr/lib/xcdroast-0.98/bin/xcdrwrap CDRECORD dev= "ATAPI:1,0,0" gracetime=2 fs=4096k driveropts=burnfree -v -useinfo speed=0 -dao -pad -data "/mnt/downloads/dvd-burn/firstdvd.iso" ...
scsidev: 'ATAPI:1,0,0'
devname: 'ATAPI'
scsibus: 1 target: 0 lun: 0
Use of ATA is preferred over ATAPI.
Warning: Using ATA Packet interface.
Warning: The related Linux kernel interface code seems to be unmaintained.
Warning: There is absolutely NO DMA, operations thus are slow.
Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
SCSI buffer size: 64512
Note: This version is an unofficial (modified) version with DVD support
cdrecord: Cannot allocate memory. Cannot get SCSI I/O buffer.
Note: and therefore may have bugs that are not present in the original.
This is the result of "cdrecord -scanbus"
Code:
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 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) 'PIONEER ' 'DVD-RW DVR-106D' '1.08' 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) *
Originally posted by reddazz Install k3b, in my opinion it works better than x-cdroast. Sorry I can't help with x-cdroast, but I thought I'd suggest an alternative.
Thanks, i tried that this morning and got the following output:
Code:
System
-----------------------
K3b Version:0.11.14
KDE Version: 3.3.1-2.9.FC3 Red Hat
QT Version: 3.3.3
growisofs
-----------------------
:-( /dev/hdc: media is not recognized as recordable DVD: 0
growisofs comand:
-----------------------
/usr/bin/growisofs -Z /dev/hdc -use-the-force-luke=notray -use-the-force-luke=tty -use-the-force-luke=dao -dvd-compat -speed=4.0 -gui -graft-points -volid K3b data project -volset -appid K3B THE CD KREATOR VERSION 0.11.14 (C) 2003 SEBASTIAN TRUEG AND THE K3B TEAM -publisher -preparer K3b - Version 0.11.14 -sysid LINUX -volset-size 1 -volset-seqno 1 -sort /tmp/kde-root/k3bOogIoc.tmp -rational-rock -hide-list /tmp/kde-root/k3bBesSuc.tmp -full-iso9660-filenames -iso-level 2 -path-list /tmp/kde-root/k3baQVR9a.tmp
I am using a new tdk dvd-rw disc, if that info is of any use.
Have you ever used this device to write dvds? If you have successfully used it before, then its most likely to be your media. You could test this out by doing,
Code:
#cdrecord -v dev=/dev/hdc filename.iso
I don't know if you have to substitute "cdrecord" for "dvdrecord" if writing dvds. This will try to write the iso to your dvd media directly without using k3b.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.