On Sun, 2002-09-01 at 19:06, Barry wrote: > Hi, > > I have a problem using my Pinnacle PCTV Pro card under Linux. I can use xawtv > to view TV OK, but I cannot change channel. I have a dual boot machine and > the channel remains fixed on the last channel the card was set to under Hi, I had this problem when I was actually loading an older tuner module instead of the newer, patched one. Please check if your /lib/modules/(kernel-version)/kernel/drivers/media/video/ contains tuner.o. If so, that might be the problem. I simply moved the contents of /lib/modules/(kernel-version)/v4l2/ (newer modules) to the former, rmmod the old modules, then ran depmod -a and modprobe tuner. Hope this helps, Alex