Am Donnerstag, den 23.06.2005, 14:11 +0200 schrieb Hanno Mueller: > How can I debug this problem? Is it the card, the kernel, the vdr > version, the tv channel it tuned to? > Your should generate a backtrace to locate the seqfault. Like http://linux.bytesex.org/gdb.html It's very usefull to compile vdr additional debug informations. #Make.config CFLAGS += -g -ggdb -O0 CXXFLAGS += -g -ggdb -O0 LDFLAGS += -g -ggdb -O0 Cu, Andreas