<?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; CheckInstall</title>
	<atom:link href="http://positon.org/tag/checkinstall/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>
	</channel>
</rss>
