Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Addition for scan's initial.h for UK Storeton DTT Relay
- To: linux-dvb@linuxtv.org
- Subject: [linux-dvb] Addition for scan's initial.h for UK Storeton DTT Relay
- From: Holden McGroin <holden.mcgroin@dsl.pipex.com>
- Date: Tue, 09 Sep 2003 16:58:34 +0100
- Content-transfer-encoding: 7bit
- Content-type: text/plain; charset=us-ascii; format=flowed
- Sender: linux-dvb-bounce@linuxtv.org
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030827
Hi people!
Got my DVB card working. Here's a bit to add to the initial.h file for
tuning on the Storeton UK relay transmitter. It works for me :-)
Cheers,
Holden
P.S. Hope this is OK. No idea how to make a patch :D
/**
* Storeton, Wirral, (BBC1, ...)
*/
{
.type = FE_OFDM,
.param = {
.frequency = 546167000,
.inversion = INVERSION_AUTO,
{ 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 ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index