<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Tom's MythTV Saga</title><link>http://mckearney.com/blogs/toms_mythtv_saga/default.aspx</link><description>I am installing a MythTV front-end / back-end combination.  I figured that it would be an ordeal, so I decided to blog the process.  It is currently working, but in a duct-tape-and-band-aids sort of way.</description><dc:language>en-US</dc:language><generator>CommunityServer 1.1 (Build: 1.1.0.50615)</generator><item><title>backend reinstall status...</title><link>http://mckearney.com/blogs/toms_mythtv_saga/archive/2006/09/18/764.aspx</link><pubDate>Mon, 18 Sep 2006 17:45:00 GMT</pubDate><guid isPermaLink="false">13202ab9-df98-41dc-9a30-de718727451a:764</guid><dc:creator>Tom</dc:creator><slash:comments>0</slash:comments><comments>http://mckearney.com/blogs/toms_mythtv_saga/comments/764.aspx</comments><wfw:commentRss>http://mckearney.com/blogs/toms_mythtv_saga/commentrss.aspx?PostID=764</wfw:commentRss><description>Got the backend up and running.&amp;nbsp; I am in the process of reinstalling my front-end machine too..&lt;br&gt;&lt;br&gt;One question...&lt;br&gt;&lt;br&gt;Am I the ONLY person who has CONSTANT problems with burning CDs that machines can't read?&amp;nbsp; I burned a CD from 3 different machines (2 different media types) before I got one that my backend would read.&amp;nbsp; Now, I put that in the front-end and I get errors!&amp;nbsp; So, I burned another (4th one!) from my front-end's drive (4th machine!) and it wouldn't even verify!!!&amp;nbsp; WTF??&lt;br&gt;&lt;br&gt;God, this is driving me insane...&lt;br&gt;&lt;img src="http://mckearney.com/aggbug.aspx?PostID=764" width="1" height="1"&gt;</description></item><item><title>Overdue...</title><link>http://mckearney.com/blogs/toms_mythtv_saga/archive/2006/09/14/763.aspx</link><pubDate>Thu, 14 Sep 2006 12:45:00 GMT</pubDate><guid isPermaLink="false">13202ab9-df98-41dc-9a30-de718727451a:763</guid><dc:creator>Tom</dc:creator><slash:comments>0</slash:comments><comments>http://mckearney.com/blogs/toms_mythtv_saga/comments/763.aspx</comments><wfw:commentRss>http://mckearney.com/blogs/toms_mythtv_saga/commentrss.aspx?PostID=763</wfw:commentRss><description>The video card in my front-end died, so I had to steal the video card from the back end, which defaulted it to the on-board ATI video.&amp;nbsp; Since I wasn't using the front-end part of my back-end machine, this wasn't too big of a deal.&amp;nbsp; The problem is that this shuffled IRQs around and stuff.&amp;nbsp; Now, I can't things to work right 1/2 the time.&lt;br&gt;&lt;br&gt;If you remember (I'm personifying the ZERO readers that are reading this), I already didn't have stuff working on boot, so I run a couple of scripts to get stuff to work.&amp;nbsp; Well, that has really stopped working completely (and gotten really OLD).&lt;br&gt;&lt;br&gt;So, sometime really soon, I am going to reinstall my backend machine and switch from SuSE 9.1 to Ubuntu 6.06 (Dapper Drake).&amp;nbsp; There are so many changes in the OS support for things, I hope this works out well.&lt;br&gt;&lt;br&gt;Now, I need to find info on HD3000 and PVR500s in Dapper...&amp;nbsp; &lt;br&gt;&lt;br&gt;*crossing fingers*&lt;br&gt;&lt;img src="http://mckearney.com/aggbug.aspx?PostID=763" width="1" height="1"&gt;</description></item><item><title>0.19 Upgrade</title><link>http://mckearney.com/blogs/toms_mythtv_saga/archive/2006/02/27/694.aspx</link><pubDate>Mon, 27 Feb 2006 16:47:00 GMT</pubDate><guid isPermaLink="false">13202ab9-df98-41dc-9a30-de718727451a:694</guid><dc:creator>Tom</dc:creator><slash:comments>0</slash:comments><comments>http://mckearney.com/blogs/toms_mythtv_saga/comments/694.aspx</comments><wfw:commentRss>http://mckearney.com/blogs/toms_mythtv_saga/commentrss.aspx?PostID=694</wfw:commentRss><description>0.19 upgrade:&lt;br&gt;&lt;br&gt;I waited a bit to even approach the 0.19 upgrade.&amp;nbsp; I was seeing a bunch of issues in the mailing list, so I decided to wait.&amp;nbsp; Now, things seem OK, so I decided to look into it.&lt;br&gt;&lt;br&gt;I had been planning on upgrading the OS of my backend machine, because I was told a long time ago that the V4L drivers for the HD3000 cards would not be supported under Myth anymore.&amp;nbsp; Well, to my great surprise, support is still there.&amp;nbsp; So, I should still be able to run with the same OS and kernel version.&lt;br&gt;&lt;br&gt;So, I downloaded the 0.19 code (not SVN, but the 0.19 tar files).&amp;nbsp; When I went to compile, I received an error which stated:&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;font face="Courier New"&gt;/usr/X11R6/lib/libXvMCNVIDIA.so: undefined reference to `XvGetPortAttribute'&lt;/font&gt;&lt;br&gt;&lt;br&gt;After a quick google, I found a message from 2003 that said to:&lt;br&gt;&lt;br&gt;&lt;blockquote&gt;&lt;font face="Courier New"&gt;In settings.pro, change the line:&lt;br&gt;EXTRA_LIBS += -lXvMCNVIDIA -lXvMC&lt;br&gt;&lt;br&gt;to:&lt;br&gt;&lt;br&gt;EXTRA_LIBS += -lXvMCNVIDIA -lXvMC -lXv&lt;br&gt;&lt;br&gt;&lt;/font&gt;&lt;/blockquote&gt;well, it's done a little differently now.&lt;br&gt;&lt;br&gt;I edited my settings.pro and found a section that looked like this:&lt;br&gt;&lt;blockquote&gt;&lt;font face="Courier New"&gt;EXTRA_LIBS += $$LOCAL_LIBDIR_OGL&lt;br&gt;EXTRA_LIBS += $$LOCAL_LIBDIR_X11&lt;br&gt;EXTRA_LIBS += $$CONFIG_XV_LIBS&lt;br&gt;EXTRA_LIBS += $$CONFIG_XRANDR_LIBS&lt;br&gt;EXTRA_LIBS += $$CONFIG_XVMC_LIBS&lt;br&gt;EXTRA_LIBS += $$CONFIG_OPENGL_VSYNC_LIBS&lt;br&gt;&lt;/font&gt;&lt;/blockquote&gt;So, I changed it to this:&lt;br&gt;&lt;blockquote&gt;&lt;font face="Courier New"&gt;EXTRA_LIBS += $$LOCAL_LIBDIR_OGL&lt;br&gt;EXTRA_LIBS += $$LOCAL_LIBDIR_X11&lt;br&gt;EXTRA_LIBS += $$CONFIG_XV_LIBS&lt;br&gt;EXTRA_LIBS += $$CONFIG_XRANDR_LIBS&lt;br&gt;EXTRA_LIBS += $$CONFIG_XVMC_LIBS&lt;br&gt;EXTRA_LIBS += $$CONFIG_OPENGL_VSYNC_LIBS&lt;br&gt;&lt;b&gt;&lt;i&gt;EXTRA_LIBS += $$CONFIG_XV_LIBS&lt;/i&gt;&lt;/b&gt;&lt;br&gt;&lt;/font&gt;&lt;/blockquote&gt;Note the extra XV entry.&amp;nbsp; This causes -lXv to be added both before and after the -lXvMC.&amp;nbsp; This worked for me.&lt;br&gt;Also note that this only happened on my backend machine and not my front end... Very strange.&lt;br&gt;&lt;br&gt;Now I have to backup my database and upgrade.&amp;nbsp; Stay tuned...&lt;br&gt;&lt;br&gt;&lt;b&gt;UPDATE: &lt;/b&gt;&lt;br&gt;I ran into the same problem with the mythplugins compile.&amp;nbsp; Same solution worked.&lt;br&gt;&lt;br&gt;&lt;b&gt;UPDATE: &lt;/b&gt;&lt;br&gt;Everything was relatively smooth.&amp;nbsp; I still ran into &lt;a href="http://mckearney.com/blogs/toms_mythtv_saga/archive/2005/05/06/153.aspx"&gt;this problem&lt;/a&gt;, but, since I blogged it, I could fix it quickly.&lt;br&gt;I also ran into an old problem that I never blogged.&amp;nbsp; On SUSE 9.1, I guess the Xmu library is not in the right (?) place.&amp;nbsp; So, for mythmusic and mythgallery, I have to add "-L/usr/X11R6/lib" to the "LIBS" line in their Makefiles.&amp;nbsp; This fixes an issue with not finding "-lXmu".&lt;br&gt;&lt;br&gt;Now, I just have to figure out all the new stuff.&amp;nbsp; Netflix integration!?&lt;br&gt;&lt;img src="http://mckearney.com/aggbug.aspx?PostID=694" width="1" height="1"&gt;</description></item><item><title>Update (yes, I'm still here)</title><link>http://mckearney.com/blogs/toms_mythtv_saga/archive/2006/02/27/693.aspx</link><pubDate>Mon, 27 Feb 2006 16:44:00 GMT</pubDate><guid isPermaLink="false">13202ab9-df98-41dc-9a30-de718727451a:693</guid><dc:creator>Tom</dc:creator><slash:comments>0</slash:comments><comments>http://mckearney.com/blogs/toms_mythtv_saga/comments/693.aspx</comments><wfw:commentRss>http://mckearney.com/blogs/toms_mythtv_saga/commentrss.aspx?PostID=693</wfw:commentRss><description>So... I just dusted off this blog, since I was absent for so long.&amp;nbsp; This meant that things were working fine.&amp;nbsp; I'm watching more TV than ever and things are mostly working fine.&amp;nbsp; I don't like weather interference with my HD stuff, but otherwise, things are pretty good.&lt;br&gt;&lt;br&gt;I am about to do a couple things:&lt;br&gt;&lt;br&gt;1) upgrade mythtv to 0.19&lt;br&gt;2) upgrade ivtv to the latest version (I'm still on 0.3.2.z!)&lt;br&gt;&lt;br&gt;I will post about these separately soon&lt;br&gt;&lt;img src="http://mckearney.com/aggbug.aspx?PostID=693" width="1" height="1"&gt;</description></item><item><title>IR Keyboard issues.</title><link>http://mckearney.com/blogs/toms_mythtv_saga/archive/2005/08/21/612.aspx</link><pubDate>Sun, 21 Aug 2005 16:17:00 GMT</pubDate><guid isPermaLink="false">13202ab9-df98-41dc-9a30-de718727451a:612</guid><dc:creator>Tom</dc:creator><slash:comments>0</slash:comments><comments>http://mckearney.com/blogs/toms_mythtv_saga/comments/612.aspx</comments><wfw:commentRss>http://mckearney.com/blogs/toms_mythtv_saga/commentrss.aspx?PostID=612</wfw:commentRss><description>My IR keyboard is having some problems. &lt;br&gt;
&lt;br&gt;
Occasionally, it repeats the last key I hit about 10 times unless I hit
another key to interrupt it.&amp;nbsp; It's like the keyboard buffer isn't
flushing properly or something.&lt;br&gt;
&lt;br&gt;
It's either a driver issue or the infrared receiver part of the
hardware, since the same problem happens with my universal remote too.&lt;br&gt;
&lt;br&gt;
Hopefully I'll figure out what's happening.&amp;nbsp; I'd hate to have to set up lircd now...&lt;br&gt;
&lt;br&gt;
T&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Update&lt;/b&gt;: I figured out that this seems somewhat related to the
other light in the room.&amp;nbsp; I had the IR receiver a little off
(pointed in the wrong direction) and the lights were bright.&amp;nbsp; I
reoriented the receiver and things haven't seemed to happen as often at
all (like once every 10 days or more now).&amp;nbsp; So, I think it was
just an issue with direction of the IR signal bouncing around or being
diffused by the light in the room (it also seemed to happen more when
the overhead lights were on).&lt;br&gt;
&lt;br&gt;&lt;img src="http://mckearney.com/aggbug.aspx?PostID=612" width="1" height="1"&gt;</description></item><item><title>alsa audio issues - corrected</title><link>http://mckearney.com/blogs/toms_mythtv_saga/archive/2005/08/19/610.aspx</link><pubDate>Fri, 19 Aug 2005 17:03:00 GMT</pubDate><guid isPermaLink="false">13202ab9-df98-41dc-9a30-de718727451a:610</guid><dc:creator>Tom</dc:creator><slash:comments>0</slash:comments><comments>http://mckearney.com/blogs/toms_mythtv_saga/comments/610.aspx</comments><wfw:commentRss>http://mckearney.com/blogs/toms_mythtv_saga/commentrss.aspx?PostID=610</wfw:commentRss><description>I didn't realize this, but I did not have alsa set up correctly.&lt;br&gt;
&lt;br&gt;
I was using OSS emulation for my AC3 passthrough in myth tv and it worked fine.&amp;nbsp; I just assumed alsa was working properly.&lt;br&gt;
&lt;br&gt;
I found out because ogle couldn't pass through DD/DTS at all.&lt;br&gt;
&lt;br&gt;
So, I finally dug up the info that I needed this in my /etc/asound.conf file (entire contents):&lt;br&gt;
&lt;br&gt;
# Redefine the default device to S/PDIF&lt;br&gt;
pcm.!default {&lt;br&gt;
type plug&lt;br&gt;
slave.pcm "hw:0,1"&lt;br&gt;
}&lt;br&gt;
ctl.!default {&lt;br&gt;
type hw&lt;br&gt;
card 0&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
# Xine doesn't use the "default" device for S/PDIF but this:&lt;br&gt;
pcm.!iec958 {&lt;br&gt;
type plug&lt;br&gt;
slave.pcm "hw:0,1"&lt;br&gt;
}&lt;br&gt;
ctl.!iec958 {&lt;br&gt;
type hw&lt;br&gt;
card 0&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
That did the trick. Now, I'm getting DD/DTS passthrough to my optical spdif, which kicks ass.&lt;br&gt;
&lt;br&gt;
T&lt;br&gt;
&lt;br&gt;&lt;img src="http://mckearney.com/aggbug.aspx?PostID=610" width="1" height="1"&gt;</description></item><item><title>MItusbishi TV discrete remote codes</title><link>http://mckearney.com/blogs/toms_mythtv_saga/archive/2005/07/17/463.aspx</link><pubDate>Sun, 17 Jul 2005 23:38:00 GMT</pubDate><guid isPermaLink="false">13202ab9-df98-41dc-9a30-de718727451a:463</guid><dc:creator>Tom</dc:creator><slash:comments>0</slash:comments><comments>http://mckearney.com/blogs/toms_mythtv_saga/comments/463.aspx</comments><wfw:commentRss>http://mckearney.com/blogs/toms_mythtv_saga/commentrss.aspx?PostID=463</wfw:commentRss><description>&lt;b&gt;Getting
                                  Direct Input Codes for Programming Universal
                                  Remote Controls&lt;/b&gt;&lt;br&gt;
&lt;p&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;&lt;strong&gt;
                            &lt;/strong&gt;                                  For those of you looking to
                                  bypass NetCommand and
                                  utilize another universal remote, here's the procedure to get the Mitsubishi remote
                                control
                                to transmit
                                the
                                direct
                                input IR
                                codes for
                                the TV (worked for a &lt;/font&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;55813 and a 65909)&lt;/font&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;.&lt;/font&gt;&lt;/p&gt;

                              
&lt;p&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;1.
                                  To get the Mitsubishi remote control into &lt;strong&gt;Direct
                                  Input IR&lt;/strong&gt; mode, while
                                  holding down the &lt;em&gt;Power&lt;/em&gt; button, press
                                  0, 9, 0.&lt;br&gt;
                                  2. To emit the direct input IR code:&lt;/font&gt;&lt;/p&gt;

                              
&lt;p&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;*press
                                    the Device rocker button,&lt;br&gt;
                                  *then press one of the following keys corresponding
                                    to the input you want:&lt;/font&gt;&lt;/p&gt;

                              
&lt;blockquote&gt;
                                &lt;p&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;Input
        1 = 1&lt;br&gt;
        Input 2 = 2&lt;br&gt;
        Input 3 = 3&lt;br&gt;
        Input 4 = 4&lt;br&gt;
        Component Input 1 = 5&lt;br&gt;
        Component Input 2 = 6&lt;br&gt;
        DTV Input = PIP DEV&lt;br&gt;
        Monitor Link/DVI = SQV&lt;br&gt;
        VGA = QV&lt;br&gt;
        Ant A = PIP+&lt;br&gt;
        Ant B = PIP-&lt;br&gt;
        Ant DTV = PIP/POP&lt;/font&gt;&lt;/p&gt;
                                &lt;/blockquote&gt;

                              
&lt;p&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;3. To get the Mitsubishi remote control back
                              to &lt;strong&gt;Normal&lt;/strong&gt; mode, while holding down the &lt;em&gt;Power&lt;/em&gt;                              button, press 9, 3, 5.&lt;/font&gt;&lt;/p&gt;

                              &lt;br&gt;&lt;img src="http://mckearney.com/aggbug.aspx?PostID=463" width="1" height="1"&gt;</description></item><item><title>Resolution upgrade</title><link>http://mckearney.com/blogs/toms_mythtv_saga/archive/2005/07/17/462.aspx</link><pubDate>Sun, 17 Jul 2005 19:25:00 GMT</pubDate><guid isPermaLink="false">13202ab9-df98-41dc-9a30-de718727451a:462</guid><dc:creator>Tom</dc:creator><slash:comments>0</slash:comments><comments>http://mckearney.com/blogs/toms_mythtv_saga/comments/462.aspx</comments><wfw:commentRss>http://mckearney.com/blogs/toms_mythtv_saga/commentrss.aspx?PostID=462</wfw:commentRss><description>I've been running 960x540p for a long time.&amp;nbsp; It is a nice resolution, but HDTV is true 1920x1080i resolution.&lt;br&gt;
&lt;br&gt;
So, I decided to try it again (failed previously).&amp;nbsp; I decide to pull out the big guns and use &lt;a href="http://www.entechtaiwan.net/ps.htm"&gt;Powerstrip&lt;/a&gt;
to find the right settings.&amp;nbsp; I must say that Powerstrip
rocks.&amp;nbsp; I followed &lt;a href="http://archive.avsforum.com/avs-vb/showthread.php?threadid=90945"&gt;Mark Rejhon' excellent guide&lt;/a&gt; to detect the right modes
on Windows (brought another box down) and it even gives you the XF86
Modelines for what you're doing.&lt;br&gt;
&lt;br&gt;
So, I copied all the modelines over to my front-end... and it didn't work.&amp;nbsp; This is what I got:&lt;br&gt;
&lt;br&gt;
It's supposed to look like this...&lt;br&gt;

&lt;pre&gt;It's supposed to look like this...&lt;br&gt;--------------------------&lt;br&gt;|                        |&lt;br&gt;|                        |&lt;br&gt;|                        |&lt;br&gt;|                        |&lt;br&gt;|   Left       Right     |&lt;br&gt;|                        |&lt;br&gt;|                        |&lt;br&gt;|                        |&lt;br&gt;--------------------------&lt;br&gt;&lt;br&gt;It looks like this....&lt;br&gt;&lt;br&gt;--------------------------&lt;br&gt;           ||            &lt;br&gt;           ||           &lt;br&gt;           ||           &lt;br&gt;           ||            &lt;br&gt;  Right    ||    Left    &lt;br&gt;           ||            &lt;br&gt;           ||            &lt;br&gt;           ||            &lt;br&gt;--------------------------&lt;br&gt;&lt;/pre&gt;
The whole image is scrolled around.&lt;br&gt;
After hours and various incarnations of configuration, including using
the exact same card in my Windows 2000 box, I still had no
progress.&amp;nbsp; Until now.&amp;nbsp; I just found a post that says that
this is a known issue with "newer versions" of nVidia drivers and only
happens in 1080i modes.&amp;nbsp; That makes me want to kill somebody :)&lt;br&gt;
&lt;br&gt;
So, now I'm going to try downgrading my drivers and see if I can find one that won't exhibit this issue.&lt;br&gt;
&lt;br&gt;
T&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Update: &lt;/b&gt;I downgraded to 1.0.6629 and it works like a
charm.&amp;nbsp; I had to go back to Windows one more time to tweak, but
it's working now.&amp;nbsp; SWEET!&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Update 2:&lt;/b&gt; Well, trying to change video modes to "Zoom", which is
trying to take a 4:3 recording with a 16:9 letterboxed image to full
screen, the bottom 1/6 or so of the screen flickers too much to
watch.&amp;nbsp; This is annoying&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Update 3&lt;/b&gt;: &lt;a href="http://mckearney.com/files/xorg.txt"&gt;Here's my XF86Config file&lt;/a&gt;&lt;br&gt;&lt;img src="http://mckearney.com/aggbug.aspx?PostID=462" width="1" height="1"&gt;</description></item><item><title>Dirty rotten ass-covering bastards at Mitsubishi...</title><link>http://mckearney.com/blogs/toms_mythtv_saga/archive/2005/07/17/461.aspx</link><pubDate>Sun, 17 Jul 2005 16:07:00 GMT</pubDate><guid isPermaLink="false">13202ab9-df98-41dc-9a30-de718727451a:461</guid><dc:creator>Tom</dc:creator><slash:comments>1</slash:comments><comments>http://mckearney.com/blogs/toms_mythtv_saga/comments/461.aspx</comments><wfw:commentRss>http://mckearney.com/blogs/toms_mythtv_saga/commentrss.aspx?PostID=461</wfw:commentRss><description>I have a Mitsubishi WS-65909 TV (rear projection CRT 65" HDTV - Diamond series).&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp; So, when I first installed my MythTV boxes, I wanted to
connect the PC to my TV.&amp;nbsp; I noticed that it didn't have DVI
(grrr).&amp;nbsp; I did notice, however that it had VGA (SCORE!).&amp;nbsp;
Then, I noticed that the jack said "640x480" on it.&amp;nbsp; That
sucked.&amp;nbsp; I looked in the manual and it said that it only supports
640x480@60Hz.&amp;nbsp; That was pretty annoying.&amp;nbsp; So, my only choice
was to get the video into the HD Component video input.&amp;nbsp; So, I
bought an &lt;a href="https://www.audioauthority.com/index.php?p=productMore&amp;amp;iProduct=2"&gt;Audio Authority 9a60&lt;/a&gt;
so that I could convert the RGBHV signal in the VGA cable to Component
video.&amp;nbsp; So, I played with modelines and everything I could find on
the Net and found out that I could get 960x540 working, but nothing
else. I still had pretty bad overscan, but it looked great, so I went
with it.&amp;nbsp; &lt;br&gt;
&amp;nbsp;&amp;nbsp; When I finally got it all going, I realized that I could
have just bought (or made) an RGBHV breakout cable, because the TV
supports that too (grr). Oh well... no sense buying something else.&lt;br&gt;
&amp;nbsp;&amp;nbsp; Anyway, since I decided to mess with getting the res higher (to 1920x1080i), I was messing around searching on &lt;a href="http://avsforum.com"&gt;AVS Forum&lt;/a&gt;
and stumbled across someone mentioning the 640x480 limit on the
Mitsubishi televisions.&amp;nbsp; I was thinking to myself "man, that's
pretty lame to support a VGA connector and only support that".&amp;nbsp;
Then, a reply to the post caught my eye.&amp;nbsp; It said that there were
no restrictions on it.&amp;nbsp; They lied.&lt;br&gt;
&amp;nbsp;&amp;nbsp; &lt;b&gt;They LIED.&lt;/b&gt;&amp;nbsp; I never doubted the label and the
manual, but it was a lie.&amp;nbsp; I connected the VGA connector to my
MythTV front-end directly (bypassing the AA 9a60) and it &lt;b&gt;WORKED FINE!&lt;/b&gt;&amp;nbsp; Those rotten lying bastards!&amp;nbsp; I wasted &amp;gt; $100 on something I did NOT need to buy.&lt;br&gt;
&amp;nbsp;&amp;nbsp; I realize that they were covering their asses because, if
you just hook up a high refresh rate monitor-like resolution to the TV,
you could probably hurt the TV, but they could have pointed out that
the only &lt;i&gt;supported&lt;/i&gt; resolution is 640x480 and say that it can
support higher resolutions on devices designed to do ATSC signals or
whatever they need to say.&amp;nbsp; They should have just let me know it
was possible.&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp; Anyway, &lt;a href="http://www.ebay.com/"&gt;Ebay&lt;/a&gt;, here we come.&amp;nbsp; &lt;br&gt;

&lt;br&gt;
T&lt;br&gt;&lt;img src="http://mckearney.com/aggbug.aspx?PostID=461" width="1" height="1"&gt;</description></item><item><title>Dammit... </title><link>http://mckearney.com/blogs/toms_mythtv_saga/archive/2005/06/29/318.aspx</link><pubDate>Wed, 29 Jun 2005 20:45:00 GMT</pubDate><guid isPermaLink="false">13202ab9-df98-41dc-9a30-de718727451a:318</guid><dc:creator>Tom</dc:creator><slash:comments>0</slash:comments><comments>http://mckearney.com/blogs/toms_mythtv_saga/comments/318.aspx</comments><wfw:commentRss>http://mckearney.com/blogs/toms_mythtv_saga/commentrss.aspx?PostID=318</wfw:commentRss><description>I am having this error in the Myth backend when I try to delete&lt;br&gt;
&lt;br&gt;
2005-06-29 09:54:03.705 /dev/video32 ringbuf avg 0.266425% max 1.40625% samples 143346&lt;br&gt;
2005-06-29 10:02:58.321 /dev/video32 ringbuf avg 0.266155% max 1.40625% samples 143526&lt;br&gt;
2005-06-29 10:04:28.231 Error: offset&amp;gt;181, pes length &amp;amp; current can not be queried&lt;br&gt;
2005-06-29 10:11:52.703 /dev/video32 ringbuf avg 0.26628% max 1.59375% samples 143461&lt;br&gt;
2005-06-29 10:15:53.427 Error: offset&amp;gt;181, pes length &amp;amp; current can not be queried&lt;br&gt;
2005-06-29 10:16:49.475 Error: offset&amp;gt;181, pes length &amp;amp; current can not be queried&lt;br&gt;
2005-06-29 10:20:49.215 /dev/video32 ringbuf avg 0.265448% max 1.875% samples 144034&lt;br&gt;
&lt;br&gt;
I have no idea what the deal is... I might just upgrade because it's been a long time.&lt;br&gt;
&lt;br&gt;
T&lt;br&gt;&lt;img src="http://mckearney.com/aggbug.aspx?PostID=318" width="1" height="1"&gt;</description></item><item><title> I want to hurt someone</title><link>http://mckearney.com/blogs/toms_mythtv_saga/archive/2005/05/07/154.aspx</link><pubDate>Sat, 07 May 2005 22:17:00 GMT</pubDate><guid isPermaLink="false">13202ab9-df98-41dc-9a30-de718727451a:154</guid><dc:creator>Tom</dc:creator><slash:comments>0</slash:comments><comments>http://mckearney.com/blogs/toms_mythtv_saga/comments/154.aspx</comments><wfw:commentRss>http://mckearney.com/blogs/toms_mythtv_saga/commentrss.aspx?PostID=154</wfw:commentRss><description>I was having problems with shows showing up as 0 length.  I decided to see if upgrading MythTV would work for me.&lt;br&gt;&lt;br&gt;Once
I upgraded, I was getting lots of issues. The front end is frequently
getting a timeout talking to the backend trying to do almost anything.
The backend spits out "joined null on WriteStringList" and the front
end then locks up.&lt;br&gt;&lt;br&gt;I thought it was the processor-specific optimizations so I rebuilt and retried.... nothing.&lt;br&gt;&lt;br&gt;Now,
the weird thing is, I tried running the other front end (same machine
as the backend) and it worked fine. SO, it's just my front-end machine.&lt;br&gt;&lt;br&gt;So,
I figured... I downloaded the code to the backend... built there... did
a "make distclean" and then transferred the directory over to the front
end. MAYBE the make distclean doesn't clean everything up and there's
some remnant from the other machine that's breaking things. So, I'm
trying to get CVS latest directly from the Front end now (am going to
tar it up first thing).&lt;br&gt;&lt;br&gt;I'll keep posting so that all (zero) of you can read on :)&lt;br&gt;&lt;br&gt;&lt;span&gt;Update&lt;/span&gt;:
It was preview image generation!!! I had enabled that for fun (hadn't
had it enabled for some reason) and apparently there was a bug in it.
Someone else had the same problem and I saw a dev list posting... He
tracked it down better than I did... yay! &lt;img src="http://mckearney.com/aggbug.aspx?PostID=154" width="1" height="1"&gt;</description></item><item><title>Compiler errors with id3tag.h</title><link>http://mckearney.com/blogs/toms_mythtv_saga/archive/2005/05/06/153.aspx</link><pubDate>Fri, 06 May 2005 22:17:00 GMT</pubDate><guid isPermaLink="false">13202ab9-df98-41dc-9a30-de718727451a:153</guid><dc:creator>Tom</dc:creator><slash:comments>1</slash:comments><comments>http://mckearney.com/blogs/toms_mythtv_saga/comments/153.aspx</comments><wfw:commentRss>http://mckearney.com/blogs/toms_mythtv_saga/commentrss.aspx?PostID=153</wfw:commentRss><description>      I forgot... on my front-end machine, I get these errors compiling: &lt;br&gt;&lt;br&gt;&lt;span&gt;metaioid3v2.cpp:443: error: `id3_frame_delete' undeclared (first use this function)&lt;br&gt;metaioid3v2.cpp: In member function `bool MetaIOID3v2::setComment(id3_tag*, const char*, QString, QString)':&lt;br&gt;metaioid3v2.cpp:532: error: `id3_frame_new' undeclared (first use this function)&lt;br&gt;metaioid3v2.cpp:540: error: `id3_frame_delete' undeclared (first use this function)&lt;br&gt;metaioid3v2.cpp:547: error: `id3_utf8_ucs4duplicate' undeclared (first use this function)&lt;br&gt;make[2]: *** [metaioid3v2.o] Error 1&lt;br&gt;&lt;/span&gt;&lt;br&gt;&lt;br&gt;I
found out that I have 2 id3tag.h files, so I went into metaioid3v2.h
and changed its include statement for this file to hard code to
"/usr/include/id3tag.h" so that it picks up the right one. &lt;br&gt;&lt;br&gt;I have no idea why I have 2 of them, but this is what I'm doing now.&lt;br&gt;&lt;br&gt;T&lt;img src="http://mckearney.com/aggbug.aspx?PostID=153" width="1" height="1"&gt;</description></item><item><title>Woo Hoo!! : &amp;quot; Court Nixes 'Broadcast Flag' &amp;quot;</title><link>http://mckearney.com/blogs/toms_mythtv_saga/archive/2005/05/06/152.aspx</link><pubDate>Fri, 06 May 2005 22:15:00 GMT</pubDate><guid isPermaLink="false">13202ab9-df98-41dc-9a30-de718727451a:152</guid><dc:creator>Tom</dc:creator><slash:comments>0</slash:comments><comments>http://mckearney.com/blogs/toms_mythtv_saga/comments/152.aspx</comments><wfw:commentRss>http://mckearney.com/blogs/toms_mythtv_saga/commentrss.aspx?PostID=152</wfw:commentRss><description>
      &lt;a href="http://www.wired.com/news/politics/0,1283,67447,00.html?tw=wn_tophead_2"&gt;Wired News: Court Nixes 'Broadcast Flag'&lt;/a&gt;&lt;br&gt;&lt;br&gt;I had &lt;a href="http://mymythsaga.blogspot.com/2005/01/brief-bit-about-hdtv-and-fcc.html"&gt;[FIX THIS LINK] previously ranted about this topic&lt;/a&gt; and can only assume that it was my outburst that swayed the courts in this matter.  You're welcome ;)&lt;br&gt;&lt;br&gt;I'm so psyched about this.  I am just waiting for their next tactic... Probably lobbying congress right now.&lt;img src="http://mckearney.com/aggbug.aspx?PostID=152" width="1" height="1"&gt;</description></item><item><title>Zero length recordings... grr</title><link>http://mckearney.com/blogs/toms_mythtv_saga/archive/2005/05/04/151.aspx</link><pubDate>Wed, 04 May 2005 22:14:00 GMT</pubDate><guid isPermaLink="false">13202ab9-df98-41dc-9a30-de718727451a:151</guid><dc:creator>Tom</dc:creator><slash:comments>0</slash:comments><comments>http://mckearney.com/blogs/toms_mythtv_saga/comments/151.aspx</comments><wfw:commentRss>http://mckearney.com/blogs/toms_mythtv_saga/commentrss.aspx?PostID=151</wfw:commentRss><description>      I'm having a big issue with zero length recordings lately... &lt;br&gt;&lt;br&gt;Multiple
recordings per day will come up 0 length... it happens immediately.. as
soon as the recording starts, it stays at 0 length, but the card stays
in "recording" state until the end of the show. It really sucks.&lt;br&gt;&lt;br&gt;I looked in the dmesg output and I see lots of stuff like this:&lt;br&gt;&lt;pre&gt;&lt;br&gt;__ide_do_rw_disk - bad command: dev hda: flags = REQ_RW REQ_NOMERGE REQ_STARTED&lt;br&gt;REQ_BLOCK_PC&lt;br&gt;sector 658632, nr/cnr 0/0&lt;br&gt;bio 00000000, biotail 00000000, buffer 00000000, data 00000000, len 0&lt;br&gt;cdb: 1b 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00&lt;br&gt;&lt;/pre&gt;&lt;br&gt;&lt;br&gt;That could have something to do with it.&lt;br&gt;&lt;br&gt;So,
right now, I'm downloading a kernel patch from SUSE (whatever the
latest one will be) and hoping that it solves the problem. Also, I
think I might run fsck or whatever the equivalent is for the filesystem
I have (can't remember which one it is right now... xfs?)&lt;br&gt;&lt;br&gt;Anyway, I'll update when there's a fix.&lt;img src="http://mckearney.com/aggbug.aspx?PostID=151" width="1" height="1"&gt;</description></item><item><title> False Start, 5 yard penalty, repeat 1st down...</title><link>http://mckearney.com/blogs/toms_mythtv_saga/archive/2005/04/17/150.aspx</link><pubDate>Sun, 17 Apr 2005 22:13:00 GMT</pubDate><guid isPermaLink="false">13202ab9-df98-41dc-9a30-de718727451a:150</guid><dc:creator>Tom</dc:creator><slash:comments>0</slash:comments><comments>http://mckearney.com/blogs/toms_mythtv_saga/comments/150.aspx</comments><wfw:commentRss>http://mckearney.com/blogs/toms_mythtv_saga/commentrss.aspx?PostID=150</wfw:commentRss><description>SO, I took out the old bttv card and put in the PVR-500... I
downloaded the latest ivtv driver (0.3.2z) and tried to compile it. I
got this:&lt;br&gt;&lt;br&gt;/home/tom/tmp/ivtv-0.3.2z/driver/msp3400.c:131: error: parse error before "int"&lt;br&gt;/home/tom/tmp/ivtv-0.3.2z/driver/msp3400.c:131: warning: type defaults to `int' in declaration of `module_param'&lt;br&gt;/home/tom/tmp/ivtv-0.3.2z/driver/msp3400.c:131: warning: function declaration isn't a prototype&lt;br&gt;/home/tom/tmp/ivtv-0.3.2z/driver/msp3400.c:131: warning: data definition has no type or storage class &lt;br&gt;....&lt;br&gt;&lt;br&gt;I
have found many people online that have had this issue, yet I can't
find the solution to the issue. Nobody's responding on the #ivtv-dev
IRC channel either.&lt;br&gt;&lt;br&gt;Well, time to try emailing the dev list.&lt;br&gt;&lt;br&gt;&lt;span&gt;Update:&lt;/span&gt; - I manually forced all the code to use the "old" way of doing module_param calls, and it seems to be OK now.  Stay tuned.&lt;br&gt;&lt;br&gt;&lt;span&gt;Update:&lt;/span&gt;
- I spent most of the day working on that, and it turns out that my
manual code changes caused most of my problems. Right now, I have
s-video input working on both inputs but the audio is just crackly.
Unfortunately, I took a crack at getting the HD3000 cards working and
it didn't work at all :( I'll get it working eventually.&lt;br&gt;&lt;br&gt;&lt;span&gt;Update:&lt;/span&gt;

- I just had to use some different settings for the audio. Here are the
current settings (run in a script) that I use to get my PVR-500 working
(with ivtv driver version 0.3.2z):&lt;br&gt;&lt;pre&gt;&lt;br&gt;modprobe -v tveeprom&lt;br&gt;modprobe -v cx25840&lt;br&gt;modprobe -v wm8775&lt;br&gt;modprobe -v msp3400&lt;br&gt;modprobe -v tuner&lt;br&gt;modprobe -v ivtv&lt;br&gt;sleep 1&lt;br&gt;ivtvctl -d /dev/video2 -p 0 -u 0x3000 -q 1&lt;br&gt;ivtvctl -d /dev/video4 -p 0 -u 0x3000 -q 1&lt;br&gt;&lt;/pre&gt;&lt;br&gt;I
have no idea if the "sleep 1" is needed, but that's where I left off. I
also don't know why /dev/video2 and /dev/video4 turn out to be the
right ones to use, but it's working, so I'm not messing with it.&lt;br&gt;&lt;br&gt;Oh,
and, with this IVTV version, you have to change ALL the recording
profiles for PVR cards to record 720x480 because this driver version
doesn't support horizontal scaling.&lt;br&gt;&lt;br&gt;otherwise, things are
working like a charm (except for the VBI information that shows up as 3
or 4 squiggly lines at the top of the video, which is supposedly normal
because TV overscan usually hides it).&lt;img src="http://mckearney.com/aggbug.aspx?PostID=150" width="1" height="1"&gt;</description></item></channel></rss>
