<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Try 2.<br>
<br>
There appear to be a number of potential issues with the Nova T card. I
will list all the possible fixes but I believe that some are fixed in
the later kernel releases.<br>
<br>
In case you don't know this dmesg is a very useful tool. It reports how
the kernel started and loaded its modules (and any subsequent errors).
Run this as root<br>
<br>
sudo dmesg | more<br>
<br>
<br>
These are changes to the/etc/modprobe.d/options file (in some versions
of Linux you can put this in a different file in the modprobe.d
directory and it will be taken up, I think ubuntu is one of these).<br>
<br>
You know about the signal strength one:<br>
#switch on onboard amplifier on Nova-T-500 card<br>
options dvb-usb-dib0700 force_lna_activation=1<br>
<br>
As the card is a hybrid one which promotes a USB interface it is
possible to have problems with the USB system disconnecting the Nova T
capture modules. The following option line stops this behaviour<br>
<br>
# stops it from going to sleep thereby giving the disconnects<br>
options usbcore autosuspend=-1<br>
<br>
The inbuilt remote control module can also cause problems. The
following line turns this off.<br>
<br>
# disable the on-board remote control. This is the bit that was giving
me errors in demsg relating to MT2060 and worryingly 'over current
warnings<br>
options dvb_usb disable_rc_polling=1<br>
<br>
<br>
There are two versions of the firmware for the Nova T card. They are:<br>
<ul>
  <li>dvb-usb-dib0700-1.10.fw</li>
  <li>dvb-usb-dib0700-1.20.fw<br>
  </li>
</ul>
The second firmware is a later version but has been reported to be
somewhat flaky. I have seen late versions of Linux requiring the second
firmware. Both work and it is possible to change to the earlier version
of the firmware by simply using a link in the /lib/firmware directory.<br>
<br>
cd /lib/firmware<br>
mv dvb-usb-dib0700-1.20.fw /root<br>
ln -s dvb-usb-dib0700-1.10.fw dvb-usb-dib0700-1.20.fw<br>
<br>
<br>
These are the OS related things, now for the MythTV configuration.<br>
<br>
run the mythtv-setup program<br>
<br>
Select capture cards<br>
Select the DVB device(s)<br>
Select Recording Options<br>
<br>
Make the DVB Tuning delay at least 75ms, both 75 and 100 have been
reported to help.<br>
<br>
Check the Open DVB card on demand<br>
Uncheck Use DVB card for active EIT scan.<br>
<br>
The last two turn off the detection of the program guide. This means (I
think) that the program guide will not appear to MythTV direct from the
card. The real reason for the last two is to turn off the card when it
is not in use recording.<br>
<br>
As a number of these changes reduce functionality of the card I suggest
you try them one at a time to see which works for you. The DVB Tuning
one is a popular fix.<br>
<br>
I hope this helps.<br>
<br>
David<br>
<pre class="moz-signature" cols="72">------------------------------------------------------------------------
Dr. David J. Knowles  <a class="moz-txt-link-rfc2396E" href="mailto:dknowles@clearfield.com">&lt;dknowles@clearfield.com&gt;</a> Senior Systems Architect
Phone (+64 9)  358 2081                          Clearfield Software Ltd
Fax   (+64 9)  358 2083                    1st Floor 8-10 Whitaker Place
Mob   (+64 21) 75 9090                P O Box 3901 Auckland, New Zealand
------------------------------------------------------------------------
</pre>
<br>
<br>
Graeme Woollett wrote:
<blockquote cite="mid:4999E5D6.3030304@irl.cri.nz" type="cite">
  <pre wrap="">I'm having some issues with my Nova T 500 card.  I can scan and lock to 
channels, but after a while they go jumbled and I get "error encountered 
displaying video"
I suspect that it is a interference or signal strength issue.
I'm running the latest DVB source (it supports for my HVR4000 card).

Is 58% signal strength (from OSD) enough?

What are typical figures?

  </pre>
</blockquote>
</body>
</html>