Hi, Carsten Otto wrote: > 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 Class 0480: 1131:7146 (rev 01) > Subsystem: 13c2:0002 ... > 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; I have no problems to believe that one of the many changes breaks something for you, but alps_bsrv2/ves1x93 is a satellite frontend. What's not working? Does it work in plain 2.6.12? dmesg output? Johannes