Hello! I have a Hauppauge card where the latest code (patch for 2.6.12 from today) does not load the correct frontend driver. 0000:00:09.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01) Subsystem: Technotrend Systemtechnik GmbH Technotrend/Hauppauge DVB card rev2.1 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 32 (3750ns min, 9500ns max) Interrupt: pin A routed to IRQ 4 Region 0: Memory at d5800000 (32-bit, non-prefetchable) 0000:00:09.0 Class 0480: 1131:7146 (rev 01) Subsystem: 13c2:0002 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 32 (3750ns min, 9500ns max) Interrupt: pin A routed to IRQ 4 Region 0: Memory at d5800000 (32-bit, non-prefetchable) The correct code for frontend loading is the following one (av7110.c, line 2243): case 0x0002: // Hauppauge/TT DVB-C premium rev2.X av7110->fe = ves1x93_attach(&alps_bsrv2_config, &av7110->i2c_adap); break; Bye, -- Carsten Otto carsten.otto@xxxxxxxxx www.c-otto.de