On 8/1/06, <b class="gmail_sendername">Bill Atkins</b> <<a href="mailto:atkinw@rpi.edu">atkinw@rpi.edu</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I'm trying to set up MythTV with my Hauppauge PVR-150, but I'm having<br>a couple of problems:<br><br>1. If I connect the output jack of my satellite set-top box to the<br>input of my tuner card, I'd expect to be able to tune to channel 3 on
<br>my machine and watch TV from the satellite. This doesn't work - every<br>channel I tune to is static. I've tried this from within MythTV and<br>also by manually tuning the IVTV drivers to 3 and then mplaying<br>/dev/video0 .
</blockquote><div><br>Are you sure your tuner was properly detected? Check dmesg to find out.<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2. I'd like to be able to play my PlayStation2 through my tuner card<br>(one of the reasons I bought the tuner card was to eliminate the space<br>my TV takes up). If I plug my playstation into the composite inputs<br>and select them as an input, this works. However, there's one fairly
<br>large problem - a five-second lag between pressing a button and seeing<br>a reaction. Obviously, this is no way to play a game. Does this have<br>something to do with the time it takes my card to encode MPEG's, and<br>
if so, how can I turn that off?</blockquote><div><br>Sorry, you're stuck with it. You can launch an external program to play the video, but there will still be a slight delay.<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
3. The mythfilldatabase command fails spectacularly for me. It<br>downloads the files without any issue, but then the terminal is<br>flooded with messages like this:<br><br>DB Error (Inserting into dd_schedule):<br>Query was:
<br>INSERT INTO dd_schedule<br>(programid,stationid,scheduletime,duration,repeat,stereo,subtitled,hdtv,closecaptioned,tvrating,partnumber,parttotal,endtime)<br>VALUES('SH7400760000','46172','2006-08-02T00:00:00','01:00:00',0,0,0,0,0,NULL,0,0,'2006-08-02T01:00:00');
<br>Driver error was [2/1064]:<br>QMYSQL3: Unable to execute query<br>Database error was:<br>You have an error in your SQL syntax; check the manual that<br>corresponds to your MySQL server version for the right syntax to use
<br>near 'repeat,stereo,subtitled,hdtv,closecaptioned,tvrating,partnumber,parttotal,endtim'<br>at line 1</blockquote><div><br>I'm guessing you're running MySQL version 5. Known problem. You have a couple choices here:<br>
<br>1) Downgrade to MySQL version 4.something<br>2) Upgrade MythTV to 0.19 (or even better, 0.19-fixes)<br></div><br>Carl Fongheiser<br></div><br>