> > Hi Hans > > > > I've attached the dmesg with no sound, the driver was loaded using: > > > > modprobe ivtv ivtv_std=2 > > sleep 1 > > ivtvctl -q0 > > ivtvctl -p4 > > modprobe lirc_i2c > > sleep 1 > > lircd -d /dev/lirc0 --permission=666 > > Hi Trev, > > You still have to load the tuner module first with: > > modprobe tuner ignore=0,0x6b > > That was the problem: it autodetects the wrong chip again. > > BTW, can you make a new ticket regarding this problem with the > misdetection? That way it won't be forgotten. > > Hans > Hi Hans
I also did the same test with: modprobe tuner ignore=0,0x6b However, I obviously did not completely shutdown the computer between tests, because yesterday it did not work, but today it works fine. So the following now works: modprobe tuner ignore=0,0x6b modprobe ivtv ivtv_std=2 sleep 1 ivtvctl -q0 ivtvctl -p4 modprobe lirc_i2c sleep 1 lircd -d /dev/lirc0 --permission=666 This is great for me and anyone with a PAL tuner, it should also be fairly easy to tweak the driver to work with other tuners. Best Regards Trev _______________________________________________ ivtv-devel mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-devel
