On Mon, Mar 10, 2003 at 09:34:26AM +0100, Holger Waechtler wrote: > Hugo Mills wrote: > >[EMAIL PROTECTED]: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.
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
+ }
+ }
+ }
+ },
};
--
=== Hugo Mills: [EMAIL PROTECTED] carfax.org.uk | darksatanic.net | lug.org.uk ===
PGP key: 1C335860 from wwwkeys.eu.pgp.net or http://www.carfax.org.uk
--- Great oxymorons of the world, no. 6: Mature Student ---
pgp00000.pgp
Description: PGP signature
