Antoine Sirinelli wrote: > > As you maybe have read in my last post, I have problems receiving PAL > channels. So I tried an old kernel (2.2.17-21mdk) with an old version > of bttv (0.7.35). With this configuration I can see PAL channels and SECAM > channels as well. > With my configuration (kernel 2.4.4 + bttv 0.7.67) I can only see SECAM > channels. > Note that my modules.conf is the same in the two cases : > > alias char-major-81 bttv > options tuner type=3 > options bttv pll=1 card=27 > > I haven't found big differences in the sources for the 'struct tvcard > bttv_tvcards[]' and the 'static struct tunertype tuners[]'. > I kind of had the same problem. I found I had to change my modules.conf file even though it had worked before. Here's what I ended up doing. I'm using different settings/card but you should get the jest... I've shown more than just the bttv stuff just in case. # bttv alias char-major-81 videodev alias char-major-81-0 bttv pre-install bttv modprobe -k tuner type=2 ; modprobe -k msp3400 options bttv card=10 radio=1 ##options tuner type=2 "replace with the pre-install above" # FM radio alias char-major-81-64 radio0 # i2c alias char-major-89 i2c-dev options i2c-core i2c_debug=1 options i2c-algo-bit bit_test=1 # remote control # oldname #alias char-major-61 lirc_driver # newname alias char-major-61 lirc_i2c options tuner debug=1 Hope it helps Mark