Hi, please try this tiny patch. It fixes the reported problem for me. TV is running smoothly while in the background all available section filters are used to get EIT sections and other high traffic sections.
I am not using vdr and I only tested for some minutes, so please report if it works without side effects. It just increases the time, the driver waits for the arm. :-) Regards, Andreas
Index: av7110.h =================================================================== RCS file: /cvs/linuxtv/dvb-kernel/linux/drivers/media/dvb/ttpci/av7110.h,v retrieving revision 1.2 diff -u -r1.2 av7110.h --- av7110.h 18 Feb 2003 13:18:02 -0000 1.2 +++ av7110.h 17 Mar 2003 00:57:06 -0000 @@ -19,7 +19,7 @@ #define DEBISWAB 0x001e0000 #define DEBISWAP 0x002e0000 -#define ARM_WAIT_FREE (HZ) +#define ARM_WAIT_FREE (HZ*2) #define ARM_WAIT_SHAKE (HZ/5) #define ARM_WAIT_OSD (HZ)
