LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 09-30-2001, 09:53 PM   #1
rdaves@earthlink.net
Member
 
Registered: May 2001
Location: Full-time traveler I live where I am.
Distribution: I use Red Hat V 7.1
Posts: 297

Rep: Reputation: 30
cdrecord -scanbus sez: "controller returns wrong size for capapabilities page


I am still trying to find out how to use mkisofs and cdrecord and the front-end to these programs, gcombust. I have finally found out how to get both my CDROM and CDRW to look like SCSI devices to linux (append="hdc-scsi hdd-scsi" as last line in the stanza representing the version of linux you wish to use).
However, when I type "cdrecord -scanbus", I get:

--------------------------------------------------
Code:
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
Linux sg driver version: 3.1.17
Using libscg version 'schily-0.5'
scsibus0:
cdrecord: Warning: controller returns wrong size for CD capabilities page.
        0,0,0     0) 'E-IDE   ' 'CD-ROM 56X      ' '13  ' Removable CD-ROM
        0,1,0     1) 'IDE-CD  ' 'R/RW 4x4x24     ' '1.04' Removable CD-ROM
        0,2,0     2) *
--------------------------------------------------
Please note the warning: Is this a problem? Is it necessary to change something in a config fil file? Perhaps /etc/cdrecord.conf?
Here is my cdrecord.conf:

--------------------------------------------------
#ident @(#)cdrecord.dfl 1.2 00/04/16 Copyr 1998 J. Schilling
#
# This file is /etc/cdrecord.conf
# It contains defaults that are used if no command line option
# or environment is present.
#
# The default device, if not specified elswhere
#
CDR_DEVICE=yamaha

#
# The default speed, if not specified elswhere
#
CDR_SPEED=4

#
# The default FIFO size if, not specified elswhere
#
CDR_FIFOSIZE=4m

#
# The following definitions allow abstract device names.
# They are used if the device name does not contain the
# the characters ',', ':', '/' and '@'
#
# drive name device speed fifosize driveropts
#
# teac= 1,3,0 -1 -1 ""
# panasonic= 1,4,0 -1 -1 ""
# plextor= 1,4,0 12 -1 ""
# sanyo= 1,4,0 12 -1 burnproof
# yamaha= 1,5,0 -1 -1 ""
# cdrom= 0,6,0 2 1m ""[
--------------------------------------------------

Do I need to change CDR_FIFOSIZE=4m? If so, to what? Or is there something else?

Last edited by rdaves@earthlink.net; 09-30-2001 at 10:08 PM.
 
Old 10-03-2001, 11:42 PM   #2
rdaves@earthlink.net
Member
 
Registered: May 2001
Location: Full-time traveler I live where I am.
Distribution: I use Red Hat V 7.1
Posts: 297

Original Poster
Rep: Reputation: 30
Got tired of waiting for answer

I read the documentation again and just dove in.
I had to change lilo.conf append line. Here it is:
Code:
append="hdc=ide-scsi hdd=ide-scsi"
It is necessary to creat an image of whatever you wish to copy.
You do this by:[list=1][*] making a directory in which you place the stuff you want to put on your CD. If you have a bunch of stuff already in a directory, use that.[*]Next step is to make an image using "mkisofs".[*]After that, you burn your CD using "cdrecord"[/list=1]
The best how to is found at http://www.linuxgazette.com/issue57/stoddard.html

I have yet to find a way to copy a purchased CD containing music.
 
Old 10-04-2001, 09:04 PM   #3
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
You must be able to extract the audio first to copy music cd. else you are just copying the TOC I guess
 
Old 10-05-2001, 09:22 PM   #4
rdaves@earthlink.net
Member
 
Registered: May 2001
Location: Full-time traveler I live where I am.
Distribution: I use Red Hat V 7.1
Posts: 297

Original Poster
Rep: Reputation: 30
Quote:
You must be able to extract the audio first to copy music cd. else you are just copying the TOC I guess
Tell me more[list=1][*]Where do I start/[*]Where to I find the software?[*]Anything else you can think of.[/list=1]
 
Old 10-06-2001, 03:35 AM   #5
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58


maybe try this out, these two links explain the process of extracting audio to wave or au or whatever files to disk using cdafs , and the second one explains building audio cd from these files, tracks etc.


Accessing Audio CD as filesystem from Linux


Homepage: http://www.ii.pw.edu.pl/~borkowsm/cdfs.htm


stuff on writing audio cd

http://www.linux.com/howto/CD-Writing-HOWTO-3.html


There is a lot of stuff out there, if you don't like these, search for audio cd howto at google for more help. You should get over 24,000 results.

Last edited by DavidPhillips; 10-06-2001 at 03:47 AM.
 
Old 10-08-2001, 09:09 AM   #6
rdaves@earthlink.net
Member
 
Registered: May 2001
Location: Full-time traveler I live where I am.
Distribution: I use Red Hat V 7.1
Posts: 297

Original Poster
Rep: Reputation: 30
DavidPhillips

Thanks for the input. I have been all over the place, including Google.com, but haven't found quite what I am looking for. Maybe it doesn't exist? All I want to be able to do is to plop a music disk in my CD-R and have my CD-RW copy it verbatum. I am going to go look at the two URLs you suggest, then will post more.

Okay, I am back. I downloaded the file you refer to in the first suggested URL. I am on my windows box right now and will play with the software later.

As for the HowTo you recommend. I have read this several times in the past several weeks and have come away slightly overwhelmed by the amount of jockying around that is necessary compared to what is required to do the same thing in windows. In Windows, I slap a CD into the CD-R and a CD-Readable into my CD-RW, click a couple buttons and away we go. The stuff I have read about linux tells me that linux is more dependable and breaks down less often. Only problem is, I cannot just copy a disk verbatum, but have to create a bunch of images...doesn't make sense yet.

I will try the software you suggest, then see where we go from here.

Last edited by rdaves@earthlink.net; 10-08-2001 at 09:23 AM.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cdrecord returns wrong startsec warning parthenios Linux - Hardware 1 03-05-2005 12:50 AM
cdrecord -scanbus is returning the wrong drive rdluce Linux - Newbie 3 05-28-2004 07:55 PM
cdrecord -scanbus james.farrow Fedora 2 01-18-2004 10:01 PM
cdrecord -scanbus Cybers19 Linux - General 4 05-22-2003 02:22 PM
SCSI-controller reports wrong disk size Gardener Linux - Hardware 2 08-13-2002 08:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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