<?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>Ronnie Tucker &#187; hd</title>
	<atom:link href="http://ronnietucker.co.uk/blog/tag/hd/feed/" rel="self" type="application/rss+xml" />
	<link>http://ronnietucker.co.uk/blog</link>
	<description>Linux, Art and Gadgets... the good things in life.</description>
	<lastBuildDate>Sat, 19 Jun 2010 21:29:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Ubuntu 9.10 and XBMC on the Acer Aspire Revo</title>
		<link>http://ronnietucker.co.uk/blog/2009/12/16/installing-ubuntu-9-10-and-xbmc-on-the-acer-aspire-revo/</link>
		<comments>http://ronnietucker.co.uk/blog/2009/12/16/installing-ubuntu-9-10-and-xbmc-on-the-acer-aspire-revo/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 19:45:57 +0000</pubDate>
		<dc:creator>Ronnie</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[acer]]></category>
		<category><![CDATA[aspire]]></category>
		<category><![CDATA[boxee]]></category>
		<category><![CDATA[center]]></category>
		<category><![CDATA[def]]></category>
		<category><![CDATA[definition]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[dvi]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[hdmi]]></category>
		<category><![CDATA[high]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[koala]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[nettop]]></category>
		<category><![CDATA[revo]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xbmc]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://ronnietucker.co.uk/blog/?p=617</guid>
		<description><![CDATA[I recently bought an Acer Aspire Revo with the idea of turning it in to a media center. I decided to install Ubuntu 9.10 (Karmic Koala) and use XBMC (Xbox Media Center) as a front end. Here&#8217;s how I did it:
First I installed  Ubuntu 9.10 to a USB stick. I did this using the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_618" class="wp-caption alignleft" style="width: 265px"><img class="size-full wp-image-618" title="acer_revo" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/12/acer_revo.jpg" alt="Acer Aspire Revo" width="255" height="238" /><p class="wp-caption-text">Acer Aspire Revo</p></div>
<p>I recently bought an <strong>Acer Aspire Revo</strong> with the idea of turning it in to a media center. I decided to install <em>Ubuntu 9.10</em> (Karmic Koala) and use <em>XBMC</em> (Xbox Media Center) as a front end. Here&#8217;s how I did it:</p>
<p>First I installed  Ubuntu 9.10 to a USB stick. I did this using the <em>USB Startup Disc Creator</em> app which is installed, by default, with Ubuntu. It&#8217;s under System &gt; Administration. I just pointed it to the ISO of 9.10, it detected my USB stick and off it went. So, with Ubuntu on my USB I popped the USB in to the Revo and booted it up.</p>
<p><span id="more-617"></span>When the Revo is turned on, it will make a beep (the POST &#8211; Power On Self Test), as soon as you hear that, hold down F12, that&#8217;ll give you a BIOS-like boot menu where I could choose from either the Revo drive, or my USB. Obviously, I chose my USB stick.</p>
<p>After a short time, Ubuntu loads, first thing I did was to make sure that my wireless would work, and it did, no problems there. So, I started Ubuntu installing&#8230;</p>
<p>On first boot of Ubuntu it asks you if you want to install the NVIDIA proprietary drivers, without these, you can&#8217;t reach resolutions higher than 800 x 600, so you want to install them.</p>
<p><span style="text-decoration: underline;"><strong>NOTE</strong></span>: The Revo can connect to an ordinary PC monitor, but I wanted to connect it to my TV. My TV didn&#8217;t have an HDMI port, but it did have a DVI port so, having bought an HDMI &gt; DVI cable I booted Ubuntu to get a black screen. Only after much research did I find out that my TV couldn&#8217;t display anything above VGA (800 x 600). So, if you get display problems with the HDMI output of the Revo, it may well be your TV.</p>
<p>One other thing you may notice is the lack of sound. This is easily fixed by right clicking on the speaker icon in the top bar, in Ubuntu, and choosing &#8216;<em>Sound Preferences</em>&#8216;. In that window choose the <em>Hardware</em> tab and in the drop down menu (beside &#8216;Profile:&#8217;, choose &#8216;<em>Output Digital Stereo (HDMI)</em>&#8216; and click OK. You should now have sound!</p>
<p>Anyway, with a new TV with HDMI, I booted Ubuntu and proceeded to install XBMC. To install XBMC, you need to add the XBMC PPA and install the xbmc package, in Karmic, this is done using:</p>
<pre><strong><span style="color: #0000ff;">sudo add-apt-repository ppa:team-xbmc</span></strong></pre>
<pre><strong><span style="color: #0000ff;">sudo apt-get update</span></strong></pre>
<pre><strong><span style="color: #0000ff;">sudo apt-get install xbmc</span></strong></pre>
<p>For Intredpid and such-like, see the information on the XBMC wiki:</p>
<p><a href="http://xbmc.org/wiki/?title=HOW-TO_install_XBMC_for_Linux_on_Ubuntu_with_a_minimal_installation_step-by-step">http://xbmc.org/wiki/?title=HOW-TO_install_XBMC_for_Linux_on_Ubuntu_with_a_minimal_installation_step-by-step</a></p>
<p>So, with XBMC installed, I loaded it up and there it was:</p>
<div id="attachment_619" class="wp-caption aligncenter" style="width: 310px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/12/xbmc_main.jpg"><img class="size-medium wp-image-619" title="xbmc_main" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/12/xbmc_main-300x168.jpg" alt="XBMC main screen" width="300" height="168" /></a><p class="wp-caption-text">XBMC main screen with the new Confluence theme.</p></div>
<p>Next I used another USB stick to copy some media files to the Revo HD to see if XBMC would play xvid, mp3  etc. Or would I need to install the Ubuntu extra. Yep worked fine, no need for me to install the Ubuntu extras myself.</p>
<p>Next, for me, the hard bit. Would it be possible to get wireless file transfers going between my desktop PC (also with Karmic) and the Revo. I eventually managed it (with little to no SAMBA experience), here&#8217;s how:</p>
<p>I did this on both my desktop machine AND the Revo:</p>
<p>Right click on <em>Videos</em> folder, which is the folder I want to share on my desktop and on the Revo, this could easily be the Music folder or whatever folder you&#8217;ve created. Select <em>Properties</em> from the menu, then the <em>Share</em> tab. Tick to &#8216;<em>Share This Folder</em>&#8216;. If SAMBA is not installed, it&#8217;ll ask if you want to install it now, which you should. You&#8217;ll need to restart your session, but don&#8217;t worry &#8211; this won&#8217;t reboot the machine.</p>
<p>To share a folder (with SAMBA installed):<br />
* right click on a folder and choose &#8216;<em>Sharing Options</em>&#8216;<br />
* tick the box to share the folder and also, if needed, tick the box to allow creation/deletion of files<br />
* click &#8216;<em>Create Share&#8217;</em> button.</p>
<p>Do the above for each folder on your desktop/Revo that you want to share.</p>
<p>If you try and connect to the Revo from the desktop (or vice versa) you&#8217;ll be asked for a password. What you need to do is ON BOTH THE REVO AND DESKTOP is, in a terminal, run:</p>
<pre><span style="color: #0000ff;"><strong>sudo smbpasswd -a USERNAME</strong></span></pre>
<p>(USERNAME being the name of a user on the computer/Rev), supply a password for SAMBA to use with that user, then:</p>
<pre><span style="color: #0000ff;"><strong>sudo /etc/init.d/samba restart</strong></span></pre>
<p>NOW you can connect to the Revo from the desktop and vice versa, drag and drop files between them and, much my surprise (And delight) even stream from the desktop to the Revo!</p>
<p><span style="text-decoration: underline;"><strong>NOTE</strong></span>: If you drag files to the Revo/desktop and get a <em>permissions error</em>, you probably haven&#8217;t ticked the box (mentioned above) to allow creating files. Once you&#8217;ve ticked the box, you&#8217;ll need to run the <em>samba restart</em> command, above. Failing that, you need to update your SAMBA install, check your package manager for newer files.</p>
<p>To finish off your media center, you&#8217;ll need a remote control. I bought a cheap <em>CyberLink</em> remote from eBuyer.com, plugged it in, Ubuntu recognised it and I could immediately use it in XBMC! The only problem is that I don&#8217;t have a button on the remote to return to the home screen in XBMC, but everything else works &#8211; I can play, pause, ffwd, raise/lower volume and so on.</p>
<p>&#8212;-</p>
<p>One alternative to XBMC, that I&#8217;ve been hearing good things about, is <em><strong>Boxee</strong></em>. It&#8217;s available at: <a title="Boxee" href="http://boxee.tv">boxee.tv</a>, but it doesn&#8217;t work so easily on 9.10, only 9.04, but &#8211; according to what I&#8217;ve read &#8211; you can install the file <em>liblzo1</em> from 9.04 on 9.10 and Boxee should then work fine in Karmic (<strong>source</strong>: <a href="http://popey.com/blog/2009/08/06/acer-aspire-revo-ubuntu-boxee-and-remote-control/">Popey.com</a>). If I get bored of playing with XBMC (doubtful) and need another project, I may try installing Boxee&#8230; <strong>watch this space!</strong><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://ronnietucker.co.uk/blog/2009/12/17/boxee-and-the-acer-aspire-revo/" rel="bookmark" title="December 17, 2009">Boxee and the Acer Aspire Revo</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2009/05/10/ushare-xbox-360-media-streaming-goodness/" rel="bookmark" title="May 10, 2009">uShare + Xbox 360 = media streaming goodness</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2010/01/08/using-a-cyberlink-remote-with-the-new-boxee-beta/" rel="bookmark" title="January 8, 2010">Using a Cyberlink remote with the new Boxee Beta</a></li>
<li><a href="http://ronnietucker.co.uk/blog/asus-eee-701-notebook-with-puppy-linux/" rel="bookmark" title="February 16, 2008">ASUS EEE 701 Notebook with Puppy Linux</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2010/03/03/how-to-install-google-sketchup-7-with-wine-in-ubuntu/" rel="bookmark" title="March 3, 2010">How To Install Google SketchUp 7 with Wine in Ubuntu</a></li>
</ul>
<p><!-- Similar Posts took 2.733 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://ronnietucker.co.uk/blog/2009/12/16/installing-ubuntu-9-10-and-xbmc-on-the-acer-aspire-revo/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
