LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-30-2004, 09:43 PM   #1
linuxpista
LQ Newbie
 
Registered: Nov 2004
Posts: 11

Rep: Reputation: 0
Unable to burn CDs with Mandrake10.0


Can anyone let me know what is going wrong with cdrecord ? Below is the
output shown.


----- OUTPUT for cdrecord -scanbus-------------------

$ cdrecord -scanbus
Cdrecord-Clone 2.01a27-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schi
lling
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 versio
n.
scsidev: 'ATA'
devname: 'ATA'
scsibus: -2 target: -2 lun: -2
Warning: Using badly designed ATAPI via /dev/hd* interface.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version (warly-scsi-li
nux-sg.c-1.80-mdk '@(#)scsi-linux-sg.c 1.80 04/03/08 Copyright 1997 J. Schillin
g').
scsibus1:
1,0,0 100) '_NEC ' 'DVD+RW ND-2100AD' '1.26' Removable CD-ROM
1,1,0 101) 'HL-DT-ST' 'DVD-ROM GDR8162B' '0019' 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) *

------------output for cdrecord---------------------------

$cdrecord -v speed=8 dev=ATAPI:1,0,0 NLD9-i386-CD1.iso

cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
Cdrecord-Clone 2.01a27-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: 'ATAPI:1,0,0'
devname: 'ATAPI'
scsibus: 1 target: 0 lun: 0
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
Using libscg version 'schily-0.8'.
SCSI buffer size: 64512
atapi: -1
cdrecord: Cannot do inquiry for CD/DVD-Recorder.

-----------------------------------------------------------------------------------------------------------------------



cdrecord: Input/output error. test unit ready: scsi sendcmd: fatal error
CDB: 00 00 00 00 00 00
cmd finished after 0.000s timeout 40s
 
Old 12-01-2004, 02:12 AM   #2
DaneM
Member
 
Registered: Oct 2003
Location: Chico, CA, USA
Distribution: Linux Mint
Posts: 881

Rep: Reputation: 130Reputation: 130
Hi, Linuxpista.

It looks like your RW drive is being seen on "1,0,0". To burn with it try doing:

Code:
cdrecord dev=1,0,0 <options> imagefile.iso
Let me know if this works for you. Good luck!

--Dane
 
Old 12-01-2004, 02:13 AM   #3
Onthefly
Member
 
Registered: Aug 2003
Location: Germany
Distribution: Mandrake 9.1
Posts: 36

Rep: Reputation: 15
You have problems with the mounting of your CD-burner. It is linked as a kind of harddisk.
You see it by this line:
Warning: Using badly designed ATAPI via /dev/hd* interface.

your cdrom should be under /dev/cdrom or dev/dvd
Check if you have this devices and change the definition for cdrecord, that it records on /dev/cdrom

Cheers Lars

P.S. Ever tried K3b?
 
Old 12-01-2004, 04:32 AM   #4
svalovic
Member
 
Registered: Mar 2004
Location: Slovakia
Distribution: debian lenny, squeeze, Ubuntu Netbook Remix, Puppy
Posts: 32

Rep: Reputation: 16
I'm not a big expert, but maybe it is not problem to have the dvd like /dev/hd*, it is really a kind of disk, but I think it should be maybe refered like /dev/sd* - it is maybe SCSI device, how did you install your mandrake?

I'm using mandrake 10.0 Official, and I'm burning iso images using k3b, it works for me excellent, I have also two cd devices, one is cdrom and the other cd-rw.

I have also the warning with "Using badly designed ATAPI via /dev/hd* interface."

---------------------------------------------------------------------------------------------------------

$ cdrecord -scanbus
Cdrecord-Clone 2.01a28-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schi lling
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 versio n.
scsidev: 'ATA'
devname: 'ATA'
scsibus: -2 target: -2 lun: -2
Warning: Using badly designed ATAPI via /dev/hd* interface.
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.81 04/04/18 Copyright 1997 J. Schilling').
scsibus1:
1,0,0 100) 'TEAC ' 'CD-W58E ' '1.0A' Removable CD-ROM
1,1,0 101) 'TEAC ' 'CD-540E ' '1.0A' 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) *
-----------------------------------------------------------------------------------------------------------
 
Old 12-01-2004, 08:52 AM   #5
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
i think you must give a kernel option at boot time .

in my "lilo.conf" -file i have :

append="hdc=ide-scsi"

( hdc is my cd-burner )

egag
 
Old 12-01-2004, 11:47 AM   #6
teledyn
LQ Newbie
 
Registered: Nov 2004
Location: Toronto, Ontario, Canada
Distribution: UbuntuStudio, Debian, Ubuntu, Raspbian
Posts: 21

Rep: Reputation: 15
Depends on your burner

With my particular CD burner (LG CD-RW CED-8080B 1.04), cdrecord incorrectly guesses the device type and mode. I had to create a wrapper script around the command to force ATAPI and SAO:
Code:
#!/bin/sh
cdrecord -sao dev=ATAPI:0,0,0 speed=8 -eject $*
Adjust this for the proper device number from your cdrecord -scanbus output.
 
Old 12-03-2004, 09:55 AM   #7
riyakku
LQ Newbie
 
Registered: Nov 2004
Location: Cochin, Kerala, India
Posts: 1

Rep: Reputation: 0
Unable to burn CDs with Mandrake10.0

hi,

which is your kernel ? if it is => 2.6.8 you have to burn it as root not as user.


HTH

riyakku
 
  


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
can't burn CDs gtludwig Linux - Hardware 9 11-27-2005 06:12 AM
Unable to burn cds with K3b wellander Linux - Software 11 11-02-2005 05:59 PM
unable to burn cds in k3b zoings Linux - Software 2 11-01-2004 09:01 PM
unable to burn music cds with cdrecord php Slackware 5 10-20-2004 08:42 PM
Unable to burn CDs - cdrecord reports no writers dushkinup Slackware 12 04-22-2004 02:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:53 AM.

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