[mythtv-users] Knopmuyt + WinTV card, can't change chanels

Martina Walter lists at kratzt.net
Sat Jan 3 19:35:50 EST 2004


On Sun, 2004-01-04 at 01:19, stan wrote:

> If I use the number keys to type in the chanel, I see them apear on the
> screen, but the chanel does not change. 
> 
> What should I check?

mysql -u root mythconverg 
mysql> select * from channel;

This should give you an output of all channels in your database. Check
if freqid and channum are filed. If not, fill them by

mysql> update channel set channum='<whatever number you want>', freqid='<frequency for that channel>' where chanid='<chanid of channel>';

(All in one single line.)
It should work after that.

HTH

Martina


More information about the mythtv-users mailing list