<?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>Notes &#187; ubuntu</title>
	<atom:link href="http://alexpb.com/notes/articles/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexpb.com/notes</link>
	<description></description>
	<lastBuildDate>Sun, 20 May 2012 00:39:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Sound Problems With Urban Terror, Pulseaudio and Ubuntu Karmic</title>
		<link>http://alexpb.com/notes/articles/2009/10/02/sound-problems-with-urban-terror-pulseaudio-and-ubuntu-karmic/</link>
		<comments>http://alexpb.com/notes/articles/2009/10/02/sound-problems-with-urban-terror-pulseaudio-and-ubuntu-karmic/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 22:01:54 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[pulseaudio]]></category>
		<category><![CDATA[urban terror]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/?p=676</guid>
		<description><![CDATA[I fixed it by installing libsdl1.2debian-pulseaudio (which replaces libsdl1.2debian-alsa). So it might be worth a try if you get sound problems with any other programs. Source: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/372843]]></description>
			<content:encoded><![CDATA[<p>I fixed it by installing libsdl1.2debian-pulseaudio (which replaces libsdl1.2debian-alsa).  So it might be worth a try if you get sound problems with any other programs.</p>
<p>Source: <a href="https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/372843">https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/372843</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2009/10/02/sound-problems-with-urban-terror-pulseaudio-and-ubuntu-karmic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Doesn&#8217;t Save My Sound Settings &#8230;</title>
		<link>http://alexpb.com/notes/articles/2009/09/24/ubuntu-karmic-doesnt-save-sound-settings-and-cant-alsactl-stor/</link>
		<comments>http://alexpb.com/notes/articles/2009/09/24/ubuntu-karmic-doesnt-save-sound-settings-and-cant-alsactl-stor/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 01:57:49 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/?p=672</guid>
		<description><![CDATA[For some reason, Ubuntu Karmic wasn&#8217;t saving my sound volume and settings that I set using the Sound Preferences. After attempting to run alsactl store I got: $ alsactl store alsactl: save_state:1530: Cannot open /var/lib/alsa/asound.state for writing: Permission denied $ sudo alsactl store E: core-util.c: Home directory /home/mycurrentuser not ours. So I deciced to change [...]]]></description>
			<content:encoded><![CDATA[<p>For some reason, Ubuntu Karmic wasn&#8217;t saving my sound volume and settings that I set using the Sound Preferences. After attempting to run alsactl store I got:</p>
<p><code>$ alsactl store<br />
alsactl: save_state:1530: Cannot open /var/lib/alsa/asound.state for writing: Permission denied<br />
$ sudo alsactl store<br />
E: core-util.c: Home directory /home/mycurrentuser not ours.</code></p>
<p>So I deciced to change &#8220;/var/lib/alsa/asound.state&#8221; ownership temporarily to the current user and then was able to successfully save my sound settings (then switched back ownership to root). I also added &#8220;alsactl restore&#8221; to /etc/rc.local to automatically reload my sound settings when I reboot.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2009/09/24/ubuntu-karmic-doesnt-save-sound-settings-and-cant-alsactl-stor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Broken Ubuntu Karmic: How To apt-get upgrade Using The LiveCD</title>
		<link>http://alexpb.com/notes/articles/2009/09/15/broken-ubuntu-how-to-apt-get-upgrade-using-the-livecd/</link>
		<comments>http://alexpb.com/notes/articles/2009/09/15/broken-ubuntu-how-to-apt-get-upgrade-using-the-livecd/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 00:01:29 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[livecd]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/?p=671</guid>
		<description><![CDATA[If your Ubuntu installation (or any other linux distribution that has a liveCD) is broken and can&#8217;t boot because of a faulty update, you can try to update your installation after booting from the LiveCD. Start a terminal and use these commands (/dev/sda2 might need to be changed to match your configuration, you can use [...]]]></description>
			<content:encoded><![CDATA[<p>If your Ubuntu installation (or any other linux distribution that has a liveCD) is broken and can&#8217;t boot because of a faulty update, you can try to update your installation after booting from the LiveCD.</p>
<p>Start a terminal and use these commands (/dev/sda2 might need to be changed to match your configuration, you can use fdisk to figure out which partition is your main one):</p>
<p><code>sudo mkdir /media/karmic<br />
sudo mount /dev/sda2 /media/karmic<br />
sudo mount -o bind /proc /media/karmic/proc<br />
sudo mount -o bind /dev /media/karmic/dev/<br />
sudo cp  /etc/resolv.conf /media/karmic/etc/resolv.conf<br />
sudo chroot /media/karmic apt-get update<br />
sudo chroot /media/karmic apt-get upgrade<br />
sudo chroot /media/karmic apt-get dist-upgrade</code></p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2009/09/15/broken-ubuntu-how-to-apt-get-upgrade-using-the-livecd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Skype&#8217;s 2.1.0.47 Default Sound Device in PulseAudio</title>
		<link>http://alexpb.com/notes/articles/2009/09/13/change-skypes-2-1-0-47-default-sound-device-in-pulseaudio/</link>
		<comments>http://alexpb.com/notes/articles/2009/09/13/change-skypes-2-1-0-47-default-sound-device-in-pulseaudio/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 03:37:31 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[voip]]></category>
		<category><![CDATA[pulseaudio]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/?p=668</guid>
		<description><![CDATA[Skype 2.1.0.47 beta uses pulseaudio as the default sound device, so you need to change the default sound device fo skype using a pulseaudio. Install pavucontrol if it&#8217;s not already installed Start pavucontrol Play a sound in the application where you need to change the default sound device. While the sound is playing, switch back [...]]]></description>
			<content:encoded><![CDATA[<p>Skype 2.1.0.47 beta uses pulseaudio as the default sound device, so you need to change the default sound device fo skype using a pulseaudio.</p>
<ol>
<li>Install pavucontrol if it&#8217;s not already installed</li>
<li>Start pavucontrol</li>
<li>Play a sound in the application where you need to change the default sound device.</li>
<li>While the sound is playing, switch back to pavucontrol and change the sound device.</li>
<li>that should be it.</li>
</ol>
<p>I needed to set my Logitech Clearchat Wireless Headphones as the default sound device for Skype 2.1.0.47 beta in Ubuntu Karmic Alpha (pavucontrol was not installed).</p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2009/09/13/change-skypes-2-1-0-47-default-sound-device-in-pulseaudio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passing parameters to modules in Ubuntu</title>
		<link>http://alexpb.com/notes/articles/2008/12/18/passing-parameters-to-modules-in-ubuntu/</link>
		<comments>http://alexpb.com/notes/articles/2008/12/18/passing-parameters-to-modules-in-ubuntu/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 22:48:34 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/?p=419</guid>
		<description><![CDATA[In this example, I pass the parameter &#8220;card=42&#8243; to the module &#8220;saa7134&#8243; when the module loads at boot time. Add your module to /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules # that should be loaded at boot time, one per line. # [...]]]></description>
			<content:encoded><![CDATA[<p>In this example, I pass the parameter &#8220;card=42&#8243; to the module &#8220;saa7134&#8243; when the module loads at boot time.</p>
<ol>
<li>Add your module to /etc/modules</p>
<p><code># /etc/modules: kernel modules to load at boot time.<br />
#<br />
# This file contains the names of kernel modules<br />
# that should be loaded at boot time, one per line.<br />
# Lines beginning with "#" are ignored.<br />
saa7134<br />
</code></p>
</li>
<li>Add <b>options saa7134 card=42</b> to the end of /etc/modprobe.d/options
<p><code># Enable double-buffering so gstreamer et. al. work<br />
options quickcam compatible=2<br />
# Default hostap to managed mode<br />
options hostap_pci iw_mode=2<br />
options hostap_cs iw_mode=2<br />
# Stop auto-association.<br />
# LP: #264104<br />
options ipw2200 associate=0<br />
# XXX: Ignore HPA by default. Needs to be revisted in jaunty<br />
options libata ignore_hpa=1<br />
<b>options saa7134 card=42</b></code></p>
</li>
</ol>
<p>Now reboot and you should be all set.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/12/18/passing-parameters-to-modules-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

