LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   cdrecord configure? (https://www.linuxquestions.org/questions/linux-software-2/cdrecord-configure-121704/)

neurotic 12-01-2003 03:05 PM

cdrecord configure?
 
When i try to burn (using audio_burn) i get this error. I have never had this problem until I upgraded to slackware9.1

root@InFlames:/120/tmp# audio_burn -d 0,0,0 -e --speed=32 --nonormalize *
audio_burn 0.0.4 Copyright 2003 (C) Neill Miller

Linux sg driver version: 3.1.25
Failed to get cdrecorder information.
Please make sure that you have configured a cdrecorder for normal use (i.e. it
shows up in the output of "cdrecord -scanbus").

but cdrecord -scanbus works fine

root@InFlames:/tmp# cdrecord -scanbus
Cdrecord 2.00.3 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.7'
scsibus0:
0,0,0 0) 'LITE-ON ' 'LTR-52246S ' '6S0A' Removable CD-ROM

Tinkster 12-01-2003 03:30 PM

Does it work with data cd's?

And what are the permissions on both
the related
/dev/cdrom
and
/dev/sg


Cheers,
Tink

neurotic 12-01-2003 03:53 PM

Well i am doing it at root, so would permissions matter?

cdrecord works fine. I burned a audio and data cd fine with it, just a few minutes ago.

http://www.thecodefactory.org/audio_burn/ is the webpage of the app i am using if you want to get more information on it.

Tinkster 12-01-2003 05:29 PM

Quote:

Originally posted by neurotic
Well i am doing it at root, so would permissions matter?

cdrecord works fine. I burned a audio and data cd fine with it, just a few minutes ago.

http://www.thecodefactory.org/audio_burn/ is the webpage of the app i am using if you want to get more information on it.

I don't know audi_burn, and for now don't
want to test it :)


But if it has a problem with cdrecord, and
how to pass on the device, I'd suggest trying
to create a file like this

Code:

root@athlon:/# less /etc/default/cdrecord
CDR_DEVICE=sony
sony= 1,0,0    12      32M

12 above is the speed, 32M is the buffer size.

That saves you the hassle of passing several
parameters to cdrecord :)



Cheers,
Tink

neurotic 12-01-2003 05:52 PM

no such file? | nevermind, i seen create

No luck, thanks anyways..


All times are GMT -5. The time now is 05:52 PM.