[mythtv-users] Several of Issues after install.

Mike Adolf mlnx at mho.com
Fri Jul 10 02:04:06 UTC 2009


Kevin,
Thanks for your response. However, it did not work. It seems setup can't
store the startup command in the database, probably because of the error
listed in issue 4 of my original post. Every time I run setup the
startup command is blank.

Mike


On Thu, 2009-07-09 at 14:42 -0500, Kevin Duensing wrote:
> Mike,
> 
> 
> I'm pretty new to this, and I'm not sure about your other items, but I
> was having trouble with point #2 as well.  Try creating a script (eg:
> tune.sh) with this code in it:
> 
> 
> #!/bin/bash
>   function tune {
>     # Make sure an argument was passed.
>     if [ -z "$1" ]; then echo "Use: $0 /dev/<device>" ; return ; fi
>     # Try to make sure we're working with a /dev/xxx item.
>     if [ -c "$1" ]; then
>        dd if=$1 bs=1024k count=2 &>/dev/null
>     else
>       echo "Error: $1 is not a device."
>       return
>     fi
>   }
>   
>   tune "/dev/video0"
> 
> 
> 
> 
>  I've done this on my mythbuntu box and it works fine.  You might have
> to change some elements for your Fedora setup.
> 
> 
> The script above was from  this guide on the mythtv wiki.  It's for a
> hauppauge 1600, but you might be able to glean some other useful
> information from it.
> 
> 
> Good luck,
> Kevin
> 
> On Thu, Jul 9, 2009 at 2:32 PM, Mike Adolf <mlnx at mho.com> wrote:
>         Greetings,
>         
>         Just completed installing mythtv on Fedora 11.  My
>         configuration is just
>         a single machine for viewing HD Broadcast only. Most
>         everything works -
>         execpt:
>         
>         1. I am on the 7 day trial of SchedulesDirect. My account is
>         active
>         because I can log in. However when using" mythtv-setup/Input
>         Connections/Fetch Channels from listing source, nothing
>         happens and I am
>         not sure what should be happening! To get my channels, I need
>         to scan.
>         
>         2. When watching TV, the first channel viewed (no matter which
>         channel),
>         is jerky. After viewing a second channel the jerks go away for
>         all
>         channels.
>         
>         3. mtyhbackend shows up as a service, but when enabled it
>         doesen't work
>         - frontend can't connect.
>         
>         4. While watching TV the backend produces the following error
>         several
>         times.
>         -------------
>         2009-07-09 13:14:54.646 DB Error (delta position map insert):
>         Query was:
>         INSERT INTO recordedseek (chanid, starttime, mark, type,
>         offset) VALUES
>         ( '2041' , '2009-07-09T13:14:10' , 1260 , 9 , 46978944 );
>         Driver error was [2/126]:
>         QMYSQL3: Unable to execute query
>         Database error was:
>         Incorrect key file for table './mythconverg/recordedseek.MYI';
>         try to
>         repair it
>         -------------
>         
>         
>         
>         _______________________________________________
>         mythtv-users mailing list
>         mythtv-users at mythtv.org
>         http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users



More information about the mythtv-users mailing list