Michael Krufky wrote: > I'm happy to let you know that I have successfully gotten digital video > working (only with 8vsb, not qam256). I have already applied the > changes into video4linux cvs and the dvb-pll changes into linuxtv cvs. > In addition, I solved the problem where cx88-dvb automatically loads up > mt352, or51132, cx22702 and lgdt3302 no matter which one is needed. As > of now, only the correct module will be loaded up when modprobing > cx88-dvb. (I have applied the same fix with saa7134). Can you outline how? IIRC we wanted to avoid an #ifdef mess so we just statically depend on all frontends. This was considered OK as the frontend drivers are usually tiny. Johannes