LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-01-2004, 08:31 PM   #1
Nick1104
Member
 
Registered: Feb 2004
Location: California
Distribution: Fedora; Libranet 2.8.1
Posts: 76

Rep: Reputation: 15
DVD/CDRW Everything works except I can't burn to a blank disc


The DVD/CDRW will play DVD, audio CD, read data cds, and write a cd to a file folder. However when I try to copy from the file to a blank cd, Xcdroast tells me that I need to insert a blank cd. When I insert the cd, it doesn't recognize it.

This is on a Toshiba DVD/CDRW installed on an IBM T40 laptop. When I opened the terminal and typed cdrecord -scanbus I got the following:

Cdrecord-Clone 2.01a19 (i686-redhat-linux-gnu) Copyright (C) 1995-2003 J�rg Schilling
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.7'
cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c-1.75-RH '@(#)scsi-linux-sg.c 1.75 02/10/21 Copyright 1997 J. Schilling').
scsibus0:
0,0,0 0) 'TOSHIBA ' 'DVD-ROM SD-R9012' '1121' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
scsibus1:
1,0,0 100) 'HP ' 'psc 2175 ' '1.00' Removable Disk
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) *

I have a feeling that there is something simple that needs to be done which will resolve this. Any ideas would be greatly appreciated.
 
Old 04-01-2004, 10:37 PM   #2
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
make an iso out of anything with mkisofs, then try cdrecord dev=0,0,0 /path/to/iso

give us the error message
 
Old 04-02-2004, 11:25 AM   #3
Nick1104
Member
 
Registered: Feb 2004
Location: California
Distribution: Fedora; Libranet 2.8.1
Posts: 76

Original Poster
Rep: Reputation: 15
Thanks for your reply. I'm still working on resolving this, however the following messages were obtained:

Calling: /usr/lib/xcdroast-0.98/bin/xcdrwrap CDRECORD dev= "1,0,0" gracetime=2 fs=4096k -v -useinfo speed=16 -dao -eject -pad -audio "/home/nick/CD_stuff/track-01.wav" ...

scsidev: '1,0,0'
scsibus: 1 target: 0 lun: 0
Linux sg driver version: 3.1.25
cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c-1.75-RH '@(#)scsi-linux-sg.c 1.75 02/10/21 Copyright 1997 J. Schilling').
SCSI buffer size: 64512
cdrecord: Sorry, no CD/DVD-Drive found on this target.
TOC Type: 0 = CD-DA

I also tried cdrecord dev=help and received the following:

root@toucan:/home/nick# cdrecord dev=help
Cdrecord-Clone 2.01a19 (i686-redhat-linux-gnu) Copyright (C) 1995-2003 J?rg Schilling
Supported SCSI transports for this platform:

Transport name: sg
Transport descr.: Generic transport independent SCSI
Transp. layer ind.:
Target specifier: bus,target,lun
Target example: 1,2,0
SCSI Bus scanning: supported
Open via UNIX device: not supported

Transport name: pg
Transport descr.: SCSI transport for ATAPI over Parallel Port
Transp. layer ind.:
Target specifier: bus,target,lun
Target example: 1,2,0
SCSI Bus scanning: supported
Open via UNIX device: not supported

Transport name: ATA
Transport descr.: ATA Packet specific SCSI transport
Transp. layer ind.: ATAPI:
Target specifier: bus,target,lun
Target example: ATAPI:1,2,0
SCSI Bus scanning: supported
Open via UNIX device: not supported

Transport name: RSCSI
Transport descr.: Remote SCSI
Transp. layer ind.: REMOTE:
Target specifier: rscsi@host:bus,target,lun
Target example: REMOTE:rscsi@host:1,2,0
SCSI Bus scanning: supported
Open via UNIX device: not supported
root@toucan:/home/nick#
 
Old 04-02-2004, 01:45 PM   #4
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
the problem is xcdroast is using the wrong device:
0,0,0 0) 'TOSHIBA ' 'DVD-ROM SD-R9012' '1121' Removable CD-ROM
is your drive, scsi bus 0,0,0

Calling: /usr/lib/xcdroast-0.98/bin/xcdrwrap CDRECORD dev= "1,0,0" gracetime=2 fs=4096k -v -useinfo speed=16 -dao -eject -pad -audio "/home/nick/CD_stuff/track-01.wav" ...

dev=1,0,0 it is not using the right drive. configure xcdroast, the confioguration hould let you choose a drive.

unless the removable device on 1,0,0 is the buner, but if it is then it is not being recognised as a cd-burner, is it by chance a dvd-ram? a -ram is recognised as a slow harddrive rather than a burner device.
 
Old 04-03-2004, 10:43 AM   #5
Nick1104
Member
 
Registered: Feb 2004
Location: California
Distribution: Fedora; Libranet 2.8.1
Posts: 76

Original Poster
Rep: Reputation: 15
Thanks again as I plan on working some more on resolving this within the next few days. After it is configured correctly, I'll post the fix.
 
  


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
k3b hangs when trying to burn dvd+rw disc but not cd rw disc laiboonh Slackware 0 11-06-2004 11:22 AM
FC2: Can't burn an iso to disc! TankerKevo Fedora 1 07-12-2004 11:52 AM
how many times can you blank a cd-rw disc??? win32sux Linux - Hardware 7 05-11-2004 04:26 PM
CDRW on ThinkPad T40 - copies to file but won't write to blank disc Nick1104 Linux - Laptop and Netbook 0 04-01-2004 09:46 AM
How to Burn a CDRW? Graanco Linux - Newbie 3 05-31-2001 06:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:06 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