LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-25-2003, 09:10 AM   #1
apocolipse
Member
 
Registered: Oct 2003
Location: Mizzizzileand
Distribution: Slackware & SLAMD64
Posts: 47

Rep: Reputation: 15
Burning a CD in Gnome or KDE


Can anyone help me in suggesting how i can burn a CD in either Gnome Desktop or KDE Desktop? Thank you
 
Old 12-25-2003, 09:20 AM   #2
poison
Member
 
Registered: Dec 2003
Location: Layer 7 =D
Distribution: Slackware, LFS, Rock Linux
Posts: 165

Rep: Reputation: 30
http://k3b.sourceforge.net
 
Old 12-25-2003, 10:04 AM   #3
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Check and see that you have it configured correctly and you can burn with 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 directoSecondry.
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 -D -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

cdrecord -v -audio -pad speed=8 dev=0,0,0 *.wav ; eject

# Erase a CDRW
cdrecord -v dev=<your device> speed=<burning speed> blank=fast
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
cd burning software for gnome linuxmandrake Linux - Software 11 11-05-2005 05:31 PM
Burning CDs and Gnome majara Linux - Hardware 3 04-17-2005 01:55 AM
Fedore3 CD burning failure (gnome&kde) padeco Linux - Hardware 1 03-05-2005 09:39 PM
CD Burning on GNOME rmdnet Linux - Software 6 11-08-2004 07:09 AM
Burning DVD on Gnome apokryphos Linux - Software 4 07-31-2004 06:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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