Michael Krufky wrote: > I must remind you: There is one major bug that I still haven't fixed... > Apparantly, When using analog mode, pin #26 of the lgdt3303 is being > set low, and it shouldnt be. This causes the frontend to die. The only > way to bring it back is by removing and reloading the module: > > modprobe -r dvb-bt8xx > modprobe dvb-bt8xx Please grab new cvs. I have committed the following fix to the above bug: > diff -u -r1.78 -r1.79 > --- video4linux/bttv-cards.c 2005/09/16 19:18:21 1.78 > +++ video4linux/bttv-cards.c 2005/09/24 01:11:14 1.79 > @@ -2432,7 +2432,7 @@ > .svhs = 2, > .muxsel = { 2, 3 }, > .gpiomask = 0x00e00007, > - .audiomux = { 0x00400005, 0, 0, 0, 0, 0 }, > + .audiomux = { 0x00400005, 0, 0, 0, 0x00400007, 0 }, > .no_msp34xx = 1, > .no_tda9875 = 1, > .no_tda7432 = 1, -- Michael Krufky