Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re: Trouble with Nova-T on EPIA board
-----BEGIN PGP SIGNED MESSAGE-----
On Wednesday 03 Dec 2003 8:52 pm, ansalmo@dsl.pipex.com wrote:
> (b) it gives me the error "nothing to read from fd_sdt".
I get the same on my Nova-T DVB-T card here on the outskirts of Melbourne in
Australia. I'm using the frequencies given for the Upwey repeater on the DBA
website (currently just ABC and Channel 9 are broadcasting) and I get:
ABC:
./dvbtune -f 662500 -i
Using DVB card "Grundig 29504-401"
tuning DVB-T (Australia) to 662500000 Hz
polling....
Getting frontend event
FE_STATUS: FE_HAS_SIGNAL FE_HAS_LOCK FE_HAS_CARRIER FE_HAS_VITERBI FE_HAS_SYNC
Bit error rate: 533
Signal strength: 13621
SNR: 52942
FE_STATUS: FE_HAS_SIGNAL FE_HAS_LOCK FE_HAS_CARRIER FE_HAS_VITERBI FE_HAS_SYNC
<transponder type="T" freq="662500000">
Nothing to read from fd_sdt
</transponder>
Channel 9:
./dvbtune -f 641500 -i
Using DVB card "Grundig 29504-401"
tuning DVB-T (Australia) to 641500000 Hz
polling....
Getting frontend event
FE_STATUS: FE_HAS_SIGNAL FE_HAS_LOCK FE_HAS_CARRIER FE_HAS_VITERBI FE_HAS_SYNC
Bit error rate: 8498
Signal strength: 13621
SNR: 44461
FE_STATUS: FE_HAS_SIGNAL FE_HAS_LOCK FE_HAS_CARRIER FE_HAS_VITERBI FE_HAS_SYNC
<transponder type="T" freq="641500000">
Nothing to read from fd_sdt
</transponder>
The "Australia" bit is from my patch against Dave's CVS (attached).
I also note that now tune.c needs to include <stdint.h> to pick up the
definition of uint32_t.
Unfortunately I can't double check whether scan produces the same as I can't
get it to compile (see other message). :-)
cheers!
Chris
- --
Chris Samuel : http://csamuel.org/ : Melbourne, VIC
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iQEVAwUBP9LTRo1yjaOTJg85AQGthQf9E8O6xg2wmDFKM/7mu48ba5J8kzW6Q1tu
yTDXXXR2hr+5WyHOwUDoRddtJ8Qh+UjsbuosVMLFVmQdmmoek7lx8DmdH8K7Dy+d
ThHwscu5X+MGQp7Gw3mEwATjxZ8V2AYjPLTpZHD9hjInsbqIAOEQZkyui9oBgObH
hfbs+3m7ezttepX7ex7H/mvYldrNUgNxr2oFzG0/sh5BB6nHKIM3QsziSOaw1XWT
E0RdPzc2wHQbIIPd9vGieKnajnpJuOLVqqUQrn7gSquzHHihrYG0JP18K3JJOUkl
oFwkb6U0p+hB2B5JD4gc4j38geaI4rY3UtVQnJRP0bEWADX+xwPmhQ==
=Wdxk
-----END PGP SIGNATURE-----
Index: dvb_defaults.h
===================================================================
RCS file: /cvsroot/dvbtools/dvbtune/dvb_defaults.h,v
retrieving revision 1.3
diff -u -r1.3 dvb_defaults.h
--- dvb_defaults.h 6 Jul 2002 07:07:06 -0000 1.3
+++ dvb_defaults.h 7 Dec 2003 07:00:53 -0000
@@ -73,6 +73,16 @@
#endif
+#ifdef AUSTRALIA
+#define DVB_T_LOCATION "Australia"
+#define BANDWIDTH_DEFAULT BANDWIDTH_7_MHZ
+#define HP_CODERATE_DEFAULT FEC_2_3
+#define CONSTELLATION_DEFAULT QAM_64
+#define TRANSMISSION_MODE_DEFAULT TRANSMISSION_MODE_8K
+#define GUARD_INTERVAL_DEFAULT GUARD_INTERVAL_1_16
+#define HIERARCHY_DEFAULT HIERARCHY_NONE
+#endif
+
#if defined (UK) && defined (HP_CODERATE_DEFAULT)
#error Multible countries defined
#endif
@@ -95,6 +105,7 @@
#define HIERARCHY_DEFAULT HIERARCHY_NONE
#endif
+
#if HIERARCHY_DEFAULT == HIERARCHY_NONE && !defined (LP_CODERATE_DEFAULT)
#define LP_CODERATE_DEFAULT (0) /* unused if HIERARCHY_NONE */
Home |
Main Index |
Thread Index