LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > 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


Reply
  Search this Thread
Old 02-22-2005, 11:19 AM   #1
shadow322
LQ Newbie
 
Registered: Feb 2005
Posts: 5

Rep: Reputation: 0
I need help with burning!!


I just recently installed fedora core 3 but am wondering if there is a burning program for linux that actually installs. I heard k3b is good but when I downloaded it, it just came with a bunch of files that I have no idea what to do with them. Please help me.
 
Old 02-22-2005, 11:29 AM   #2
mickyg
Member
 
Registered: Oct 2004
Location: UK
Distribution: Ubuntu/Kubuntu
Posts: 249

Rep: Reputation: 30
Fedora Core 3 will have k3b either already installed or on the installation disc. You shouldn't need to download it. Have a look in the "Add/Remove Programs" app in the menu.
 
Old 02-22-2005, 11:39 AM   #3
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
You can also install it using yum or apt, which will automatically resolve any dependencies.
 
Old 02-22-2005, 03:20 PM   #4
shadow322
LQ Newbie
 
Registered: Feb 2005
Posts: 5

Original Poster
Rep: Reputation: 0
I went to add/remove and updated everything so everything was installed but I cant find any k3b
 
Old 02-22-2005, 08:26 PM   #5
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,138
Blog Entries: 6

Rep: Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827
To find something on a Linux box you can allways use whereis. Open a Konsole or terminal and type
whereis k3b
Should be at /usr/bin/k3b

To read the manual page for a program type man followed by the name. For ex.
man ls
or
man mkdir

That is if the program has a manual page.

The launch icon in KDE for K3B is in Sound and Video. I don't have gnome up, look around the menus for it.
 
Old 02-22-2005, 09:32 PM   #6
doralsoral
Member
 
Registered: Aug 2003
Location: raleigh
Distribution: Gentoo 2005.1 x86_64
Posts: 931

Rep: Reputation: 31
yum install k3b
 
Old 02-23-2005, 12:45 AM   #7
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 20.04
Posts: 2,116

Rep: Reputation: 73
To burn cds you can use cdrdao direct from the command line for audio cds, but there is no nice fontend, just a console. I find it often less trouble, if you just want to copy a cd.
Just read the man page cdrdao. Oh yes, my version of Fedora 3 didnīt bring cdrdao with it, I had to download it. It had readcd and cdrecord, and mkisofs for making images.
Once you get the hang of it, youīll find cdrdao really handy. Even my wife can handle it, if you only knew what that meant!! (Donīt tell her I said that!)
 
Old 02-23-2005, 09:40 AM   #8
shadow322
LQ Newbie
 
Registered: Feb 2005
Posts: 5

Original Poster
Rep: Reputation: 0
I got k3b installed but when I try to burn k3b cant detect my cd burner. Is thier anything I can do to fix this?
 
Old 02-23-2005, 10:55 AM   #9
doralsoral
Member
 
Registered: Aug 2003
Location: raleigh
Distribution: Gentoo 2005.1 x86_64
Posts: 931

Rep: Reputation: 31
did you run k3bsetup?
 
Old 02-23-2005, 12:15 PM   #10
shadow322
LQ Newbie
 
Registered: Feb 2005
Posts: 5

Original Poster
Rep: Reputation: 0
If by the setup you mean the installer then yes I did.
 
Old 02-23-2005, 01:14 PM   #11
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 20.04
Posts: 2,116

Rep: Reputation: 73
Try, as root, chmod 777 /dev/hdd if thatīs your burner drive. My version of Fedora keeps setting the permissions to something wrong. Think that needs setting in /etc/fstab but not sure and am not at home to try.
After that cdrdao can burn cds ok.
 
Old 02-23-2005, 03:03 PM   #12
doralsoral
Member
 
Registered: Aug 2003
Location: raleigh
Distribution: Gentoo 2005.1 x86_64
Posts: 931

Rep: Reputation: 31
run k3bsetup from a term
 
Old 02-23-2005, 04:25 PM   #13
shadow322
LQ Newbie
 
Registered: Feb 2005
Posts: 5

Original Poster
Rep: Reputation: 0
Ped and Doral I have know idea what you just said Lol. I installed cdrdao but when I try to open it it wont open. Anyone know why?
 
Old 02-24-2005, 10:01 AM   #14
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 20.04
Posts: 2,116

Rep: Reputation: 73
Ha, you canīt open cdrdao, you can only run it from a terminal. To start a terminal, right click the desk top, then open terminal. Enter
man cdrdao
, try reading that first.
Then try
cdrdao read-cd --device /dev/hdd --read-raw --driver generic-mmc -v 3 /home/music/aCD.bin aCD.toc
Something like that, it will soon complain if you got it wrong. Iīm not at home so I canīt get at my comp to help you out more.
But like I said, my version of Fedora always resets the permissions for /dev/hdd to something unworkable. Reset them like I said then it should work. I like cdrdao myself!
 
Old 02-24-2005, 10:47 AM   #15
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
i know a good burning process... add gasoline, light a match actually, i use gcombust which is a frontend for cdrecord, mkisofs, etc..
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
cd burning anyone? matthewa Slackware 12 09-02-2005 07:02 AM
No cd burning in 10.1. Maintech Mandriva 4 01-19-2005 01:35 AM
audiocd burning problem, whole system hangs while burning ichbinesderelch Linux - Software 1 11-14-2003 02:30 PM
cd burning s/w ksd Slackware 11 10-21-2003 11:34 AM
CD-Burning slurride Slackware 16 03-14-2003 07:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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

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