Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: Hauppauge Nova-T: problems tuning



Hugo Mills wrote:
On Mon, Mar 10, 2003 at 09:34:26AM +0100, Holger Waechtler wrote:

Hugo Mills wrote:

hrm@vlad:scan $ ./scan using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
add some of the transponders you can receive without any problems to initial.h in the ofdm section, then it should work...

Please send a patch when you get it working.

   Patch below to add Rowridge (Isle of Wight, UK DVB-T transmitter)
to the list for the "scan" app.
thanks, applied to CVS. Will show up in the 1.0.0-pre3 release.

Holger



Hugo.

diff -ur linuxtv-dvb-1.0.0-pre2-orig/apps/scan/initial.h linuxtv-dvb-1.0.0-pre2/apps/scan/initial.h
--- linuxtv-dvb-1.0.0-pre2-orig/apps/scan/initial.h 2003-01-10 12:56:00.000000000 +0000
+++ linuxtv-dvb-1.0.0-pre2/apps/scan/initial.h 2003-03-12 23:55:27.000000000 +0000
@@ -424,5 +424,26 @@
}
}
},
+ /**
+ * Rowridge, Isle of Wight (BBC1, ...)
+ */
+ {
+ .type = FE_OFDM,
+ .param = {
+ .frequency = 489833333,
+ .inversion = INVERSION_OFF,
+ { ofdm:
+ {
+ .bandwidth = BANDWIDTH_8_MHZ,
+ .code_rate_HP = FEC_3_4,
+ .code_rate_LP = FEC_NONE,
+ .constellation = QAM_16,
+ .transmission_mode = TRANSMISSION_MODE_2K,
+ .guard_interval = GUARD_INTERVAL_1_32,
+ .hierarchy_information = HIERARCHY_NONE
+ }
+ }
+ }
+ },
};



--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index