LinuxQuestions.org
Social Bookmarking all things Linux and Open Source
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices

Tags used in this thread
Popular LQ Tags , ,

Reply
 
Thread Tools
Old 01-27-2008, 05:59 PM   #1
jhsu
LQ Newbie
 
Registered: Mar 2007
Posts: 26
Thanked: 0
HELP! I need a CD burning program THAT WORKS!


[Log in to get rid of this advertisement]
My Linux distro is Damn Small Linux, and I'm using an external CD burner. I like the DSL speed and lightweight feel, but it's default CD burning program CDW absolutely refuses to work properly. So many operations (like blanking a CD or writing to CD) are prone to hanging for no apparent reason. I HATE CDW!

PLEASE don't tell me to type in the cdrecord command manually in the bash shell. I'd have to type in all of the little options and the long directory/file names manually every time I need to do something, and having just ONE little thing not quite right will throw the whole thing off and force me to start over. I don't want to go through all this mumbo jumbo only to get it wrong anyway.

K3B didn't work at all. Gcombust never worked. I thought BashBurn was going to work, but there were various other programs it demanded that I didn't have, and cdrdao refused to install properly. Gtoast doesn't work. X-CD-Roast worked for me back when I was using Fedora, but I can't get it to install properly.

Why is everyone else able to burn CDs but I can't? What exactly do I need to be able to burn CDs? Why aren't there any cookie-cutter scripts out there I can follow? Why must burning CDs be so difficult?
jhsu is offline     Reply With Quote
Old 01-27-2008, 06:05 PM   #2
tamoneya
Member
 
Registered: Jan 2005
Location: MA
Distribution: Ubuntu 7.10
Posts: 558
Thanked: 0
If you have tried all of those CD burning programs and none of them have worked I doubt that trying another will get you any better results. I would suggest trying to troubleshoot some of the problems that you are having with X-CD-Roast since it seemed to work for you on fedora. What about it is failing on the install? What have you tried so far to get it to work?
tamoneya is offline     Reply With Quote
Old 01-27-2008, 06:16 PM   #3
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 3,928
Thanked: 110
First do not bother with versions of a distro that are no longer supported. Support for FC1 was dropped quite a while ago, Fedora is on version 8. Running a current version will VASTLY increase your chances that your devices will be supported.

The other issue is USB devices (dvd drives, nics, serial adapters) are just bad. All OSs have issues with them.

Windows has the advantage that the manufacturers write the windows drivers for microsoft. Most of these same manufactures do not make linux drivers and refuse to provide a detailed spec sheet (the type needed to write drivers) for their product (to the general public, linux developers).

If you try both k3b and gnomebaker on any given system and they both fail, you can pretty much stop right there. If neither of them work then it is unlikely that anything else will.
lazlow is offline     Reply With Quote
Old 01-27-2008, 07:22 PM   #4
ilikejam
Senior Member
 
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 2,975
Thanked: 37
Shameless plug:
Try multiburn
http://www.ilikejam.org/blog/unix/scripts.html

Although, if you can't get cdrdao installed, then it sounds like you've got some deeper problems.

Dave
ilikejam is offline     Reply With Quote
Old 01-27-2008, 07:41 PM   #5
Anithen
Member
 
Registered: Aug 2003
Location: Florida
Distribution: Slackware 12, Slackware 12.1, Slackware 12.2
Posts: 105
Thanked: 0
Hmm, CD writing can be a hassle sometimes. I'm surprised k3b and xcdroast are giving you such a rough time. I would keep on trying with those. As for a quick solution, though... I know you didn't want the recommendation of cdrecord, but if you combine it with a file manager like emelfm you can have a user command set, like:

Burn ISO image=x growisofs -dvd-compat -Z /dev/dvd=%f;mpg123 ~/.ready.mp3;sleep 10s
Begin Data DVD=x growisofs -Z /dev/dvd -R -J %f;mpg123 ~/.ready.mp3;sleep 10s
Continue Data DVD=x growisofs -M /dev/dvd -R -J %f;mpg123 ~/.ready.mp3;sleep 10s
Finalize Data DVD=x growisofs -M /dev/dvd=/dev/zero;mpg123 ~/.ready.mp3;sleep 10s

That's from my user_commands file. You can apply this to your cdrecord commands, and you can even set it up within the emelfm GUI. The %f stands for whatever files and directories you have selected, and the beginning of each line is the option you would click on to execute. I would use the first option to burn ISOs, such as the Slackware 12 ISO, the 2nd one to burn all of my avi files, the 3rd and 4th if I wanted to complete a multi session.

I know growisofs is in the example, but just apply the most appropriate cdrecord command with the proper dev name, etc, and you'll be set. Had it not been for xcdroast and k3b, I'd still be using emelfm in this way. The possibilities are endless. It's your world. Even have emelfm run these commands in a terminal running screen, if you'd like.

Peace.
Anithen is offline  
Tag This Post , ,
Reply With Quote
Old 01-27-2008, 07:57 PM   #6
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora 11, CentOS 5.3, Linux Mint 5, Solaris 10
Posts: 1,260
Thanked: 35
Have you tried gnome-baker?
custangro is offline     Reply With Quote
Old 01-27-2008, 08:07 PM   #7
Emerson
Senior Member
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~
Posts: 2,632
Thanked: 2
Have you tried Graveman?
Emerson is offline     Reply With Quote
Old 01-27-2008, 08:27 PM   #8
pixellany
Moderator
 
Registered: Nov 2005
Location: Pasadena, CA
Distribution: Arch
Posts: 13,170
Thanked: 285
The only issue I have ever had with k3b was when permissions or groups were not set correctly. The lazy way is to just run it as root. In my experience, once it runs, it performs very well.

I have not tried it outside of a complete KDE environment.
pixellany is offline     Reply With Quote
Old 01-28-2008, 01:41 AM   #9
ravibhure
Member
 
Registered: May 2007
Posts: 53
Thanked: 0
Hey, all of you, try Nero. It has better solution of CD/DVD burning for every Linux distro.
http://www.nero.com/enu/linux3.html
http://www.nero.com/enu/downloads-linux2-update.php
ravibhure is offline     Reply With Quote
Old 01-28-2008, 01:48 AM   #10
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 3,928
Thanked: 110
ravibure

Been there, done that, and a lot of us have. Most have left it in the dust (where IMHO it belongs).
lazlow is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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 program orfiyus Linux - Software 4 07-25-2006 04:09 AM
DVD burning that works first time otchie1 Linux - Software 3 08-04-2005 06:14 PM
Nautilus CD-burning no longer works vincebs Linux - General 4 05-18-2004 05:21 PM
VCD burning errors, yet Windows works. dtheorem Linux - General 0 03-29-2004 05:22 PM
Gtk-Warning but program still works... I close konsole, program closes Laptop2250 Linux - Software 2 11-15-2003 12:18 AM


All times are GMT -5. The time now is 01:06 PM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration