Ok thats the answer I hoped not to hear ;)
I cloned the rep and dirty hacked the tvheadend, just edited the two methods in
"tvheadend/src/dvb/dvb_support.c"
to
> int
> dvb_str_to_adaptertype(const char
str)
> {
> return FE_QAM;
> }
>
> const char
> dvb_adaptertype_to_str(int type)
> {
> return val2str(FE_QAM, adaptertype) ?: "invalid";
> }
>
fresh compiled it seems to work, every adapter is now type dvb-c (FE_QAM).
This is really a dirty solution, would be great if someone get's me a better one..
Thank for your help