<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi All.</div><div><br></div><div>Wonder if anyone can shed some light on the tuner problems. And what I think is a database corruption issue.</div><div><br></div><div>I have had a perfect working system for nearly 3 years, so as you can imagine I am very nervous about database issues. But must admit that I think mine was corrupted on a power cut. However, the entire system has been fine apart from I noticing that my tuners incremented up with each configuration change.</div><div><br></div><div>I decided to bite the bullet and upgrade to 10.4 Mythbuntu. Upgrade went well, and my tuners, allowed me to scan for channels, but would not allow live tv or recordings, and said tuner unavailable. With that I gave up and restored my config back to the old version on 8.4.</div><div><br></div><div>Assuming that perhaps something was wrong with my db, I decided to reconfigure the cards in the working version, and sort out the tuner numbering :-</div><div><br></div><div><pre class="bbcode_code" style="height: 84px;">$ mysql mythconverg -u mythtv -p
(Enter password for mythtv mysql user)
mysql&gt; truncate table capturecard;
mysql&gt; truncate table cardinput;
mysql&gt; quit
</pre><div>That solved the tuner numbering, and I went on to scan channels on my tuners cards, which worked well. Same issue on frontends, tuners unavailable! No live tv or recordings?</div></div><div>Mythbackend log says very little, and not so much as one error, but I have not adjusted the logging level yet. With this all in mind, I thought this was a db error, so checked and optimized it, still no joy.</div><div><br></div><div>I am at a total loss now, wished there was a way to do a clean install, but am concerned that a restore of the DB would just bring the problem back?</div><div><br></div><div><br></div><div>8.4 running 0.21.0+fixes21768-0ubuntu0+mythbuntu1<br>
Nova-S x2</div><div>Nova-T 500<br>
 <br>
<br>
<br>
paul@vs:~$ sudo ./CheckMythDB.pl <br>
[--].No command line options defined trying mysql.txt<br>
[--].Try ./CheckMythDB.pl -H for help<br>
[--].Looking for Database information in /usr/local/share/mythtv/mysql.txt<br>
[--].Looking for Database information in /usr/share/mythtv/mysql.txt<br>
[--].Found configuration file /usr/share/mythtv/mysql.txt<br>
[--].Looking for Database information in /etc/mythtv/mysql.txt<br>
[--].Found configuration file /etc/mythtv/mysql.txt<br>
[--].Looking for Database information in /usr/local/etc/mythtv/mysql.txt<br>
[--].Looking for Database information in /home/paul/.mythtv/mysql.txt<br>
[--].Found configuration file /home/paul/.mythtv/mysql.txt<br>
[--].Looking for Database information in mysql.txt<br>
[--] Using HostName 'server', DatabaseHost '10.0.0.1', SQLUserName 'mythtv', SQLPassword 'qujaisoa'<br>
[!!].Checking configuration for host 'server' but running on host 'vs' <br>
[OK].Found 2 video sources<br>
[OK].Videosource 1 'freesat' has a EPG source defined (eitonly)<br>
[OK].Videosource 2 'freeview' has a EPG source defined (eitonly)<br>
[OK].Videoinput 1 has 4 card inputs defined<br>
[OK].Videoinput 2 has 2 card inputs defined<br>
[--].Checking start channel for each cardinput<br>
[!!].Cardinput (5) Start channel (Please add)invalid<br>
[!!].Cardinput (6) Start channel (Please add)invalid<br>
[--].Checking channel change script for each cardinput<br>
[OK].All InputCards are linked to a videosource<br>
[OK].Videosource 1 has 11 visible and 0 invisible channels defined<br>
[OK].Videosource 2 has 52 visible and 0 invisible channels defined<br>
[!!].cardinput 1 does not appear to exist as a device<br>
[!!].cardinput 2 does not appear to exist as a device<br>
[!!].cardinput 3 does not appear to exist as a device<br>
[!!].cardinput 4 does not appear to exist as a device<br>
[!!].cardinput 5 does not appear to exist as a device<br>
[!!].cardinput 6 does not appear to exist as a device<br>
[!!].cardinput 7 does not appear to exist as a device<br>
[!!].cardinput 8 does not appear to exist as a device<br>
[OK].All channels have a valid videosource<br>
[OK].All dtv_multiplex channels have a valid videosource<br>
[OK].All channel entries have a valid dtv_multiplex<br>
[--].86 dtv_multiplex entries do not have a valid channel<br>
[OK].Found 5 storage groups for 'server'<br>
[OK].Storage group 'Default' exists in file system at (/media/store/)<br>
[OK].Storage group 'Default' exists in file system at (/media/data/mythtv/)<br>
[OK].Storage group 'Default' exists in file system at (/media/music/)<br>
[OK].Storage group 'Default' exists in file system at (/media/video/recordings/)<br>
[OK].Storage group 'DB Backups' exists in file system at (/media/video/dbb/)<br>
[!!].Storage group 'LiveTV' is used in the recorded database but it's not defined<br>
<br>
<br>
Need sleep, if anyone can help that would be really great.<br>
<br>
Paul</div></body></html>