2008/12/29 Gregoire Favre gregoire.favre@gmail.com:
DVB: registering adapter 1 frontend 0 (Conexant CX24116/CX24118)... DVB: registering adapter 1 frontend 1 (Conexant CX22702 DVB-T)... cx88[1]/2: subsystem: 14f1:0084, board: Geniatech DVB-S [card=52] cx88[1]/2: cx2388x based DVB/ATSC card CX24123: detected CX24123 DVB: registering new adapter (cx88[1]) DVB: registering adapter 2 frontend 0 (Conexant CX24123/CX24109)...
The problem is certainly in : DVB: registering adapter 1 frontend 0 (Conexant CX24116/CX24118)... DVB: registering adapter 1 frontend 1 (Conexant CX22702 DVB-T)...
The card tune well for example with kaffeine to BBC HD.
Any idea on how to use it with VDR (dvb-t is of second interest to me) ?
VDR doesn't support MFE (Multifrontend) features of S2API in dvbdevice.c ---------------------------------------------------- cDvbName(const char *Name, int n) { snprintf(buffer, sizeof(buffer), "%s%d/%s%d", DEV_DVB_ADAPTER, n, Name, 0); } ----------------------------------------------------- It will tries always frontend0
Regards Oleg Roitburd