On ons, 2002-10-23 at 19:57, Gerd Knorr wrote: > > >Will check next week ... > > > > > Any progress? > > Not yet, busy with v4l2 stuff ... OK. Then I did some debugging myself. I found that the radio frequency is out of range. Then I commented it out, and checked that the if-statement of MT2032 (in set_radio_freq) is true. It then continued, but I can't hear any radio.... But turning debug on, I got something that might be useful for you: Tuner is MT2032. Setting frequency to 99.1 # MY HARDCODED FREQUENCY MHzmt2032_set_if_freq rfin=99062500 if1=1085000000 if2=10700000 from=10700000 to=10700000 mt2032: rfin=99062500 lo1=226 lo1n=28 lo1a=2 sel=4, lo1freq=1186500000 mt2032: rfin=99062500 lo2=205 lo2n=25 lo2a=5 num=350 lo2freq=1076736000 spurcheck f1=1186500 f2=1076737 from=10700 to=10700 spurtest n1=1 n2=-2 ftest=-966974 spurtest n1=1 n2=-3 ftest=-2043711 spurtest n1=1 n2=-4 ftest=-3120448 spurtest n1=1 n2=-5 ftest=-4197185 spurtest n1=2 n2=-3 ftest=-857211 spurtest n1=2 n2=-4 ftest=-1933948 spurtest n1=2 n2=-5 ftest=-3010685 spurtest n1=3 n2=-4 ftest=-747448 spurtest n1=3 n2=-5 ftest=-1824185 spurtest n1=4 n2=-5 ftest=-637685 mt2032 Reg.E=0x2f mt2032 Reg.F=0x10 So there are 2 bugs: * invalid frequency supplied to "set_radio_freq(struct i2c_client *c, int freq)". * radio not working with PCTV PRO with Although I can't hear any radio, something happens, as I can hear noice at the analog audio output at the card when I for instance type at the keyboard and something change at the screen, which I don't hear before I do a tuning of radio. Hope this help. Thanks. Marius K. Norway > > Gerd > > -- > You can't please everybody. And usually if you _try_ to please > everybody, the end result is one big mess. > -- Linus Torvalds, 2002-04-20 > > > > _______________________________________________ > Video4linux-list mailing list > Video4linux-list@xxxxxxxxxx > https://listman.redhat.com/mailman/listinfo/video4linux-list