<?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>Site With The Lamp &#187; quadruple play</title>
	<atom:link href="http://www.raditha.com/blog/archives/tag/quadruple-play/feed" rel="self" type="application/rss+xml" />
	<link>http://www.raditha.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 23 Jul 2010 05:26:49 +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>MythTv</title>
		<link>http://www.raditha.com/blog/archives/2209.html</link>
		<comments>http://www.raditha.com/blog/archives/2209.html#comments</comments>
		<pubDate>Thu, 04 Dec 2008 01:46:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[quadruple play]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.raditha.com/blog/?p=2209</guid>
		<description><![CDATA[My Desktop&#8217;s menu says mythtv is installed. I can even run it and watch TV. But it doesn&#8217;t have any sounds. Mythtv has been muted. I reckoned updating it ought to fix it ( F9 -&#62; F10 upgrade will leave this behind because it comes from third party repositories).

YUM  has it&#8217;s own ideas and tells [...]]]></description>
			<content:encoded><![CDATA[<p>My Desktop&#8217;s menu says mythtv is installed. I can even run it and watch TV. But it doesn&#8217;t have any sounds. Mythtv has been muted. I reckoned updating it ought to fix it ( F9 -&gt; F10 upgrade will leave this behind because it comes from third party repositories).</p>
<p style="text-align: center;"><a href="/blog/images/f10/mythtv.jpg"><img class="aligncenter" src="/blog/images/f10/mythtv-t.jpg" alt="mythtv" /></a></p>
<p>YUM  has it&#8217;s own ideas and tells me that mythtv isn&#8217;t installed and therefor cannot be updated.</p>
<p style="padding-left: 30px;">Setting up Update Process<br />
Package(s) mythtv-frontend available, but not installed.<br />
No Packages marked for Update</p>
<p style="padding-left: 30px;">
<p>Doing <em>rpm -qa | grep myth -i</em> shows up nothing and hence doesn&#8217;t confirms it&#8217;s presence or absence  (but I tell you, it is installed!). However yum is quite happy to install it again (doesn&#8217;t complain about the package being already installed but does have trouble with dependencies).</p>
<p style="padding-left: 30px;">
<div style="overflow: auto; padding-left: 30px; height: 150px; margin-bottom:14px">Resolving Dependencies<br />
&#8211;&gt; Running transaction check<br />
&#8212;&gt; Package mythtv-frontend.x86_64 0:0.21-13.fc10 set to be updated<br />
&#8211;&gt; Processing Dependency: mythtv-base-themes = 0.21 for package: mythtv-frontend</p>
<p>&#8230;.<br />
&#8211;&gt; Processing Dependency: libmythfreemheg-0.21.so.0()(64bit) for package: mythtv-frontend<br />
&#8211;&gt; Processing Dependency: libmythavcodec-0.21.so.0()(64bit) for package: mythtv-frontend<br />
&#8211;&gt; Running transaction check<br />
&#8212;&gt; Package mythtv-base-themes.x86_64 0:0.21-13.fc10 set to be updated<br />
&#8212;&gt; Package lame.x86_64 0:3.98.2-19.1.fc9_92 set to be updated<br />
&#8211;&gt; Processing Dependency: libmp3lame0 = 3.98.2-19.1.fc9_92 for package: lame<br />
&#8212;&gt; Package mythtv-common.x86_64 0:0.21-13.fc10 set to be updated<br />
&#8212;&gt; Package libmyth.x86_64 0:0.21-13.fc10 set to be updated<br />
&#8211;&gt; Processing Dependency: qt3-MySQL for package: libmyth<br />
&#8211;&gt; Running transaction check<br />
&#8212;&gt; Package libmp3lame0.x86_64 0:3.98.2-19.1.fc9_92 set to be updated<br />
&#8212;&gt; Package qt3-MySQL.x86_64 0:3.3.8b-12.fc9 set to be updated<br />
&#8211;&gt; Processing Dependency: qt3 = 3.3.8b-12.fc9 for package: qt3-MySQL<br />
&#8211;&gt; Running transaction check<br />
&#8212;&gt; Package qt3.i386 0:3.3.8b-12.fc9 set to be updated<br />
&#8211;&gt; Processing Dependency: libmng.so.1 for package: qt3<br />
&#8211;&gt; Running transaction check<br />
&#8212;&gt; Package libmng.i386 0:1.0.9-6.1 set to be updated<br />
&#8211;&gt; Processing Dependency: liblcms.so.1 for package: libmng<br />
&#8211;&gt; Running transaction check<br />
&#8212;&gt; Package lcms-libs.i386 0:1.17-4.fc9 set to be updated<br />
&#8211;&gt; Processing Dependency: lcms = 1.17-4.fc9 for package: lcms-libs<br />
&#8211;&gt; Finished Dependency Resolution<br />
lcms-libs-1.17-4.fc9.i386 from fedora has depsolving problems<br />
&#8211;&gt; Missing Dependency: lcms = 1.17-4.fc9 is needed by package lcms-libs-1.17-4.fc9.i386 (fedora)<br />
Error: Missing Dependency: lcms = 1.17-4.fc9 is needed by package lcms-libs-1.17-4.fc9.i386 (fedora)</p></div>
<p>There is a lcms RPM on my system but it&#8217;s version number is newer than the one that mythtv depends on. When you mix RPMs from serveral sources you do run into problems like this.  Uninstalling the existing version of lcms-libs  ( lcms-libs-1.17-6.fc10.x86_64 ) and putting in the one that mythtv likes is out of the question because there are 75 other packages that are dependent on the existing version.</p>
<p>Looking more closely at the above dependency resolution log, It seems like the trouble is actually caused by qt3-Mysql  it&#8217;s asking for a 32bit version of Qt which in turn asks for another 32 bit library and ends up at the 32bit lcms library leading to the conflict.</p>
<p>I reckoned cleaning up the metadata might solve it so I tried &#8216;yum clean metadata&#8217; and then did &#8216;yum install qt3-MySQL&#8217;. It ran to completion this time. And this time around &#8216;yum update mythtv-frontend&#8217; doesn&#8217;t choke on the mixed up dependency. So the solution is indeed to run &#8216;yum clean metadata&#8217;</p>
<p>Now I have sound back on mythtv and I also have two instances of myth frontend on my menu! but still no sound in in the flash plugin for firefox.</p>
<p style="text-align: center;"><img class="aligncenter" src="/blog/images/f10/mythtv2.jpg" alt="" /></p>
<p>All these problems were encountered wtih Fedora 10 Preview. By the time I updated to the gold, I had fixed them so there wasn&#8217;t a chance to find out if it&#8217;s present in that release as well. Double vision in the desktop men however didn&#8217;t go away even with the <a href="http://www.raditha.com/blog/archives/002265.html">gold</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/2209.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mythtv delete all episodes of a recorded program</title>
		<link>http://www.raditha.com/blog/archives/1669.html</link>
		<comments>http://www.raditha.com/blog/archives/1669.html#comments</comments>
		<pubDate>Sun, 26 Oct 2008 23:48:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[quadruple play]]></category>

		<guid isPermaLink="false">http://www.raditha.com/blog/?p=1669</guid>
		<description><![CDATA[Sure there is more than one way to delete all episodes of a recorded program with mythv &#8211; they are just not very obvious. So I decided that my first learning task with python will be to write a script that does just that. In order to do so, you need to learn how to [...]]]></description>
			<content:encoded><![CDATA[<p>Sure there is more than one way to <a href="http://www.gossamer-threads.com/lists/mythtv/users/270019">delete all episodes of a recorded program</a> with mythv &#8211; they are just not very obvious. So I decided that my first learning task with python will be to write a script that does just that. In order to do so, you need to learn how to connect to a database &#8211; that was real easy &#8211; the API is very similar to JDBC which is well, old hat. Finding &#8216;unlink&#8217; though took a bit more time.</p>
<p>here is the full code.</p>
<div style="overflow: auto; margin-left: 10px; height: 150px;">
<pre>#!/usr/bin/python
# import MySQL module
import MySQLdb
import os

# connect
db = MySQLdb.connect(host="radmedia", user="root", db="mythconverg")
# create a cursor
cursor = db.cursor()
# execute SQL statement
cursor.execute("SELECT basename FROM recorded WHERE title='sIRASAsirasa cartoon	 (Manual Record)'")
numrows = int(cursor.rowcount)
for x in range(0,numrows):
	row = cursor.fetchone()
	if os.path.exists("/store/" + row[0]):
		os.unlink("/store/" + row[0])
	if os.path.exists("/store/" + row[0] + ".png"):
		os.unlink("/store/" + row[0] + ".png")

cursor.execute("DELETE FROM recorded  WHERE title='sIRASAsirasa cartoon	 (Manual Record)'")
cursor.close()</pre>
</div>
<p>The filesystem functions in Python are similar to what you find in PHP or even in C but the trouble is that they are hidden away either inside the os package or the os.path package. At first I thought os was all there was to it, and was scratching my head trying to figure out how to test for file existence. It was after a bit of diggint that I found os.path.exists()</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/1669.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>udevd[486]: lookup_group: specified group &#8216;fuse&#8217; unknown</title>
		<link>http://www.raditha.com/blog/archives/1565.html</link>
		<comments>http://www.raditha.com/blog/archives/1565.html#comments</comments>
		<pubDate>Sat, 04 Oct 2008 02:47:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[quadruple play]]></category>

		<guid isPermaLink="false">http://www.raditha.com/blog/?p=1565</guid>
		<description><![CDATA[I am seeing these messages when plugging in a Huawei CDMA phone with it&#8217;s TI USB cable.  I reckoned this might have something to do with my recent hard drive corruption and figured I ought to update my fuse packages. Unfortunately it didn&#8217;t quite work out.

--&#62; Running transaction check
---&#62; Package fuse.i386 0:2.7.4-8_10.fc9 set to [...]]]></description>
			<content:encoded><![CDATA[<p>I am seeing these messages when plugging in a Huawei CDMA phone with it&#8217;s TI USB cable.  I reckoned this might have something to do with my recent hard drive corruption and figured I ought to update my fuse packages. Unfortunately it didn&#8217;t quite work out.</p>
<div style="overflow: auto; height: 100px;">
<pre>--&gt; Running transaction check
---&gt; Package fuse.i386 0:2.7.4-8_10.fc9 set to be updated
--&gt; Processing Dependency: fuse-kmdl-2.7.4-8_10.fc9 for package: fuse
--&gt; Running transaction check
---&gt; Package fuse-kmdl-2.6.26.3-29.fc9.i686 0:2.7.4-8_10.fc9 set to be updated
--&gt; Processing Dependency: /boot/vmlinuz-2.6.26.3-29.fc9.i686 for package: fuse-kmdl-2.6.26.3-29.fc9
--&gt; Processing Dependency: /boot/vmlinuz-2.6.26.3-29.fc9.i686 for package: fuse-kmdl-2.6.26.3-29.fc9
--&gt; Finished Dependency Resolution
fuse-kmdl-2.6.26.3-29.fc9-2.7.4-8_10.fc9.i686 from atrpms has depsolving problems
  --&gt; Missing Dependency: /boot/vmlinuz-2.6.26.3-29.fc9.i686 is needed by package fuse-kmdl-2.6.26.3-29.fc9-2.7.4-8_10.fc9.i686 (atrpms)
Error: Missing Dependency: /boot/vmlinuz-2.6.26.3-29.fc9.i686 is needed by package fuse-kmdl-2.6.26.3-29.fc9-2.7.4-8_10.fc9.i686 (atrpms)</pre>
</div>
<p>I reckoned that updating the kernel ought to fix it. Thanks to my new Lanka Bell Wimax connection, these big updates are no longer the painfull tasks they used to be. Unfortunately the update moved the kernel to 2.6.26.5-45 in fact looking at the /boot/ folder I see that the previous version is 2.6.25-14 still higher than the number that yum is looking for.</p>
<p>All this is because of a conflict between the Atrpms repo and the fedora updates repo. Looking even more closely I see that I do have a version of fuse installed. So I decided to forget all this and to manually create a group named fuse. Well it did make that particular error message go away, but I am not anywhere close to using this phone on my linux box.</p>
<p>I am not trying to setup a dialup connection. I aim to use my linux box as an answering machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/1565.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mythical Sounds</title>
		<link>http://www.raditha.com/blog/archives/1433.html</link>
		<comments>http://www.raditha.com/blog/archives/1433.html#comments</comments>
		<pubDate>Wed, 16 Jul 2008 00:14:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[quadruple play]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://raditha/blog/?p=634</guid>
		<description><![CDATA[The webserver and the web browser aren&#8217;t the only things that caused trouble. Alsa also played it&#8217;s part. Sound on Fedora has always been one big headache. They kept making too many changes too often. We had to change from OSS to ALSA and then to Pulse Audio, a real pain in the ear. Apparently [...]]]></description>
			<content:encoded><![CDATA[<p>The webserver and the web browser aren&#8217;t the only things that caused trouble. Alsa also played it&#8217;s part. Sound on Fedora has always been one big headache. They kept making too many changes too often. We had to change from OSS to ALSA and then to <a href="/blog/archives/001331.html">Pulse Audio, a real pain in the ear</a>. Apparently Debian is trying to outdo Fedora.</p>
<p>When I booted up  The volume control icon at the top was a red x and when clicked on it told me that I had no GStreamer plugins installed or they were mis configured. After little bit of googling I found that adding myself to the audio group is the fix</p>
<div style="color:#003300; margin-left:25px">useradd raditha audio</div>
<p>That was too easy but debian had a surprise up it&#8217;s sleeve. On mythtv there is no sound at all. It&#8217;s dead silent and the mythfrontend output shows:</p>
<div style="color:#330000; margin-left:25px">
<pre>2008-07-02 12:38:11.269 Opening ALSA audio device 'default'.

ALSA lib pcm_dmix.c:864:(snd_pcm_dmix_open) unable to open slave</pre>
</div>
<p>To fix this I ran alsa conf. Now I can hear what the idiots on the idiot box are saying but it&#8217;s jerky. That&#8217;s a separate mythtv issue that I don&#8217;t have the energy to look into right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/1433.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E51 and Asterisk Revisited.</title>
		<link>http://www.raditha.com/blog/archives/1384.html</link>
		<comments>http://www.raditha.com/blog/archives/1384.html#comments</comments>
		<pubDate>Wed, 07 May 2008 20:16:27 +0000</pubDate>
		<dc:creator>raditha</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[quadruple play]]></category>

		<guid isPermaLink="false">http://raditha/blog/?p=620</guid>
		<description><![CDATA[In the middle of the night there was a power failure and the Asterisk server I had configured was shut down. When it restarted the Nokia E51 wouldn&#8217;t connect to it (it&#8217;s set to automatic connect). I tried manual connect but the phone just seemed to wait for an eternity before saying could not connect.
Then [...]]]></description>
			<content:encoded><![CDATA[<p>In the middle of the night there was a power failure and the <a href="/blog/archives/001383.html">Asterisk server I had configured</a> was shut down. When it restarted the Nokia E51 wouldn&#8217;t connect to it (it&#8217;s set to automatic connect). I tried manual connect but the phone just seemed to wait for an eternity before saying could not connect.</p>
<p>Then I realized that Nokia is to mobile phones what Windows is to computers. They both need frequent reboots. And yes after the E51 was rebooted, the phone automatically connected to the asterisk server.</p>
<p>It was time to revisit the old desktop and try to install a softphone on it. This time I chose <a href="http://www.asteriskguru.com/tutorials/xlite_softphone.html">X-Lite</a>. Installation and configuration was easy but there is a problem with the audio. What&#8217;s spoken on the E51 doesn&#8217;t get through to the desktop but it works fine in the other direction.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/1384.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asterisk and Nokia E51</title>
		<link>http://www.raditha.com/blog/archives/1383.html</link>
		<comments>http://www.raditha.com/blog/archives/1383.html#comments</comments>
		<pubDate>Mon, 05 May 2008 11:26:22 +0000</pubDate>
		<dc:creator>raditha</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[quadruple play]]></category>

		<guid isPermaLink="false">http://raditha/blog/?p=617</guid>
		<description><![CDATA[Asterisk plays an important part in my Quadruple play at home scenario. I had previously set it up so that zoiper softphone on my macbook could connect to it and talk to another macbook. I hadn&#8217;t previously configured it with a hard phone or on linux.
Setting up the hardphone, the Nokia E51 was really easy [...]]]></description>
			<content:encoded><![CDATA[<p>Asterisk plays an important part in my <a href="/blog/archives/001263.html">Quadruple play at home</a> scenario. I had previously set it up so that zoiper softphone on my macbook could connect to it and talk to another macbook. I hadn&#8217;t previously configured it with a hard phone or on linux.</p>
<p>Setting up the hardphone, the Nokia E51 was really easy thanks to <a href="http://www.geekzone.co.nz/tonyhughes/4798">Tony Huges</a>&#8217;s page on it. However I didn&#8217;t setup a proxy has tony had done.</p>
<p>The next machine is my Old desktop, which still runs Fedora Core 6. <a href="http://www.asteriskguru.com/tutorials/idefisk_20_free.html">Zoiper</a> gives this error</p>
<pre><!--
zoiper: error while loading shared libraries: libexpat.so.1: cannot open shared object file: No such file or directory</code></pre>
<p>Next I tried installing it there on my media server (FC <img src='http://www.raditha.com/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> </p>
<pre>
<style="color;#330000">Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: cannot open shared object file: No such file or directory
--></pre>
<p>Next I tried installing it there on my media server (FC <img src='http://www.raditha.com/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> </p>
<pre>Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: cannot open shared object file: No such file or directory</pre>
<p>but it did start up! I followed in the instructions in the <a href="http://www.zoiper.com/zlinux.php">tutorial</a> and created the account. Then moved onto the zoipe (formerly idefisk) <a href="http://www.asteriskguru.com/tutorials/idefisk_20_free.html">configuration</a>. Thoug an account can be created, it cannot be registered. Asterisk dies off and restarts. WIth the following error.</p>
<pre><!--
 /usr/sbin/safe_asterisk: line 122: /dev/tty9: Permission denied
--></pre>
<p>I reckoned that restarting asterisk ought to fix it; it didn't. Then I killed zoiper and restarted. Now the account is registered. Then I got my daughter to call me on my e51 worked like a charm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/1383.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>p7131 Radio</title>
		<link>http://www.raditha.com/blog/archives/1342.html</link>
		<comments>http://www.raditha.com/blog/archives/1342.html#comments</comments>
		<pubDate>Mon, 21 Jan 2008 22:53:40 +0000</pubDate>
		<dc:creator>raditha</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[quadruple play]]></category>

		<guid isPermaLink="false">http://raditha/blog/?p=608</guid>
		<description><![CDATA[Yipeee. After a quite a struggle, the analog TV tuner on the P7131 is working fine with mythtv and tvtime. However I cannot say the same about it&#8217;s radio. The radio doesn&#8217;t work at all. The only thing I can get out of it is an entry in /var/log/messages that says &#8220;tuner&#8217; 1-004b: tuner has [...]]]></description>
			<content:encoded><![CDATA[<p>Yipeee. After a quite a struggle, the analog TV tuner on the P7131 is working fine with mythtv and tvtime. However I cannot say the same about it&#8217;s radio. The radio doesn&#8217;t work at all. The only thing I can get out of it is an entry in /var/log/messages that says <em>&#8220;tuner&#8217; 1-004b: tuner has no way to set radio frequency&#8221;</em>.</p>
<p>A google search for the error does not brings up anything usefull. But there was one post in a mailing list that <a href="http://www.spinics.net/lists/linux-dvb/msg18697.html">included a patch for the saa7134 drivers</a>.</p>
<p>In fact during my countless searches over the past few weeks I have seen innumerable patches for the saa7134 and other drivers. Many of the posters claimed that they were required to make even the TV tuner work. The truth is that none of them were needed. My kernel is supposed to have support for this card already.</p>
<p>This particular patch though, appeared different and I got the feeling it might address the issue. It&#8217;s  been a long time since I last compiled a kernel. I am very reluctant to go through all that again so decided to apply the patch and compile just the relevent modules.</p>
<div style="margin-left:20px; color:#000033">
<pre>make M=drivers/media/video/saa7134/
make modules_install M=drivers/media/video/</pre>
</div>
<p>Once compilation was completed, you need to remove the modules in memory and insert the new ones. The order in which some of these modules are inserted matters (it shouldn&#8217;t but it does). So I thought, that&#8217;s the reason that for continuing to get the &#8220;tuner&#8217; 1-004b: tuner has no way to set radio frequency&#8221; message. The only thing left to do is to reboot. What do I see after the reboot?</p>
<p>&#8220;tuner&#8217; 1-004b: tuner has no way to set radio frequency&#8221;</p>
<p>back to square 1</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/1342.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MythTv Working at last</title>
		<link>http://www.raditha.com/blog/archives/1341.html</link>
		<comments>http://www.raditha.com/blog/archives/1341.html#comments</comments>
		<pubDate>Thu, 17 Jan 2008 22:00:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[quadruple play]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://raditha/blog/?p=605</guid>
		<description><![CDATA[After sorting out all the RPM dependencies for MythTV In finally managed to get the it installed on my media center. No I didn&#8217;t use LinuxMCE, I just installed all the RPMs using yum. Unfortunately I couldn&#8217;t get any audio or video out of it. This was purely a configuration issue but I didn&#8217;t know [...]]]></description>
			<content:encoded><![CDATA[<p>After sorting out all the <a href="/blog/archives/001336.html">RPM dependencies for MythTV</a> In finally managed to get the it installed on my media center. No I didn&#8217;t use LinuxMCE, I just installed all the RPMs using yum. Unfortunately I couldn&#8217;t get any audio or video out of it. This was purely a configuration issue but I didn&#8217;t know it at the time. Instead I jumped into wrong conclusions when I read a couple of posts that said MythTv 0.20 isn&#8217;t compatible with the Asus MyCinema P7131.</p>
<p>That conclusion isn&#8217;t all that wrong either. MythTV 0.20 really doesn&#8217;t work with it, but 0.20.2 is compatible. And that is exactly what was installed on my machine. So like the fool I am, I removed it with the greatest difficulty (yum again complained about dependencies when it shouldn&#8217;t have done) and installed MythTV 0.21. That version hasn&#8217;t yet been released and it&#8217;s only available through the &#8216;bleeding&#8217; version of the Atrpms repository.</p>
<p>After installation of this version (but not because of it), I am finally getting some video on my screen. Unfortunately there is nothing on the speakers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/1341.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux MCE</title>
		<link>http://www.raditha.com/blog/archives/1337.html</link>
		<comments>http://www.raditha.com/blog/archives/1337.html#comments</comments>
		<pubDate>Tue, 15 Jan 2008 00:17:16 +0000</pubDate>
		<dc:creator>raditha</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[quadruple play]]></category>

		<guid isPermaLink="false">http://raditha/blog/?p=604</guid>
		<description><![CDATA[Mythtv on Fedora seems to be such a pain in the neck. Perhaps I should have downloaded mythdora instead but what I decided to do after giving up on Fedora 8 was to download linux MCE. There are two flavours, one for idiot and another for non idiot. Later on I found that there is [...]]]></description>
			<content:encoded><![CDATA[<p>Mythtv on Fedora seems to be such a pain in the neck. Perhaps I should have downloaded mythdora instead but what I decided to do after giving up on Fedora 8 was to download linux MCE. There are two flavours, one for idiot and another for non idiot. Later on I found that there is little difference between the two.</p>
<p>The flavour marked as being for idiots will format your hard drives and install kubuntu 7.04 on it followed by LinuxMCE. The non idiot mode gives you the option of formatting the hard drive yourself! The latter is a DVD download while the former is a 2-CD download.</p>
<p>It was only after downloading both CDs using torrents that I found that Kubuntu 7.04 has to be downloaded separately. Darned if i will, this is an obsolete version. In fact it cannot even be directly downloaded from the Kubuntu site. So it&#8217;s back to Fedora 8.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/1337.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mythtv is it just a myth?</title>
		<link>http://www.raditha.com/blog/archives/1336.html</link>
		<comments>http://www.raditha.com/blog/archives/1336.html#comments</comments>
		<pubDate>Sun, 13 Jan 2008 04:33:08 +0000</pubDate>
		<dc:creator>raditha</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[quadruple play]]></category>

		<guid isPermaLink="false">http://raditha/blog/?p=603</guid>
		<description><![CDATA[Been struggling with MythTV for a nearly two weeks. It seems that MythTV is just a myth. At first I tried to install from the sources but ./configure kept on complaining about a missing liblame even when it was present on the hard drive for all to see. So I switched to YUM.
Installation through yum [...]]]></description>
			<content:encoded><![CDATA[<p>Been struggling with <a href="http://www.mythtv.org">MythTV</a> for a nearly two weeks. It seems that MythTV is just a myth. At first I tried to install from the sources but ./configure kept on complaining about a missing liblame even when it was present on the hard drive for all to see. So I switched to YUM.</p>
<p>Installation through yum didn&#8217;t go very smoothly either. Yum complained about missing dependencies even though yum is supposed to fix it. Some of the missing dependencies were related to ffmpeg and libmp4v2. I tried to install them through yumex only to find that they were already installed! Then I tried removing them and reinstalling &#8211; sometimes there are conflicts between RPMs from different repositories. Livna is a classic example, RPMs from that source often cause trouble.</p>
<p>Removing libmp4v2 gave an interesting result:</p>
<div style="margin-left:20px">
<pre>Dependencies Resolved

=============================================================================
Package                 Arch       Version          Repository        Size
=============================================================================
Removing:
libmp4v2                i386       1.5.0.1-5.fc8    installed         765 k
libmp4v2                x86_64     1.5.0.1-5.fc8    installed         752 k
Removing for dependencies:
amarok                  x86_64     1.4.7-13.fc8     installed          28 M
amarok                  i386       1.4.7-13.fc8     installed          28 M

Transaction Summary
=============================================================================</pre>
</div>
<p>Notice how it&#8217;s trying to remove (the dependency) amarok and libmp4v2 twice? yet you don&#8217;t see yum attempting to reinstall them twice when you try to reinstall yum. In fact the dependencies are very different from what&#8217;s shown by the &#8216;yum install&#8217; command.</p>
<div style="margin-left:20px">
<pre>Dependencies Resolved

=============================================================================
Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
faac                    x86_64     1.25-2.fc8       atrpms             66 k
Installing for dependencies:
libfaac0                x86_64     1.25-2.fc8       atrpms             37 k
libmp4v2                x86_64     1.5.0.1-5.fc8    fedora            264 k
libmp4v2_0              x86_64     1.25-2.fc8       atrpms            236 k

Transaction Summary
=============================================================================</pre>
</div>
<p>This really isn&#8217;t the fault of mythtv but just goes to show that installing mythv isnt&#8217; the easiest thing in the world. That&#8217;s probably why you find a mythdora and a <a href="http://linuxmce.com/">linuxMCE</a>. This doesn&#8217;t mean I don&#8217;t appreciate the hard work of those developers. It&#8217;s all too easy to get carried away and complain too much.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/1336.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IP Telephony at home.</title>
		<link>http://www.raditha.com/blog/archives/1323.html</link>
		<comments>http://www.raditha.com/blog/archives/1323.html#comments</comments>
		<pubDate>Thu, 13 Dec 2007 07:28:07 +0000</pubDate>
		<dc:creator>raditha</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[quadruple play]]></category>

		<guid isPermaLink="false">http://raditha/blog/?p=598</guid>
		<description><![CDATA[My home network is supposed to carry all kinds of stuff including data, video and voice. The voice bit is causing trouble. There aren&#8217;t any licensed VOIP providers in Sri Lanka (yes , our politicians are dragging us into the dark ages). So if you buy a phone it&#8217;s a POTS terminal or a mobile. [...]]]></description>
			<content:encoded><![CDATA[<p>My home network is supposed to carry all kinds of stuff including data, video and voice. The <a href="/blog/archives/001320.html">voice bit is causing trouble</a>. There aren&#8217;t any licensed VOIP providers in Sri Lanka (yes , our politicians are dragging us into the dark ages). So if you buy a phone it&#8217;s a POTS terminal or a mobile. And the only kind of connection you can get is a POTS connection or a mobile connection.</p>
<p>The simplest solution then is to wire up your home with plain old twisted pair telephone cables, but that is consenting to live in the same dark ages as the politicians. A solution from Graham Bell&#8217;s or Queen Victoria&#8217;s time, would be to use cat 6 cable instead of phone wire but that like the Victorian moral values that Sri Lankans have embraced as our own would be extremely stupid.</p>
<p>So the proper solution is to use a combination of FXS to Ethernet and FXO or Ethernet adapaters. The wall socket would be connected to the FXS to Ethernet port (or is the other way round I always mix up FXS and FXO). That would allow the voice data to travel over TCP/IP with in the house. You will need an antique phone to answer the call. Thats where the FXO to Ethernet (or is it the FXS to Ethernet) adapter comes into the picture.</p>
<p>Of course it would be much simpler if you could use an IP phone and much better if you can use a WiFi phone. Unfortunately wired IP telephones are not easy to come by either. Same goes for WiFi phones. If you rule out the high end N Series phones by Nokia, or equally expensive imates and pocket PCs, you cannot find any WiFi phone at all. Obviously it&#8217;s stupid to use an expensive PDA as a substitute for a cheap cordless telephone.</p>
<p>So what&#8217;s the solution? Stay tuned, I will let you know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/1323.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two steps closer Quadruple Play</title>
		<link>http://www.raditha.com/blog/archives/1320.html</link>
		<comments>http://www.raditha.com/blog/archives/1320.html#comments</comments>
		<pubDate>Sat, 08 Dec 2007 19:28:32 +0000</pubDate>
		<dc:creator>raditha</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[quadruple play]]></category>

		<guid isPermaLink="false">http://raditha/blog/?p=596</guid>
		<description><![CDATA[My quadruple play at home scenario was seriously stuck in a rut until a couple of weeks ago but finally things have started to move forward.
One of the biggest stumbling blocks of course was the broadband connection but fortunately Dialog Broadband stepped up and connected me up with a 2Mbps WiMax connection. that&#8217;s much more [...]]]></description>
			<content:encoded><![CDATA[<p>My <a href="/blog/archives/001263.html">quadruple play at home scenario</a> was seriously stuck in a rut until a couple of weeks ago but finally things have started to move forward.</p>
<p>One of the biggest stumbling blocks of course was the broadband connection but fortunately <a href="/blog/archives/001313.html">Dialog Broadband stepped up</a> and connected me up with a 2Mbps WiMax connection. that&#8217;s much more than the 512Kbps SLT ADSL I have in this house. Connecting up with ADSL is like pulling teeth without anesthesia and once you get your connection you get lousy service. I am relieved that I do not need to use their services.</p>
<p>The second stumbling block was the fixed line itself. Fortunately Dialog Broadband does not need a fixed line. You do need one for an SLT ADSL connection and you need to wait months before the wire you up. Again it was dialog broadband that came to the rescue. I apealed to them to provide me with a CDMA connection. And they listened. I am their first customer in Colombo (where they have not started commercial operations yet)</p>
<p>Getting the CDMA line doesn&#8217;t solve all my problems though. I still need WiFi phones for use as terminals. Much to my chargrin I have not been able to find a single supplier for them here in Sri Lanka. This is rediculous. Apparently you need a license to import anything with a radio transmitter in it (Sri Lanka is a failed state after all). No one seems to have bothered to obtain a license for WiFi phones because hardly anyone is likely to buy one. Some importers haven&#8217;t even heard of them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/1320.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Faith Restored in Dialog</title>
		<link>http://www.raditha.com/blog/archives/1313.html</link>
		<comments>http://www.raditha.com/blog/archives/1313.html#comments</comments>
		<pubDate>Fri, 30 Nov 2007 10:31:28 +0000</pubDate>
		<dc:creator>raditha</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[quadruple play]]></category>

		<guid isPermaLink="false">http://raditha/blog/?p=593</guid>
		<description><![CDATA[Finally I have got my Dialog Telekom WiMax connection and I am very happy dialog customer once again. As I understand it this is the first connection given out from the Battaramulla base station. There were several issues in setting up the connection and the installation crew had to labour for two days in succession. [...]]]></description>
			<content:encoded><![CDATA[<p>Finally I have got my Dialog Telekom WiMax connection and I am very happy dialog customer once again. As I understand it this is the first connection given out from the Battaramulla base station. There were several issues in setting up the connection and the installation crew had to labour for two days in succession. Most of the problems were caused by foliage but some of it probably had to do with teething problems at their tower.</p>
<p>The connection was setup on Wednesday but I didn&#8217;t get to try it out till today. I did visit the location yesterday but the dialog crew had forgotten to leave a patch cable behind. No worries I have plenty of my own but didn&#8217;t have one in my notebook bag. Took one with me today when I visited the site and to my great pleasure the connection was up and running.</p>
<p>I have torn up my Sri Lanka Telecom application. Hope Dialog&#8217;s CDMA coverage extends to Colombo soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/1313.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home Network.</title>
		<link>http://www.raditha.com/blog/archives/1293.html</link>
		<comments>http://www.raditha.com/blog/archives/1293.html#comments</comments>
		<pubDate>Fri, 26 Oct 2007 10:10:48 +0000</pubDate>
		<dc:creator>raditha</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[quadruple play]]></category>

		<guid isPermaLink="false">http://raditha/blog/?p=585</guid>
		<description><![CDATA[Visited Eastlink and bought some of the requirement for the network at my new house (which is still under construction).
The network is to be part wired and part wireless. The wired bits will be gigabit Ethernet. Obviously Cat 6 cabling is needed. The other option fiber optic cabling is out of the question. Primarily because [...]]]></description>
			<content:encoded><![CDATA[<p>Visited <a href="http://www.eastlink.lk">Eastlink</a> and bought some of the requirement for the network at my new house (which is still under construction).</p>
<p>The network is to be part wired and part wireless. The wired bits will be gigabit Ethernet. Obviously Cat 6 cabling is needed. The other option fiber optic cabling is out of the question. Primarily because it&#8217;s so costly. The tools needed are pretty expensive too. Beside I have no prior experience in fiber optic networking.</p>
<p>The cat 6 cable isn&#8217;t cheap either. That&#8217;s because Eastlink does not sell it by the meter but by the box. The box contains 305 meters (1000 feet). That&#8217;s quite a lot more than what I need. Still I was happy to buy the box for Rs 19,000.00 because it&#8217;s a Canadian product and heaps better than the junk that many of the other vendors offer.</p>
<p>Walking into Eastlink itself was a novel experience. I have a dim opinion of Sri Lankan hardware vendors but at first glance they are different. They are helpful and knowledgeable. Other places are staffed by idiots who think they know it all but cannot tell the difference between a bit and a byte.</p>
<p>The reason that I chose eastlink is because their website is also different. Other hardware dealer&#8217;s sites look like they were built by a 3 year old with Frontpage and a pirate copy of Flash.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/1293.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asterisk</title>
		<link>http://www.raditha.com/blog/archives/1268.html</link>
		<comments>http://www.raditha.com/blog/archives/1268.html#comments</comments>
		<pubDate>Thu, 13 Sep 2007 23:27:43 +0000</pubDate>
		<dc:creator>raditha</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[quadruple play]]></category>

		<guid isPermaLink="false">http://raditha/blog/?p=575</guid>
		<description><![CDATA[Quadruple play at home took a backseat the last couple of weeks because of a lots of other things including the Literary Festival. But I did get an opportunity to download and install asterisk. Installation was straight forward but afterwards I found myself asking what now?
Finding answers to that question turned out to be surprisingly [...]]]></description>
			<content:encoded><![CDATA[<p>Quadruple play at home took a backseat the last couple of weeks because of a lots of other things including the Literary Festival. But I did get an opportunity to download and install asterisk. Installation was straight forward but afterwards I found myself asking what now?</p>
<p>Finding answers to that question turned out to be surprisingly difficult. Matters were not made any easier by the <a href="http://asteriskdocs.org">asteriskdocs.org</a> being unavailable. That was two weeks ago. They haven&#8217;t brought it back up yet.</p>
<p>Then I ran into another site; <a href="http://www.asteriskguru.com/">Asterisk Guru</a> that seemed to answer quite a few questions. There, i learnt of the <a href="http://www.zoiper.com/">Zoiper</a> softphone and installed it on the mac and for good measure I installed a copy on my sister&#8217;s macbook as well. So now I can talk to her PC to PC (heck i can do that with skype too but this is different). But that&#8217;s only possible when we are both in the same Lan. I haven&#8217;t quite figured out how to bring the POTS into the picture.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/1268.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quadruple Play at Home</title>
		<link>http://www.raditha.com/blog/archives/1263.html</link>
		<comments>http://www.raditha.com/blog/archives/1263.html#comments</comments>
		<pubDate>Wed, 29 Aug 2007 05:01:10 +0000</pubDate>
		<dc:creator>raditha</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[quadruple play]]></category>

		<guid isPermaLink="false">http://raditha/blog/?p=574</guid>
		<description><![CDATA[Quadruple play is a favorite telco buzzword to describe the integration of Mobile and Fixed telephony with broadband internet plus television and their delivery through one network. It seems an appropriate term to describe the setup I have planned for my new home.
Perhaps it&#8217;s better to use the term quintuple play because Radio will also [...]]]></description>
			<content:encoded><![CDATA[<p>Quadruple play is a favorite telco buzzword to describe the integration of Mobile and Fixed telephony with broadband internet plus television and their delivery through one network. It seems an appropriate term to describe the setup I have planned for my new home.</p>
<p>Perhaps it&#8217;s better to use the term quintuple play because Radio will also be over the network. This home network will be a mix of wired and wireless elements. The wired bits will use Cat 6 cabling and wireless of course will be Wi Fi. A security camera and intercom at the gate, several phones and of the macbook will be served through a wireless access point.</p>
<p>An FXS to Ethernet adapter (also known as a VoIP interface to Analog Telephone) will be needed to connect the POTS  to the network. The handsets will all be VoIP phones. I don&#8217;t know a great deal about PBX systems, so I am going to set one up with software. Asterix is the most likely choice at the moment.</p>
<p>The POTS will not be really pots either. It will be a Dialog CDMA phone, which is a 3G system. I haven&#8217;t quite decided wheather to use Dialog WiMax or SLT ADSL for broadband. Wimax is faster and more expensive while ADSL is slower and cheaper. The drawback with ADSL is the long waiting list and SLT&#8217;s lack of reliability. It&#8217;s tough decision because my mobile phone (and the phones belonging to evey member of my family) happens to be a Dialog. The satellite television system will be through a Dialog subsidiary. It doesn&#8217;t pay to have an over dependence on one provider.</p>
<p>Television itself will be through a Tivo like system powered by MythTV or something similar. Heck MythTV is much better than Tivo. You don&#8217;t have to pay anything. The fact that I don&#8217;t watch TV except for the odd cricket match is totally immaterial. As a geek i have to do this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/1263.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: www.raditha.com @ 2010-07-31 09:27:29 -->