post #1 of 1
Thread Starter 
okay if you are new to Linux in general or have been using it for a while and just have not figured out how to burn from mp3 right to cd and have it playable with out first running all sorts of converter software to change it to wav or something else then this faq is for you.. this is for ubuntu dapper drake and works with gnome and or kde here is what you will need

Linux of course
ubuntu
gnome/kde
k3b
mp3s

the reason i picked k3b is it was the easiest for a newb like me to install and use you can get this program a few ways.. first you can compile it from source.. im a newb and did not choose this option second is you can use an APT-GET method and is the way i went about it.. so here is all you have to do..

Code:
 sudo apt-get update
Code:
 sudo apt-get install k3b
Code:
 sudo apt-get build-dep k3b

now once you have k3b installed on your system by default it does not burn mp3 to cd you will need to add something else and its as easy as this command

Code:
 sudo apt-get install libk3b2-mp3
after that your all set open k3b select create audio cd then browse for your files like any other program once your all set just click burn .. hope this helps save you time from having to run scripts or manually converting all your mp3s to wav or other formats..

also an even easier way to get this done is using the synaptic package manager you can find this under your SYSTEM menu then ADMINISTRATION and click synaptic package manager .. enter your password as if it was a sudo command when it pops up click on search type in k3b and when it prompts you scroll down the list and mark it for installation this will auto select all your dependency as well .. except for the libk3b2-mp3 either search for that or just apt-get install it as above..now if your using gnome you may not meet all the required files in which case you will have to throw in the following command)

Code:
 sudo apt-get build-dep k3b

now once you have k3b installed on your system by default it does not burn mp3 to cd you will need to add something else and its as easy as this command

Code:
 sudo apt-get install libk3b2-mp3
after that your all set open k3b select create audio cd then browse for your files like any other program once your all set just click burn .. hope this helps save you time from having to run scripts or manually converting all your mp3s to wav or other formats..

also an even easier way to get this done is using the synaptic package manager you can find this under your SYSTEM menu then ADMINISTRATION and click synaptic package manager .. enter your password as if it was a sudo command when it pops up click on search type in k3b and when it prompts you scroll down the list and mark it for installation this will auto select all your dependency as well .. except for the libk3b2-mp3 either search for that or just apt-get install it as above..


UPDATE if using a new version of ubuntu or k3b instead of using this command
Code:
 sudo apt-get install libk3b2-mp3
us this one instead
Code:
 sudo apt-get install libk3b2-extracodecs
    
CPUMotherboardGraphicsRAM
Intel I7 2600k Asus p8p67-Deluxe Evga GTX 460 SuperClocked EE G-skill Ripjaws 1866 
Hard DriveHard DriveOptical DriveCooling
Samsung 830 64GB Western Digital 1TB Black Lite On 20x DVD RW XSPC RayStorm + 360Extreme Rad 
OSOSOSMonitor
Gentoo x86_64 3.1.6 Windows 7 Profession x64 WindowsRE I-INC IH282 
KeyboardPowerCaseMouse
ThermalTake Meka G1 Ultra x3 1000w Xigmatek Elysium Logitec G500 Gaming Mouse 
Mouse PadAudio
Ultra Pad Dennon Digital Receiver 
  hide details  
Reply
    
CPUMotherboardGraphicsRAM
Intel I7 2600k Asus p8p67-Deluxe Evga GTX 460 SuperClocked EE G-skill Ripjaws 1866 
Hard DriveHard DriveOptical DriveCooling
Samsung 830 64GB Western Digital 1TB Black Lite On 20x DVD RW XSPC RayStorm + 360Extreme Rad 
OSOSOSMonitor
Gentoo x86_64 3.1.6 Windows 7 Profession x64 WindowsRE I-INC IH282 
KeyboardPowerCaseMouse
ThermalTake Meka G1 Ultra x3 1000w Xigmatek Elysium Logitec G500 Gaming Mouse 
Mouse PadAudio
Ultra Pad Dennon Digital Receiver 
  hide details  
Reply