<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Libre Things &#187; Brasero</title>
	<atom:link href="http://positon.org/tag/brasero/feed" rel="self" type="application/rss+xml" />
	<link>http://positon.org</link>
	<description></description>
	<lastBuildDate>Tue, 23 Feb 2016 20:01:11 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.7.1</generator>
	<item>
		<title>Brasero Bug Copying Audio CD in Ubuntu Lucid</title>
		<link>http://positon.org/brasero-bug-copying-audio-cd-in-ubuntu-lucid</link>
		<comments>http://positon.org/brasero-bug-copying-audio-cd-in-ubuntu-lucid#comments</comments>
		<pubDate>Thu, 20 May 2010 22:53:00 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Brasero]]></category>
		<category><![CDATA[Cdrdao]]></category>
		<category><![CDATA[cdrom]]></category>
		<category><![CDATA[CheckInstall]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Lucid]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://positon.org:81/?p=92</guid>
		<description><![CDATA[Audio CD copy is actually not possible with Brasero on Ubuntu Lucid. All details in the bug report. As a workaround, you must install cdrdao version 1.2.3, which is not yet available as a package. To install it, you can use CheckInstall which is a bit cleaner than the old make install: tar -xjvf cdrdao-1.2.3.tar.bz2 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Audio CD copy is actually not possible with <a href="http://projects.gnome.org/brasero/">Brasero</a> on Ubuntu Lucid. All details in the <a href="https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/529696">bug report</a>.</p>
<p>As a workaround, you must install <a href="http://cdrdao.sourceforge.net/">cdrdao</a> version 1.2.3, which is <a href="https://bugs.launchpad.net/ubuntu/+source/cdrdao/+bug/495655">not yet available as a package</a>.</p>
<p>To install it, you can use <a href="http://www.asic-linux.com.mx/~izto/checkinstall/">CheckInstall</a> which is a bit cleaner than the old <code>make install</code>:</p>
<pre>
tar -xjvf cdrdao-1.2.3.tar.bz2
cd cdrdao-1.2.3/
./configure
make
sudo checkinstall make install
</pre>
<p>Note: the <code>make</code> command can fail because of missing dev packages you&#8217;ll have to install.</p>
<p>CheckInstall builds and installs a nice Debian package.</p>
<p>You can also use cdrdao directly. <code>ps axf</code> shows us the command Brasero is using:</p>
<pre>
cdrdao read-cd --device /dev/sr0 --read-raw --datafile /home/dooblem/brasero.toc.bin -v 2 /home/dooblem/brasero.toc
</pre>
<p>Here we go!</p>
<p><ins>Links</ins> :</p>
<ul>
<li><a href="http://packages.debian.org/lenny/checkinstall" title="http://packages.debian.org/lenny/checkinstall">http://packages.debian.org/lenny/checkinstall</a></li>
<li><a href="http://en.wikipedia.org/wiki/CheckInstall" title="http://en.wikipedia.org/wiki/CheckInstall">http://en.wikipedia.org/wiki/CheckInstall</a></li>
<li><a href="/audio-cd-backup-archive">Audio CD Backup/Archive</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/brasero-bug-copying-audio-cd-in-ubuntu-lucid/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Audio CD Backup/Archive</title>
		<link>http://positon.org/audio-cd-backup-archive</link>
		<comments>http://positon.org/audio-cd-backup-archive#comments</comments>
		<pubDate>Thu, 20 May 2010 22:34:00 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Brasero]]></category>
		<category><![CDATA[Cdrdao]]></category>
		<category><![CDATA[cdrom]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://positon.org:81/?p=91</guid>
		<description><![CDATA[It&#8217;s not possible to backup an audio CD as an iso image. This format is for data CDs. You should use cdrdao. Example: cdrdao read-cd --read-raw --datafile FILE_NAME.bin --device /dev/cdrom --driver generic-mmc-raw FILE_NAME.toc Under Ubuntu, you can use Brasero with &#8220;CD copy&#8221; mode. ps axf shows us the command Brasero is using: cdrdao read-cd --device [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s not possible to backup an audio CD as an <a href="">iso image</a>. This format is for data CDs.</p>
<p>You should use <a href="http://cdrdao.sourceforge.net/">cdrdao</a>.</p>
<p>Example:</p>
<pre>
cdrdao read-cd --read-raw --datafile FILE_NAME.bin --device /dev/cdrom --driver generic-mmc-raw FILE_NAME.toc
</pre>
<p>Under Ubuntu, you can use <a href="http://projects.gnome.org/brasero/">Brasero</a> with &#8220;CD copy&#8221; mode. <code>ps axf</code> shows us the command Brasero is using:</p>
<pre>
cdrdao read-cd --device /dev/sr0 --read-raw --datafile /home/dooblem/brasero.toc.bin -v 2 /home/dooblem/brasero.toc
</pre>
<p>Note: there is a <a href="/brasero-bug-copying-audio-cd-in-ubuntu-lucid">Brasero Bug in Ubuntu Lucid with cdrdao</a>.</p>
<p><ins>Links</ins>:</p>
<ul>
<li><a href="http://cdrdao.sourceforge.net/" title="http://cdrdao.sourceforge.net/">http://cdrdao.sourceforge.net/</a></li>
<li><a href="http://projects.gnome.org/brasero/" title="http://projects.gnome.org/brasero/">http://projects.gnome.org/brasero/</a></li>
<li><a href="http://www.commandlinefu.com/commands/view/3607/backup-your-playstation-game-using-rip" title="http://www.commandlinefu.com/commands/view/3607/backup-your-playstation-game-using-rip">http://www.commandlinefu.com/commands/view/3607/backup-your-playstation-game-using-rip</a></li>
<li><a href="http://ubuntuforums.org/archive/index.php/t-258392.html" title="http://ubuntuforums.org/archive/index.php/t-258392.html">http://ubuntuforums.org/archive/index.php/t-258392.html</a></li>
<li><a href="http://news.softpedia.com/news/How-to-Manage-CD-Images-in-Linux-39806.shtml" title="http://news.softpedia.com/news/How-to-Manage-CD-Images-in-Linux-39806.shtml">http://news.softpedia.com/news/How-to-Manage-CD-Images-in-Linux-39806.shtml</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/audio-cd-backup-archive/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
