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 [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.



Reply via email to