<?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>Alex Sleat &#187; Ubuntu</title>
	<atom:link href="http://alexsleat.co.uk/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Tue, 22 May 2012 19:59:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>mlbviewer 2012 Installation guide for Ubuntu (MLB.TV on Linux)</title>
		<link>http://alexsleat.co.uk/2012/05/16/mlbviewer-2012-installation-guide-for-ubuntu-mlb-tv-on-linux/</link>
		<comments>http://alexsleat.co.uk/2012/05/16/mlbviewer-2012-installation-guide-for-ubuntu-mlb-tv-on-linux/#comments</comments>
		<pubDate>Wed, 16 May 2012 11:40:32 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[12.04]]></category>
		<category><![CDATA[baseball]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mlb]]></category>
		<category><![CDATA[MLB.TV]]></category>
		<category><![CDATA[mlbviewer]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[red sox]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=31046</guid>
		<description><![CDATA[<br/><p></p> Download mlbviewer: <p>Go and grab the latest version from the sourceforge page below:</p> <p>http://sourceforge.net/projects/mlbviewer/</p> Unrar: tar -zxvf mlbviewer2012.tar.gz <p>It doesn&#8217;t require any installation but you will need a few extras and the easiest way to install them is shown below:</p> Download PyXML: <p>PyXML is an XML processing tool for python which this project [...]]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://alexsleat.co.uk/wp-content/uploads/2012/05/Screenshot-from-2012-05-16-124457.png"><img src="http://alexsleat.co.uk/wp-content/uploads/2012/05/Screenshot-from-2012-05-16-124457-300x201.png" alt="" title="Screenshot from 2012-05-16 12:44:57" width="300" height="201" class="aligncenter size-medium wp-image-31058" /></a></p>
<h3>Download mlbviewer:</h3>
<p>Go and grab the latest version from the sourceforge page below:</p>
<p><a href="http://sourceforge.net/projects/mlbviewer/">http://sourceforge.net/projects/mlbviewer/</a></p>
<h4>Unrar:</h4>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">tar</span> -zxvf mlbviewer2012.<span class="kw2">tar</span>.gz</div>
<p>It doesn&#8217;t require any installation but you will need a few extras and the easiest way to install them is shown below:</p>
<h4>Download PyXML:</h4>
<p>PyXML is an XML processing tool for python which this project uses, sometimes it can be tricky to install python modules so we&#8217;ll be using setuptools which you can get from the link below.</p>
<p>If you&#8217;re unsure of what version you need, open terminal and type &#8220;python&#8221;, this will show the version of python you&#8217;re running. Mine was 2.7.4 so I downloaded &#8220;setuptools-0.6c11-py2.7.egg&#8221; I would imagine yours would be similar.</p>
<p>http://pypi.python.org/pypi/setuptools#cygwin-mac-os-x-linux-other</p>
<h4>Once you have it, run it (replacing the version you downloaded for the one here):</h4>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> <span class="kw2">sh</span> setuptools<span class="nu0">-0</span>.6c11-py2<span class="nu0">.7</span>.egg</div>
<h4>Now to install PyXML it&#8217;s as simple as running:</h4>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> easy_install pyxml</div>
<p>That&#8217;s it, you&#8217;re done.</p>
<h3>Optional &#8211; Install MPLAYER2:</h3>
<p>MPLAYER2 offers at lot of advantages over MPLAYER however we&#8217;re most interested in it because it offers better streaming support and handle stream rate switches (important if you enable adaptive streaming in nexdef mode).</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> add-apt-repository ppa:motumedia/mplayer-daily<br />
<span class="kw2">sudo</span> apt-get update<br />
<span class="kw2">sudo</span> apt-get <span class="kw2">install</span> mplayer2</div>
<p>(Thanks to &#8211; <a title="Web Upd8" href="http://www.webupd8.org/2012/01/install-mplayer2-and-smplayer2-in.html">Web Upd8</a>)</p>
<h3>Optional &#8211; Install mlbhls (for nextdef | HD):</h3>
<p>Instructions as per in REQUIREMENTS-2012.txt in the mlbviewer package.</p>
<p>You&#8217;ll also need some extra packages which aren&#8217;t stated:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> libconfig-dev libcurl4-gnutls-dev</div>
<div class="dean_ch" style="white-space: wrap;">svn <span class="kw2">co</span> https://mlbtv-hls-nexdef.googlecode.com/svn/branches/experimental mlbhls<br />
<span class="kw3">cd</span> mlbhls<br />
<span class="kw2">make</span><br />
<span class="kw2">sudo</span> <span class="kw2">cp</span> mlbhls /usr/bin</div>
<p>Once that&#8217;s done, you should be able to get the higher bitrate streams too!</p>
<h3>Using mlbplayer:</h3>
<h4>Setup:</h4>
<p>The first time you run mlbviewer it will generate a config file which you&#8217;ll need to enter your Premium MLB.TV account details in, running mlbviewer will tell you where this file is located:</p>
<div class="dean_ch" style="white-space: wrap;">python mlbviewer.py</div>
<p>Go edit the file and enter your email as the &#8220;user&#8221; and your password after &#8220;pass&#8221;.</p>
<p>Now re-run mlbviewer and it should start up!</p>
<div class="dean_ch" style="white-space: wrap;">python mlbviewer.py</div>
<p>Sit back and enjoy!</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2012/05/Screenshot-from-2012-05-16-124557.png"><img src="http://alexsleat.co.uk/wp-content/uploads/2012/05/Screenshot-from-2012-05-16-124557-300x194.png" alt="" title="Screenshot from 2012-05-16 12:45:57" width="300" height="194" class="aligncenter size-medium wp-image-31059" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2012/05/16/mlbviewer-2012-installation-guide-for-ubuntu-mlb-tv-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gimp: error while loading shared libraries: libgegl-0.0.so.0: cannot open shared object file: No such file or directory</title>
		<link>http://alexsleat.co.uk/2012/05/02/gimp-error-while-loading-shared-libraries-libgegl-0-0-so-0-cannot-open-shared-object-file-no-such-file-or-directory/</link>
		<comments>http://alexsleat.co.uk/2012/05/02/gimp-error-while-loading-shared-libraries-libgegl-0-0-so-0-cannot-open-shared-object-file-no-such-file-or-directory/#comments</comments>
		<pubDate>Wed, 02 May 2012 09:08:05 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[12.04]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[cannot open shared object file]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[libgegl]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[oneiric]]></category>
		<category><![CDATA[precise]]></category>
		<category><![CDATA[shared libraries]]></category>
		<category><![CDATA[sources.list]]></category>
		<category><![CDATA[symbolic link]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=30417</guid>
		<description><![CDATA[<br/><p>After upgrading from Ubuntu 11.10 to 12.04 I found gimp couldn&#8217;t access the shared libraries it needed, most likely an error with symbolic links as described by lovelyindia in this post. </p> Fix 1: <p>He managed to fix the issue by removing gimp and purging the offending libraries and then letting apt deal with [...]]]></description>
			<content:encoded><![CDATA[<br/><p>After upgrading from Ubuntu 11.10 to 12.04 I found gimp couldn&#8217;t access the shared libraries it needed, most likely an error with symbolic links as described by lovelyindia in <a href="http://bentwithlove.blogspot.co.uk/2011/05/gimperror-while-loading-shared.html">this post</a>. </p>
<h3>Fix 1:</h3>
<p>He managed to fix the issue by removing gimp and purging the offending libraries and then letting apt deal with the libraries when he re-installed gimp, as per the below commands:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get update <br />
<span class="kw2">sudo</span> apt-get purge <span class="kw2">gimp</span> libgegl* libbabl* <br />
<span class="kw2">sudo</span> apt-get <span class="kw2">install</span> <span class="kw2">gimp</span> <br />
<span class="kw2">sudo</span> apt-get clean</div>
<p>While this is likely to work for most people encountering this issue, it didn&#8217;t for me.</p>
<h3>Fix 2:</h3>
<p>Then I remembered I had used the repogen <a href="http://repogen.simplylinux.ch/">source list generator</a>, in which I chose to include the gimp svn build. While you may not have gone about it the same way, you may also have a different repository in your sources.list file which is causing this issue, if the previous method did not resolve the issue.</p>
<p>In order to fix this, I had to open the sources.list file and comment out the offending repo.</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> gedit /etc/apt/sources.list</div>
<p>Now search for any reference to gimp, in my case this was the lines I changed:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="re3">#### Gimp SVN &#8211; https://launchpad.net/~matthaeus123/+archive/mrw-gimp-svn</span><br />
<span class="re3">## Run this <span class="kw3">command</span>: <span class="kw2">sudo</span> apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 405A15CB</span><br />
deb http://ppa.launchpad.net/matthaeus123/mrw-gimp-svn/ubuntu precise main</div>
<p>I commented out the line linking to the repo by adding a &#8216;#&#8217; to the front, as below:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="re3">#### Gimp SVN &#8211; https://launchpad.net/~matthaeus123/+archive/mrw-gimp-svn</span><br />
<span class="re3">## Run this <span class="kw3">command</span>: <span class="kw2">sudo</span> apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 405A15CB</span><br />
<span class="re3"># deb http://ppa.launchpad.net/matthaeus123/mrw-gimp-svn/ubuntu precise main</span></div>
<p>I then uninstalled gimp, once I knew it may have been the newly added repository that I had added:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get purge <span class="kw2">gimp</span></div>
<p>Then I saved and exited the file and updated apt:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get update</div>
<p>I then re-installed gimp:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> <span class="kw2">gimp</span></div>
<p>This solved the issue for me, I hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2012/05/02/gimp-error-while-loading-shared-libraries-libgegl-0-0-so-0-cannot-open-shared-object-file-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toggle Touchpad With Keyboard Shortcut in Ubuntu</title>
		<link>http://alexsleat.co.uk/2012/03/22/toggle-touchpad-with-keyboard-shortcut-in-ubuntu/</link>
		<comments>http://alexsleat.co.uk/2012/03/22/toggle-touchpad-with-keyboard-shortcut-in-ubuntu/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 09:56:16 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[jupiter]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[touchpad]]></category>
		<category><![CDATA[trackpad]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=26369</guid>
		<description><![CDATA[<br/>Install Jupiter <p>Instructions for Ubuntu 11.10, 11.04, 10.10, 10.04: http://www.webupd8.org/2011/09/jupiter-applet-finally-available-for.html</p> sudo add-apt-repository ppa:webupd8team/jupiter sudo apt-get update sudo apt-get install jupiter <p>Jupiter comes with a useful script to disable and re-enable the touchpad/track pad, it can be ran using the following command:</p> sudo /usr/lib/jupiter/scripts/touchpad <p>Now all you&#8217;ll need to do is add this command to a [...]]]></description>
			<content:encoded><![CDATA[<br/><h5>Install Jupiter</h5>
<p>Instructions for Ubuntu 11.10, 11.04, 10.10, 10.04: <a href="http://www.webupd8.org/2011/09/jupiter-applet-finally-available-for.html">http://www.webupd8.org/2011/09/jupiter-applet-finally-available-for.html</a></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> add-apt-repository ppa:webupd8team/jupiter <br />
<span class="kw2">sudo</span> apt-get update <br />
<span class="kw2">sudo</span> apt-get <span class="kw2">install</span> jupiter</div>
<p>Jupiter comes with a useful script to disable and re-enable the touchpad/track pad, it can be ran using the following command:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> /usr/lib/jupiter/scripts/touchpad</div>
<p>Now all you&#8217;ll need to do is add this command to a keyboard shortcut, below are instructions for several desktop environments.</p>
<p>
<hr /></p>
<h6>In xfce:</h6>
<p>Applications &gt; Settings &gt; Settings Manager</p>
<p>Click Keyboard</p>
<p style="text-align: center;"><a href="http://alexsleat.co.uk/wp-content/uploads/2012/01/Screenshot-xfce.png"><img class="aligncenter  wp-image-26574" title="Screenshot xfce" src="http://alexsleat.co.uk/wp-content/uploads/2012/01/Screenshot-xfce.png" alt="" width="563" height="377" /></a></p>
<p>Click on the &#8220;Applications Shortcuts&#8221; tab.</p>
<p>Click Add:</p>
<p style="text-align: center;"><a href="http://alexsleat.co.uk/wp-content/uploads/2012/01/Screenshot-120112-174438.png"><img class="aligncenter  wp-image-26571" title="Screenshot - 120112 - 17:44:38" src="http://alexsleat.co.uk/wp-content/uploads/2012/01/Screenshot-120112-174438.png" alt="" width="563" height="377" /></a></p>
<p>Here you will be promped with a new window asking for the command you wish to run, enter the following:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> /usr/lib/jupiter/scripts/touchpad</div>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2012/01/Screenshot-120112-174503.png"><img class="aligncenter size-full wp-image-26572" title="Screenshot - 120112 - 17:45:03" src="http://alexsleat.co.uk/wp-content/uploads/2012/01/Screenshot-120112-174503.png" alt="" width="330" height="223" /></a></p>
<p>Click OK and it will now ask for a keyboard shortcut. Simply press the key combination you want to assign to disabling the touchpad (for example, I used Alt+F1) the keys you&#8217;re pressing will show up and the window will close.</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2012/01/Screenshot-120112-174516.png"><img class="aligncenter size-full wp-image-26573" title="Screenshot - 120112 - 17:45:16" src="http://alexsleat.co.uk/wp-content/uploads/2012/01/Screenshot-120112-174516.png" alt="" width="338" height="196" /></a></p>
<p>You&#8217;ll now see the command and shortcut in the list and you can now press that key combo to disable the trackpad and press it again to re-enable it.</p>
<p>
<hr /></p>
<h6>In Gnome:</h6>
<p>
<hr /></p>
<h6>In Unity:</h6>
<p>
<hr /></p>
<p>bish bash bosh.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2012/03/22/toggle-touchpad-with-keyboard-shortcut-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu 11.10 Proxy Settings</title>
		<link>http://alexsleat.co.uk/2012/01/24/ubuntu-11-10-proxy-settings/</link>
		<comments>http://alexsleat.co.uk/2012/01/24/ubuntu-11-10-proxy-settings/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 17:18:38 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[apt-get install]]></category>
		<category><![CDATA[behind proxy]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp_proxy]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[https_proxy]]></category>
		<category><![CDATA[http_proxy]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[UWE]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=27077</guid>
		<description><![CDATA[<br/>Temporary proxy: <p>Where proxy.addr is the proxy address, 4040 is the port number. Some proxies may require &#8220;http://&#8221; before the address.</p> export http_proxy=&#34;proxy.addr:4040&#34; export ftp_proxy=&#34;proxy.addr:4040&#34; export https_proxy=&#34;proxy.addr:4040&#34; <p>If you run this in a terminal, any programs opened from that terminal will adhere to the proxy you set but any other applications will not. This [...]]]></description>
			<content:encoded><![CDATA[<br/><h5>Temporary proxy:</h5>
<p><em>Where proxy.addr is the proxy address, 4040 is the port number. Some proxies may require &#8220;http://&#8221; before the address.</em></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw3">export</span> <span class="re2">http_proxy=</span><span class="st0">&quot;proxy.addr:4040&quot;</span><br />
<span class="kw3">export</span> <span class="re2">ftp_proxy=</span><span class="st0">&quot;proxy.addr:4040&quot;</span><br />
<span class="kw3">export</span> <span class="re2">https_proxy=</span><span class="st0">&quot;proxy.addr:4040&quot;</span></div>
<p>If you run this in a terminal, any programs opened from that terminal will adhere to the proxy you set but any other applications will not. This makes it useful if you just want to launch a browser for a quick browsing session but don&#8217;t need the whole system to access the internet.</p>
<p>If you do need your entire system to access the network, you can add these to the bottom of &#8220;~/.bashrc&#8221; this will enable any new programs running and the whole system (after a restart) to use the settings. Essentially ~/.bashrc are commands run when a terminal is opened.</p>
<p><strong>NOTE:</strong> If you do this, when you remove them your machine will likely need a restart to undo the changes.</p>
<hr/>
<h5> Proxy with login </h5>
<p>If your proxy server requires a login, this is an addition of the above however the syntax is as follows:</p>
<div class="dean_ch" style="white-space: wrap;">user:pass@proxy.addr:<span class="nu0">4040</span></div>
<hr/>
<h5>APT Proxy:</h5>
<p>APT (used for system updates) has its own proxy settings, which seem to ignore the above settings.</p>
<p><em>Where nano is the editor, if you prefer use a graphical one such as gedit, kedit etc.</em></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> <span class="kw2">nano</span> /etc/apt/apt.conf.d/02proxy</div>
<p>add:</p>
<div class="dean_ch" style="white-space: wrap;">Acquire::http::Proxy <span class="st0">&quot;http://proxy.addr:4040&quot;</span>;</div>
<p style="text-align: right;">Source : <a href="http://naveenubuntu.blogspot.com/2011/09/updating-packages-behind-prxy-in-ubuntu.html">http://naveenubuntu.blogspot.com/2011/09/updating-packages-behind-prxy-in-ubuntu.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2012/01/24/ubuntu-11-10-proxy-settings/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HP Pavilion dm1 (E-450/HD 6320) and Ubuntu 11.10</title>
		<link>http://alexsleat.co.uk/2012/01/12/hp-pavilion-dm1-e-450hd-6320-and-ubuntu-11-10/</link>
		<comments>http://alexsleat.co.uk/2012/01/12/hp-pavilion-dm1-e-450hd-6320-and-ubuntu-11-10/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 17:05:01 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[6320]]></category>
		<category><![CDATA[amd]]></category>
		<category><![CDATA[bcm4313]]></category>
		<category><![CDATA[dm1]]></category>
		<category><![CDATA[dm1-4020sa]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[e-450]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[pavilion]]></category>
		<category><![CDATA[watermark]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=26544</guid>
		<description><![CDATA[<br/>Wireless (BMC4313) Drivers: <p>There seems to be some issues with the current range of broadcom drivers, there are several options and some barely work and give very poor wireless signal and flaky connections.</p> Check you wireless card lspci &#124; grep Broadcom <p>Output:</p> 03:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller &#40;rev 01&#41; [...]]]></description>
			<content:encoded><![CDATA[<br/><h5>Wireless (BMC4313) Drivers:</h5>
<p>There seems to be some issues with the current range of broadcom drivers, there are several options and some barely work and give very poor wireless signal and flaky connections.</p>
<h6>Check you wireless card</h6>
<div class="dean_ch" style="white-space: wrap;">lspci | <span class="kw2">grep</span> Broadcom</div>
<p>Output:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="nu0">03</span>:<span class="nu0">00.0</span> Network controller: Broadcom Corporation BCM4313 <span class="nu0">802</span>.11b/g/n Wireless LAN Controller <span class="br0">&#40;</span><span class="kw2">rev</span> <span class="nu0">01</span><span class="br0">&#41;</span></div>
<h6>Installation:</h6>
<p>There are two options here:</p>
<p><span style="text-decoration: underline;"><strong> Option 1 </strong></span></p>
<p>You should also be able to use the drivers in Additional Drivers, the &#8220;Broadcom STA proprietary wireless driver&#8221;, however before doing this you need to run these commands to install the required headers and tools as it seems this step was missed out:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> build-essential linux-headers-generic<br />
<span class="kw2">sudo</span> apt-get build-dep linux</div>
<p>To check to see if you have this directory do this:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">ls</span> /lib/modules/`<span class="kw2">uname</span> -r`/build</div>
<p>Now go to Settings &gt; Additional Drivers and simply click install on the &#8220;Broadcom STA proprietary wireless driver&#8221;, reboot and you should experience much better wireless signal and connection stability.</p>
<p><span style="text-decoration: underline;"><strong> Option 2 </strong></span></p>
<p>If this doesn&#8217;t work for you un-install those drivers and download the source drivers and build them from source and this works well, these can be found here: <a href="http://www.broadcom.com/support/802.11/linux_sta.php">http://www.broadcom.com/support/802.11/linux_sta.php</a>.</p>
<p>&nbsp;</p>
<hr />
<h5>Graphics (HD 6320) Drivers:</h5>
<h6>Installation:</h6>
<p>These can be found in Settings &gt; Additional Drivers.</p>
<p>Install and reboot.</p>
<p><strong>NOTE:</strong> This driver doesn&#8217;t account for sound over HDMI, the sound will continue to come out of the speakers. I&#8217;m looking in to a fix for this.</p>
<h6>Fixing the &#8220;AMD Ubsupported hardware&#8221; Watermark:</h6>
<p>You&#8217;ll probably now notice a watermark at the bottom right hand of the screen, reading &#8220;AMD Ubsupported hardware&#8221;. While the drivers are working away, they seem to think it&#8217;s unsupported. You can either remove the propriotry drivers and use the open source version. Or you can run the following script (found <a href="http://phoronix.com/forums/showthread.php?19875-Unsupported-Hardware-watermark">here</a>) to remove it:</p>
<script src="http://gist.github.com/1601436.js?file=fixwatermark.sh"></script><noscript><link rel="stylesheet" href="https://gist.github.com/stylesheets/gist/embed.css"><div id="gist-1601436" class="gist">

        <div class="gist-file">
          <div class="gist-data gist-syntax">
              <div class="highlight"><pre><div class='line' id='LC1'><span class="c">#!/bin/sh</span></div><div class='line' id='LC2'><span class="nv">DRIVER</span><span class="o">=</span>/usr/lib/fglrx/xorg/modules/drivers/fglrx_drv.so</div><div class='line' id='LC3'><span class="k">for </span>x in <span class="k">$(</span>objdump -d <span class="nv">$DRIVER</span>|awk <span class="s1">&#39;/call/&amp;&amp;/EnableLogo/{print &quot;\\x&quot;$2&quot;\\x&quot;$3&quot;\\x&quot;$4&quot;\\x&quot;$5&quot;\\x&quot;$6}&#39;</span><span class="k">)</span>; <span class="k">do</span></div><div class='line' id='LC4'>sed -i <span class="s2">&quot;s/$x/\x90\x90\x90\x90\x90/g&quot;</span> <span class="nv">$DRIVER</span></div><div class='line' id='LC5'><span class="k">done</span></div></pre></div>
          </div>

          <div class="gist-meta">
            <a href="https://gist.github.com/raw/1601436/91c0c30b4c470a4d92e74cd217e93ab7fd0b1326/fixwatermark.sh" style="float:right;">view raw</a>
            <a href="https://gist.github.com/1601436#file_fixwatermark.sh" style="float:right;margin-right:10px;color:#666">fixwatermark.sh</a>
            <a href="https://gist.github.com/1601436">This Gist</a> brought to you by <a href="http://github.com">GitHub</a>.
          </div>
        </div>
</div>
</noscript>
<p>To run, either right click and save as on the link to &#8220;view raw&#8221; or copy and paste in to a file and save the file as &#8220;fixwatermark.sh&#8221;</p>
<p><strong>Make executable:</strong></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">chmod</span> +x fixwatermark.<span class="kw2">sh</span></div>
<p><strong>Run:</strong></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> ./fixwatermark.<span class="kw2">sh</span></div>
<p>(Thanks to Andy pointing out in his comment, this needs to be run as root (I&#8217;ve added the sudo above).<br />
Reboot your system and the driver will still be running but the watermark will be removed.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2012/01/12/hp-pavilion-dm1-e-450hd-6320-and-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AL lib: pulseaudio.c:331: PulseAudio returned minreq &gt; tlength/2; expect break up &#8211; Ubuntu 11.10</title>
		<link>http://alexsleat.co.uk/2012/01/11/al-lib-pulseaudio-c331-pulseaudio-returned-minreq-tlength2-expect-break-up-ubuntu-11-10/</link>
		<comments>http://alexsleat.co.uk/2012/01/11/al-lib-pulseaudio-c331-pulseaudio-returned-minreq-tlength2-expect-break-up-ubuntu-11-10/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 23:49:56 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[blender]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[floating point exception]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[ndof]]></category>
		<category><![CDATA[oneiric]]></category>
		<category><![CDATA[pulseaudio]]></category>
		<category><![CDATA[spacenavd]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=26522</guid>
		<description><![CDATA[<br/>./blender connect failed: No such file or directory ndof: spacenavd not found AL lib: pulseaudio.c:331: PulseAudio returned minreq &#62; tlength/2; expect break up Floating point exception <p>Download and install the associated package to your processor from here : https://launchpad.net/ubuntu/oneiric/+package/python-openal</p> <p>Restart your computer and the issue should now be resolved.</p> ]]></description>
			<content:encoded><![CDATA[<br/><div class="dean_ch" style="white-space: wrap;">./blender<br />
connect failed: No such <span class="kw2">file</span> or directory<br />
ndof: spacenavd not found<br />
AL lib: pulseaudio.c:<span class="nu0">331</span>: PulseAudio returned minreq &gt; tlength/<span class="nu0">2</span>; expect <span class="kw3">break</span> up<br />
Floating point exception</div>
<p>Download and install the associated package to your processor from here : <a href="https://launchpad.net/ubuntu/oneiric/+package/python-openal">https://launchpad.net/ubuntu/oneiric/+package/python-openal</a></p>
<p>Restart your computer and the issue should now be resolved.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2012/01/11/al-lib-pulseaudio-c331-pulseaudio-returned-minreq-tlength2-expect-break-up-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Heat Management in Linux</title>
		<link>http://alexsleat.co.uk/2012/01/11/heat-management-in-linux/</link>
		<comments>http://alexsleat.co.uk/2012/01/11/heat-management-in-linux/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 12:40:14 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[heat]]></category>
		<category><![CDATA[hot]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[notebook]]></category>
		<category><![CDATA[over heating]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=26366</guid>
		<description><![CDATA[<br/><p>When you first switch from Windows or OSX to Linux, one of the things you&#8217;ll probably first notice (especially if you&#8217;re using a laptop) is that it can run considerably hotter than the alternatives. There are a few things you can do to remedy this, however. The following software packages help you keep track [...]]]></description>
			<content:encoded><![CDATA[<br/><p>When you first switch from Windows or OSX to Linux, one of the things you&#8217;ll probably first notice (especially if you&#8217;re using a laptop) is that it can run considerably hotter than the alternatives. There are a few things you can do to remedy this, however. The following software packages help you keep track of and cool down your laptop/netbook, how much will depend per machine but my HP Pavilion dm1 goes from around 60-70degrees without these tools installed to around 50-60degrees and the same goes for my older Acer Travelmate which dropped from 70-80degrees to 60-70degrees. Hopefully this information will help you shave off 10degrees from your laptop, making it cooler, easier to use and hopefully extending its life a little too!</p>
<h5>lm-sensors</h5>
<p>First thing that you&#8217;re going to want to do is be able to see what the temperature readings of the components (that have temperature sensors) inside your computer/laptop. This can be done by installing lm-sensors:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> lm-sensors</div>
<p>Now you&#8217;ll want to run the script which probes all the possible sensors in your laptop:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> sensors-detect</div>
<p>You&#8217;ll be asked if you want to scan for sensors and what not, follow the on-screen instructions, mostly just pressing enter, if YES is written in capitals this is the default answer and it will scan. After several times it&#8217;ll ask you if you want to save the changes, make sure you do and then you&#8217;re done.</p>
<p>Now you can see the temperature the sensors are reading by using the following command:</p>
<div class="dean_ch" style="white-space: wrap;">sensors</div>
<h5>cpufreq</h5>
<p>cpufreq is a utility which scales the frequency of the CPU, either by monitoring the systems status (if it needs more, it&#8217;ll get more) or by user controlled settings. This essentially underclocks the CPU while it isn&#8217;t in use, reducing power usage and thus heat.</p>
<p>Installation:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> cpufreq</div>
<p>The best choice would be to set cpufreq to on-demand (default) or to power-saving. Alternatively, if you&#8217;re using a laptop or netbook let jupiter take care of it for you:</p>
<h5>jupiter</h5>
<blockquote><p><a href="http://www.jupiterapplet.org/">Jupiter</a> is a light weight power and hardware control applet for Linux.  It is designed to improve battery life of a portable Linux computer by integrating with the operating system and changing parameters of the computer based on battery or powered connection.</p>
<p>Additionally, Jupiter provides quick access to some of the commonly needed hardware controls like screen output and resolution, WIFI, and bluetooth.</p>
<p>If you use Linux on a portable computer, let Jupiter take the effort out of going mobile.</p></blockquote>
<p>By using this to intelligently control the CPU frequency when on battery and AC along with the tuning to the kernel and hardware, it can make a huge difference to the temperature expelled by your laptop.</p>
<p>Ubuntu 11:10 installation instructions: <a href="http://www.webupd8.org/2011/09/jupiter-applet-finally-available-for.html">here</a></p>
<h5>Graphics Card Drivers</h5>
<p>If you have a dedicated graphics card in your laptop, you&#8217;ll also be better off installing the proprietary graphics drivers provided by the hardware vendor. While the open source ones do an awesome job of getting the card to work, more often than not they don&#8217;t include any control over the frequency scaling and keep the card running at max, along with all those other little features the card has, they&#8217;ll probably all always be running.</p>
<p><strong>Nvidia</strong> : <a href="http://www.nvidia.com/object/unix.html">Link</a><br />
<strong>ATI/AMD</strong> : <a href="http://support.amd.com/us/gpudownload/Pages/index.aspx">Link </a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2012/01/11/heat-management-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating The Kernel in Ubuntu</title>
		<link>http://alexsleat.co.uk/2012/01/11/updating-the-kernel-in-ubuntu/</link>
		<comments>http://alexsleat.co.uk/2012/01/11/updating-the-kernel-in-ubuntu/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 12:35:25 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[check kernel verison]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=26414</guid>
		<description><![CDATA[<br/>Download the latest from here: <p>http://kernel.ubuntu.com/~kernel-ppa/mainline/</p> <p>The folders correspond to kernel versions and should also include the ubuntu version, for example I chose to update 11.10 (oneiric) from &#8220;3.0.0-14-generic&#8221; to &#8220;3.1.4&#8243;, this was in a directory called &#8220;v3.1.4-oneiric/&#8220;.</p> You&#8217;ll need 3 files (replace * with the kernel version you&#8217;ve downloaded): <p>linux-headers-*_all.deb</p> For 64 bit [...]]]></description>
			<content:encoded><![CDATA[<br/><h6>Download the latest from here:</h6>
<p><a href="http://kernel.ubuntu.com/~kernel-ppa/mainline/">http://kernel.ubuntu.com/~kernel-ppa/mainline/</a></p>
<p>The folders correspond to kernel versions and should also include the ubuntu version, for example I chose to update 11.10 (oneiric) from &#8220;3.0.0-14-generic&#8221; to &#8220;3.1.4&#8243;, this was in a directory called &#8220;<a href="http://kernel.ubuntu.com/~kernel-ppa/mainline/">v3.1.4-oneiric/</a>&#8220;.</p>
<h6>You&#8217;ll need 3 files <em>(replace * with the kernel version you&#8217;ve downloaded)</em>:</h6>
<p>linux-headers-*_all.deb</p>
<h6>For 64 bit systems <em>(replace * with the kernel version you&#8217;ve downloaded)</em>:</h6>
<p>linux-headers-*_amd64.deb<br />
linux-image-*_amd64.deb</p>
<h6>For 32 bit systems <em>(replace * with the kernel version you&#8217;ve downloaded)</em>:</h6>
<p>linux-headers-*_i386.deb<br />
linux-image-*_i386.deb</p>
<h6>Once you have the files, install them in the following order using these commands <em>(of course, replacing the version number for the ones you&#8217;ve downloaded)</em>:</h6>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> dpkg -U linux-headers<span class="nu0">-3.1</span><span class="nu0">.4</span>-030104_3<span class="nu0">.1</span><span class="nu0">.4</span><span class="nu0">-030104</span>.201111281851_all.deb<br />
<span class="kw2">sudo</span> dpkg -U linux-headers<span class="nu0">-3.1</span><span class="nu0">.4</span><span class="nu0">-030104</span>-generic_3<span class="nu0">.1</span><span class="nu0">.4</span><span class="nu0">-030104</span>.201111281851_amd64.deb<br />
<span class="kw2">sudo</span> dpkg -U linux-image<span class="nu0">-3.1</span><span class="nu0">.4</span><span class="nu0">-030104</span>-generic_3<span class="nu0">.1</span><span class="nu0">.4</span><span class="nu0">-030104</span>.201111281851_amd64.deb</div>
<p>Once that&#8217;s done, reboot. Once you&#8217;re back use the following command to check that the kernel you&#8217;re using is the one you&#8217;ve just downloaded and installed!</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">uname</span> -r</div>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2012/01/11/updating-the-kernel-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Look of disapproval&#8221; not correctly displayed in Ubuntu / Linux Mint</title>
		<link>http://alexsleat.co.uk/2011/12/19/look-of-disapproval-not-correctly-displayed-in-ubuntu-linux-mint/</link>
		<comments>http://alexsleat.co.uk/2011/12/19/look-of-disapproval-not-correctly-displayed-in-ubuntu-linux-mint/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 12:07:43 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[incorrect]]></category>
		<category><![CDATA[look of disapproval]]></category>
		<category><![CDATA[meme]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[render]]></category>
		<category><![CDATA[squares]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=25378</guid>
		<description><![CDATA[<br/><p>If internet memes such as the following are displaying as squares rather than the faces they should be, it&#8217;s because Ubuntu/Linux Mint doesn&#8217;t come with the correct font packages.</p> <p> ಠ_ಠ </p> <p>To install these packages, simply install &#8220;unifont&#8221;:</p> sudo apt-get install unifont <p>If you&#8217;re having trouble in other distros, just search for the [...]]]></description>
			<content:encoded><![CDATA[<br/><p>If internet memes such as the following are displaying as squares rather than the faces they should be, it&#8217;s because Ubuntu/Linux Mint doesn&#8217;t come with the correct font packages.</p>
<blockquote><p> ಠ_ಠ </p></blockquote>
<p>To install these packages, simply install &#8220;unifont&#8221;:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> unifont</div>
<p>If you&#8217;re having trouble in other distros, just search for the unifont package and install in that (might be named slightly differently.)</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/12/19/look-of-disapproval-not-correctly-displayed-in-ubuntu-linux-mint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up Surround Sound in Linux</title>
		<link>http://alexsleat.co.uk/2011/12/03/setting-up-surround-sound-in-linux/</link>
		<comments>http://alexsleat.co.uk/2011/12/03/setting-up-surround-sound-in-linux/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 13:21:41 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[blog1]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[5.1]]></category>
		<category><![CDATA[7.1]]></category>
		<category><![CDATA[cm106]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[quick]]></category>
		<category><![CDATA[set up]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[speakers]]></category>
		<category><![CDATA[surround sound]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=24714</guid>
		<description><![CDATA[<br/><p>It&#8217;s been a while since I bothered, the reason being it&#8217;s always seemed like an un-worthwhile struggle to get it working but either things changed or I was doing something to overcomplicate the process but it&#8217;s actually pretty simple to get surround sound up and running on your Linux machine. Now, I&#8217;m not going [...]]]></description>
			<content:encoded><![CDATA[<br/><p>It&#8217;s been a while since I bothered, the reason being it&#8217;s always seemed like an un-worthwhile struggle to get it working but either things changed or I was doing something to overcomplicate the process but it&#8217;s actually pretty simple to get surround sound up and running on your Linux machine. Now, I&#8217;m not going to go in to how to install the drivers for your specific sound card, because there are so many and I don&#8217;t have them all and most times on most popular distributions (Debian, Ubuntu, Mint, Fedora, OpenSuse etc) you&#8217;re going to notice that the sound card is actually already supported. What I will be doing is showing you how easy it was to get my 5.1&#8242;s set up (and the same will be said for 7.1&#8242;s).</p>
<h6>Step 1:</h6>
<p>First off you&#8217;re going to want to edit the pulseaudio configuration file to add the number of speakers you&#8217;re using, it&#8217;s default is set to 2.</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> gedit /etc/pulse/daemon.conf</div>
<p>Near the bottom of the file, there will be a line which looks like this:</p>
<blockquote><p>;default-sample-channels = 2</p></blockquote>
<p>The semi-colon is a comment, so this line isn&#8217;t actually doing anything unless you remove that. I would suggest leaving that line alone and adding a new line at the bottom:</p>
<blockquote><p>default-sample-channels = 6</p></blockquote>
<p>If you&#8217;re using 5.1&#8242;s the number of channels will be 6, 7.1&#8242;s will be 8 and I think you get where I&#8217;m going with this? So in this example, I&#8217;m using 5.1&#8242;s.</p>
<p>Now save and close that file. You&#8217;ll need to reboot your system now too, so that these changes will take effect.</p>
<h6>Step 2:</h6>
<p>So you&#8217;re back? Good..</p>
<p>Now you&#8217;re going to want to open up the Sound Preferences, usually you can do this by clicking on the little sound icon in your panel, or System > Preference > Sounds from the menu.</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/12/Screenshot-Sound-Preferences.png"><img src="http://alexsleat.co.uk/wp-content/uploads/2011/12/Screenshot-Sound-Preferences.png" alt="" title="Screenshot-Sound Preferences" width="678" height="594" class="aligncenter size-full wp-image-24716" /></a></p>
<p>From here, you&#8217;ll want to click on the Hardware tab. Near the bottom it&#8217;ll say Profile: with a drop down box next to it. Here you can select the type of set up you have, as you can see in the screenshot I have an &#8220;Analogue Surround 5.1 Output&#8221;, yours might be different and that&#8217;s cool and if you don&#8217;t know feel free to try a few out. Next to that drop down box is a button which says &#8220;Test Speakers&#8221;, this didn&#8217;t work for me so I have to use an <a href="http://www.youtube.com/watch?v=w0eaV8r-nXQ">online test</a> but give it a try as it might work!</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/12/Screenshot-Speaker-Testing-for-CM106-Like-Sound-Device.png"><img src="http://alexsleat.co.uk/wp-content/uploads/2011/12/Screenshot-Speaker-Testing-for-CM106-Like-Sound-Device.png" alt="" title="Screenshot-Speaker Testing for CM106 Like Sound Device" width="457" height="395" class="aligncenter size-full wp-image-24719" /></a></p>
<p>That&#8217;s it, you should be done!</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/12/03/setting-up-surround-sound-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

