<?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>Adrian Smith&#039;s Blog &#187; mythtv</title>
	<atom:link href="http://www.17od.com/tag/mythtv/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.17od.com</link>
	<description></description>
	<lastBuildDate>Sun, 20 Nov 2011 20:04:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Installing Mythbuntu 7.10</title>
		<link>http://www.17od.com/2007/10/26/installing-mythbuntu-710/</link>
		<comments>http://www.17od.com/2007/10/26/installing-mythbuntu-710/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 22:52:43 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mythtv]]></category>

		<guid isPermaLink="false">http://www.17od.com/2007/10/26/installing-mythbuntu-710/</guid>
		<description><![CDATA[Mythbuntu is &#8220;an Ubuntu derivative focused upon setting up a standalone MythTV system similar to Knoppmyth or Mythdora&#8221;. The last time I installed MythTV I did it on a standard Ubuntu desktop installation. The problem with this is that as well as ending up with a load of software you don&#8217;t really need you have [...]]]></description>
			<content:encoded><![CDATA[<p>Mythbuntu is &#8220;an Ubuntu derivative focused upon setting up a standalone MythTV system similar to Knoppmyth or Mythdora&#8221;. The last time I installed MythTV I did it on a standard Ubuntu desktop installation. The problem with this is that as well as ending up with a load of software you don&#8217;t really need you have to go through the pain of installing and configuring your TV card, graphics card, remote control and so on. Mythbuntu on the other hand takes care of absolutely everything. I won&#8217;t go into the details of the installation (because it&#8217;s pretty much next, next, next&#8230;) but suffice to say, Mythbuntu makes the whole process extremely simple. There were just two areas I had problems with, configuring XMLTV and configuring my wireless card.</p>
<p>The last time I installed MythTV I had the same problem with XMLTV. I don&#8217;t know if it&#8217;s something that I keep missing but after the installation <code>mythfilldatabase</code> never seems to works properly. The problem is that the XMLTV file containing the list of channels to fetch program information for never gets created. Luckily it&#8217;s easy enough to fix. What you do is take the name of the Video Source you setup in the MythTV Backend Setup program (in my case NTL) and then create a file in the directory <code>$HOME/.mythtv</code> called <code>&lt;video source name&gt;.xmltv</code> (e.g. <code>NTL.xmltv</code> in my case). When I refer to $HOME here I&#8217;m referring to the home directory of the user that you&#8217;re asked to create during the Mythbuntu installation. Within that file you list the XMLTV channel ids you want to retrieve program information for. Here&#8217;s what I have&#8230;</p>
<pre><code>channel northern-ireland.bbc1.bbc.co.uk
channel northern-ireland.bbc2.bbc.co.uk
channel channel4.com
channel discoveryeurope.com
channel e4.channel4.com
channel livingtv.co.uk
channel mtv.co.uk
channel paramountcomedy.com
channel rte-1.rte.ie
channel rte2.rte.ie
channel 1.setanta.com
channel sky-news.sky.com
channel sky-one.sky.com
channel tg4.ie
channel tv3.ie
channel utvlive.com
channel nickelodeon.co.uk</code></pre>
<p>This is the program listing for NTL&#8217;s analogue network in Dublin. Unfortunately (I suppose) Channel 6 isn&#8217;t available from the Radio Times XMLTV feed.</p>
<p>The second problem I had was configuring my wireless network card. The card I have is a Linksys WMP54G (version 4, PCI id 1814:0201). What I did was follow the instructions on this page <a href="https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper">https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper</a>. When it comes to installing the windows drivers I used the files from the directory <code>/Drivers/WMP54Gv4/2KXP</code> on the installation CD that I got with the card. At the end of the process the card still wasn&#8217;t working. The problem was that a kernel module shipped with Ubuntu, namely <code>rt2500pci</code>, was getting loaded before (and hence interfering with) the module I wanted to load, i.e. <code>ndiswrapper</code>. To fix the problem I blacklisted <code>rt2500pci</code> and rebooted. The line I added to <code>/etc/modprobe.d/blacklist</code> was <code>blacklist rt2500pci</code>.</p>
<p>That&#8217;s it, a relatively easy install and nowhere near as timeconsuming or complicated as perfoming a MythTV installation from scratch.</p>
<p>P.S. another useful resource if you&#8217;re stuck is <a href="https://help.ubuntu.com/community/WifiDocs/WirelessTroubleShootingGuide">https://help.ubuntu.com/community/WifiDocs/WirelessTroubleShootingGuide</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.17od.com/2007/10/26/installing-mythbuntu-710/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Installing MythTV</title>
		<link>http://www.17od.com/2005/02/26/installing-mythtv/</link>
		<comments>http://www.17od.com/2005/02/26/installing-mythtv/#comments</comments>
		<pubDate>Sat, 26 Feb 2005 22:35:20 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mythtv]]></category>

		<guid isPermaLink="false">http://70.103.16.167/~onesevod/?p=12</guid>
		<description><![CDATA[I recently came across this story on Slashdot and it really got me interested in the whole PVR scene. To be honest I didn&#8217;t really know this sort of application even existed. Sky launched a product recently called Sky+ which gives this type of service but you have to have their digital package to start [...]]]></description>
			<content:encoded><![CDATA[<p>I recently came across <a href="http://slashdot.org/article.pl?sid=05/01/30/1943240&#038;tid=129">this</a> story on Slashdot and it really got me interested in the whole <a href="http://en.wikipedia.org/wiki/Personal_video_recorder">PVR</a> scene. To be honest I didn&#8217;t really know this sort of application even existed. Sky launched a product recently called Sky+ which gives this type of service but you have to have their digital package to start with. When you add it all up it&#8217;s pretty expensive, particularly if you don&#8217;t want all the extra channels that comes with the Sky Digital package.</p>
<p>After reading through the <a href="http://www.mythtv.org/">MythTV</a> website and seeing what it could do I decided to see if I could get my own PVR up and running. The first decision I had to make was what Linux distribution to use. I already had <a href="http://www.debian.org/">Debian</a> installed so I thought that might be a good start. I gave up on this pretty quick though because I had issues with package dependancies. Then I came across <a href="http://www.mysettopbox.tv/knoppmyth.html">KnoppMyth</a>. I don&#8217;t know why but every time I tried booting the CD it kept crashing. I tried a few times but gave up after a while. Eventually I came across <a href="http://wilsonet.com/mythtv/index.php">this</a> website (commly referred to a Jarod&#8217;s MythTV guide). It explains how to install MythTV on a <a href="http://fedora.redhat.com/">Fedora</a> system. It seemed to offer really good and detailed instructions so I went with it.</p>
<p>The next decision was what Tuner to go with. I already had an ancient Hauppauge Wincast card but I&#8217;m a glutton fot technology and I really liked the sound of the new <a href="http://www.hauppauge.com/html/wintvpvr350_datasheet.htm">Hauppauge PVR-350</a>. After looking around a number of shops the cheapest I could find was at <a href="http://www.amazon.com/exec/obidos/tg/detail/-/B00008OOWC/qid=1109435607/sr=8-1/ref=pd_bbs_1/002-5859706-5636823?v=glance&#038;s=electronics&#038;n=507846">Amazon</a>.</p>
<p>Here&#8217;s my hardware lineup&#8230;<br />
Dell Dimension 4550<br />
CPU: P4 2.8 GHz<br />
Memory: 256MB<br />
Video: ATI Rage 128 Pro Ultra<br />
Sound: Intel 82801DB-ICH4<br />
Tuner: Hauppauge PVR-350</p>
<p>The first task was to install Fedora. I&#8217;ve installed quite a few distributions in the past but I hadn&#8217;t installed a Redhat distribution in years. I have to say, their install program is really good, by far the best I&#8217;ve seen. The whole install process was very quick and easy. The only problem I had (and I always have this problem with Linux on this machine) was getting ALSA (for sound) to work. The acid test was to see if I could get any sound by issuing this command&#8230;</p>
<p><code>/usr/bin/aplay /usr/share/sounds/KDE_Startup.wav</code></p>
<p>These are the changes I had to make&#8230;</p>
<ul>
<li>Added this &#8216;alias sound-slot-0 snd-intel8x0&#8242; to /etc/modprobe.conf</li>
<li>Muted everything in ALSAMixer except Master, Headphone, PCM. Set these to 74</li>
<li>Disabled the KDE sound system, aRts (it seems to hold on to the sound device) Control Center->Sound System->Enable Sound System</li>
</ul>
<p>After I got sound working I followed Jarod&#8217;s guide to the T. Everything went pretty smoothly but there were a few hiccups. I&#8217;ve summerized most of what I came across below.</p>
<ol>
<li>
In the section &#8220;Running X on the PVR-350&#8242;s TV-Out-&#8221; there&#8217;s s section on rebuilding your system&#8217;s initial ramdisk. Before running the script /sbin/mkinitrd-ivtv I had to edit it. I replaced the string tveeprom with tveeprom-ivtv.</li>
<li>
I&#8217;m on NTL&#8217;s basic package so when I was setting up the channels in mythtvsetup these are the channels I used.</p>
<table border="1">
<tr>
<th>Channel</th>
<th>Frequency ID</th>
<th>XMLTV ID</th>
</tr>
<tr>
<td>RTE1</td>
<td>A11</td>
<td>rte-1.rte.ie</td>
</tr>
<tr>
<td>RTE2</td>
<td>A6</td>
<td>rte2.rte.ie</td>
</tr>
<tr>
<td>TV3</td>
<td>A9</td>
<td>tv3.ie</td>
</tr>
<tr>
<td>TG4</td>
<td>A15</td>
<td>tg4.ie</td>
</tr>
<tr>
<td>BBC1</td>
<td>A17</td>
<td>northern-ireland.bbc1.bbc.co.uk</td>
</tr>
<tr>
<td>BBC2</td>
<td>A18</td>
<td>ireland.bbc2.bbc.co.uk</td>
</tr>
<tr>
<td>UTV</td>
<td>A13</td>
<td>utvlive.com</td>
</tr>
<tr>
<td>Channel 4</td>
<td>30</td>
<td>channel4.com</td>
</tr>
<tr>
<td>E4</td>
<td>21</td>
<td>e4.channel4.com</td>
</tr>
<tr>
<td>Sky 1</td>
<td>A19</td>
<td>sky-one.sky.com</td>
</tr>
<tr>
<td>Sky News</td>
<td>A24</td>
<td>sky-news.sky.com</td>
</tr>
<tr>
<td>MTV</td>
<td>A21</td>
<td>mtv.co.uk</td>
</tr>
<tr>
<td>Discovery</td>
<td>34</td>
<td>discoveryeurope.com</td>
</tr>
<tr>
<td>Nickelodeon</td>
<td>A22</td>
<td>nickelodeon.co.uk</td>
</tr>
<tr>
<td>CNBC</td>
<td>A32</td>
<td>europe.cnbc.com</td>
</tr>
<tr>
<td>Setanta</td>
<td>A20</td>
<td>1.setanta.com</td>
</tr>
</table>
</li>
<li>
One of my biggest problems was getting MythFrontend sized &#038; positioned on the screen so that I could see all the fields &#038; buttons. To correct this I went to the screen Utilities/Setup->Setup->Appearance->Screen Settings. These are the values I entered&#8230;</p>
<p>GUI Width: 662</p>
<p>GUI Height: 545</p>
<p>GUI X Offset: 38</p>
<p>GUI Y Offset: 10</li>
<li>
My next problem was positioning the on screen display (OSD). What was happening was that the channel name and program information were half on screen and half off screen. After some reading I found that the problem was due to overscan/underscan. To correct this problem I went to the screen Utilities/Setup->Setup->TV Settings->Playback->Overscan. These are the values I entered&#8230;</p>
<p>Vertical over/underscan percentage: 4</p>
<p>Horizontal over/underscan percentage: 4</p>
<p>Scan displacement (X): -8</p>
<p>Scan displacement (Y): 0</li>
<li>
My final problem was that the EPG wasn&#8217;t centered on the screen. To fix this I went to Utilities/Setup->Setup->Appearance->Screen Settings and ticked the box marked &#8220;Use GUI size for TV playback&#8221;.</li>
</ol>
<p>Now that I&#8217;ve finally got my Myth box up and running there are only four remaing issues that I can&#8217;t seem to fix.</p>
<p>The first of these is channel changing. It&#8217;s taking about 3 to 4 seconds to go from one channel to another. Apparently this is normal behaviour. It&#8217;s to do with the way MythTV buffers the your TV signal. It&#8217;s a real pain though.</p>
<p>The second problem is that when you exit the program guide you get a black screen. You can still hear the TV but there&#8217;s no picture. To get it back I have to press a key on the remote that will refresh the screen, e.g. change channel, show program info.</p>
<p>The third issue is that I can&#8217;t get teletext. This is something to do with the PVR-350 I think.</p>
<p>My final issue is that I can&#8217;t control sound output from MythTV. What this means   is that I have to use the TV&#8217;s volume controls. This works of course but it does mean I need two remotes, one for MythTV and one for the TV.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.17od.com/2005/02/26/installing-mythtv/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

