<br><br><div class="gmail_quote">2008/7/1 Paul &lt;<a href="mailto:thannet@gmail.com">thannet@gmail.com</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi.<br>
Wonder if you can help, I am very confused by the setting in myth<br>
related to the Nova-s, I have managed to prove that the cards work by<br>
scanning :-<br>
scan -a0 -x 0<br>
-n /usr/share/doc/dvb-utils/examples/scan/dvb-s/Astra-28.2E<br>
Which produces a list of the channels fine.<br>
<br>
However I then try and scan using the mythbackend setup and all I get<br>
under connect source input is :-<br>
Error parsing parameters ?<br>
Ok so I assume I need to put in a Frequency ? Polarity? and symbol<br>
rate ? Any idea where I might find that information for Astra 28.8E<br>
Freesat? I assume it is one of these ?<br>
<br>
paul@vs:~$ scan -a 0 -x 0<br>
-n /usr/share/doc/dvb-utils/examples/scan/dvb-s/Astra-28.2E<br>
scanning /usr/share/doc/dvb-utils/examples/scan/dvb-s/Astra-28.2E<br>
using &#39;/dev/dvb/adapter0/frontend0&#39; and &#39;/dev/dvb/adapter0/demux0&#39;<br>
initial transponder 10773000 H 22000000 5<br>
initial transponder 11778000 V 27500000 2<br>
<br>
Regards a very confused Paul.<br>
<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br>The first of the two figures given for a transponder (10773000) is the frequency, followed by the polarity (horizontal or vertical) followed by the symbol rate (22000000) - I presume that you&#39;ve had a go with these figures?<br>
<br>I found it easier (for a certain value of &quot;easy&quot;) to do the channel scan separately and then import it: <br>~# scan /usr/share/doc/dvb-utils/examples/scan/dvb-s/Astra-28.2E | tee /home/mythtv/channels.conf<br>
<br>This pulls in every channel listed by the satellite, and the import process drops out the ones that are encrypted (assuming you select that option) - it still leaves a whole bunch of stuff most of which you probably won&#39;t want, and which don&#39;t match up against anything in the Radio Times xmltv feed (there must be a better way to match these together, but I haven&#39;t found it yet...!)<br>
<br>I&#39;m in the process of trying a fresh Knoppmyth R5F27 install on a separate hard disk to my main working setup (which doesn&#39;t have all the channels I want, and I don&#39;t want to break anything by messing around!) - I&#39;m trying to document everything necessary to get up and running with a Nova-S Plus card to receive all the Freesat stuff that&#39;s possible, as the existing documentation is a bit lacking for UK folk.<br>
<br>Not sure if this helps - or if anyone else is going (or has gone) through a similar process and can offer additional guidance and support...<br>