[mythtv] Setting up the Leadtek Winfast XP 2000+

Mike Wohlgemuth mjw at woogie.net
Wed Feb 26 10:21:18 EST 2003


Byung Kim wrote:

>The above
>post says I need to "hack bttv" but I have no clue how that's done.  I'm
>guessing I need to download the source for bttv, modify it somehow and then
>recompile?  I wouldn't even know where to begin.
>

There is a file called bttv-cards.c that you will need to edit.  On my 
RedHat 8.0 box, it is in /usr/src/linux-2.4/drivers/media/video/.  In my 
case, I changed this:

        name:           "Leadtek WinFast 2000",
        video_inputs:   3,
        audio_inputs:   1,
        tuner:          0,
        svhs:           2,
        gpiomask:       0xc33000,
        muxsel:         { 2, 3, 1, 1,0},
        audiomux:       { 
0x422000,0x001000,0x621100,0x620000,0x800000,0x620000},
        needs_tvaudio:  0,
        pll:            PLL_28,
        tuner_type:     -1,
        audio_hook:     winfast2000_audio,

to this:

        name:           "Leadtek WinFast 2000",
        video_inputs:   3,
        audio_inputs:   1,
        tuner:          0,
        svhs:           2,
        gpiomask:       0xc33000,
        muxsel:         { 2, 3, 1, 1,0},
        audiomux:       { 
0x422000,0x001000,0x621100,0x620000,0x800000,0x620000},
        needs_tvaudio:  0,
        pll:            PLL_28,
        tuner_type:     2,
        audio_hook:     winfast2000_audio,

and rebuilt my kernel.

Woogie



More information about the mythtv-dev mailing list