LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   help with gtoaster (https://www.linuxquestions.org/questions/linux-newbie-8/help-with-gtoaster-123396/)

hoffman 12-06-2003 08:27 PM

help with gtoaster
 
I've been working with this for about a week and I just can't get it. I have gtoaster 1.0beta6 running on RH9/gnome.
I have the "run program" on my toolbar and when I launch gtoaster from there the "clear disk" and "record" buttons are sending commands to my drive because it opens and the output window shows activity.
The on-line tutorial I read said to use the drop-and -drag feature to test audio files but when I try I get "filter program for .mp3 could not be found..." and has a link. This message also comes up if I try to record.
If I open gtoaster from usr/bin/gtoaster-root it allows the drop-n-play to work but the "clear disk" and "record" buttons are not sending commands to the drive.
I have mpg123 installed in usr/local/bin and it works with xmms and with gtoaster only if I open it from usr/bin/gtoaster-root. (there is also gtoaster there but I think that's the shortcut for the launcher)
I'm thinking that gtoast needs mpg123 installed in another place but where? I tried to copy/paste but it dosen't work so I guess I'll read up on how to move it via command line.

I'm really just interested in burning audio at this time. I also removed gtoaster and re-installed it but I get the same thing.

sorry so long...

hoffman 12-07-2003 02:52 PM

Does anyone have any idea? I'm still fooling with it...

fancypiper 12-07-2003 03:31 PM

Does everything work through the command line?

# CD burning copying ripping info
Is it configured and what is the device? Command this to find out:
cdrecord -scanbus
Adding an IDE CD-Writer to Linux
Linux DVD HOWTO
CD Writing HOWTO
Burning CDs on Linux
# Burn an ISO to disk
cdrecord -v speed=<burning speed> dev=<your device> /path/to/foo.iso
# Burn from disk to disk
cdrecord -v dev=<your device> speed=<burning speed> -isosize /dev/cdrom
# ISO information
isoinfo -i -d /dev/cdrom
# Generate an ISO from a directory.
mkisofs -vrTJUV "Label" -o foo.iso /path/to/directory
# Generate an ISO from a CD
dd if=/dev/cdrom of=foo.iso
# cdparanoia - search for a drive with reporting of autosense:
cdparanoia -vsQ
# Rip a complete audio CD with cdparanoia
cdparanoia -B "1-"
Linux MP3 CD Burning mini-HOWTO
# Convert mp3 to wav with lame
for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done
# Burn a CD from wav files
cdrecord -v -audio -pad speed=<burning speed> dev=<your device> /path/to/*.wav
# Erase a CDRW
cdrecord -v dev=<your device> speed=<burning speed> blank=fast

hoffman 12-07-2003 03:44 PM

This is what I get:
[root@BLACKCODE hoffman]# cdrecord -scanbus
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 J?rg Schilling
Linux sg driver version: 3.1.24
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) 'PHILIPS ' 'CDD4801 CD-R/RW ' 'C1.3' 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) *
[root@BLACKCODE hoffman]#

I'll read up and try it at the command line but I'd really like to get a gui burner working.
Thanks for the help.

fancypiper 12-07-2003 03:56 PM

If you run your clicky-clicky app from an x terminal, you can see all the error messages. When you get the app configured correctly, you can run it from the icon/menu.


All times are GMT -5. The time now is 07:27 PM.