Patrick Boettcher wrote: > If I would have the time (and such a card) I would try to integrate > support for the TT/Hauppauge-cards in my version of the stv0297-driver. > But unfortunately I'm totally busy at the moment and don't have the > card(s). > > Anyway, if someone wants to give it a try, you can find my current > version of the stv0297 here: > http://vaasa.wi-bw.tfh-wildau.de/~pboettch/home/files/dvb-kernel.cable-2005-06-17.tar.bz2 That's looks promising but I need some help to compile it. When I try to compile dvb-kernel.cable it stops for an error: /home/simo/softa/dvb-kernel.cable/build-2.6/dvb_frontend.c: In function `dvb_frontend_thread': /home/simo/softa/dvb-kernel.cable/build-2.6/dvb_frontend.c:396: error: too many arguments to function `refrigerator' Before that there is warnings like that: /home/simo/softa/dvb-kernel.cable/build-2.6/dvbdev.c: In function `dvb_register_device': /home/simo/softa/dvb-kernel.cable/build-2.6/dvbdev.c:238: warning: implicit declaration of function `class_simple_device_add' /home/simo/softa/dvb-kernel.cable/build-2.6/dvbdev.c: In function `dvb_unregister_device': /home/simo/softa/dvb-kernel.cable/build-2.6/dvbdev.c:258: warning: implicit declaration of function `class_simple_device_remove' I also tried to copy stv0297* to current dvb-kernel CVS version but with that I get: /home/simo/softa/dvb-kernel/build-2.6/flexcop-fe-tuner.c:433: error: unknown field `inittab' specified in initializer /home/simo/softa/dvb-kernel/build-2.6/flexcop-fe-tuner.c:433: warning: initialization makes integer from pointer without a cast