Hi ! I've modified the sources of a 2.6.29 kernel to try to have my Terratec Hybrid usb key working in DVB-T mode. Basically I modified em28xx-cards.c, and used the settings of a WINTV HVR-900 for my card. [EM2882_BOARD_TERRATEC_HYBRID_XS] = { .name = "Terratec Hybrid XS (em2882)", .valid = EM28XX_BOARD_NOT_VALIDATED, .tuner_type = TUNER_XC2028, .tuner_gpio = default_tuner_gpio, //.mts_firmware = 1, with or without same results .has_dvb = 1, .dvb_gpio = hauppauge_wintv_hvr_900_digital, It nearly works: only the 1st tuning works, then that's as if the tuner is locked up. For example scan, tunes properly for the 1st frequency: -------------------- # scan /usr/share/dvb/dvb-t/fr-Metz scanning /usr/share/dvb/dvb-t/fr-Metz using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0' initial transponder 570166000 0 2 9 3 1 0 0 initial transponder 594166000 0 2 9 3 1 0 0 initial transponder 754166000 0 2 9 3 1 0 0 initial transponder 770166000 0 2 9 3 1 0 0 initial transponder 498166000 0 2 9 3 1 0 0 initial transponder 794166000 0 2 9 3 1 0 0 >>> tune to: 570166000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE Network Name 'F' 0x0000 0x0101: pmt_pid 0x006e GR1 -- France 2 (running) 0x0000 0x0104: pmt_pid 0x0136 GR1 -- France 5 (running) 0x0000 0x0105: pmt_pid 0x01fe GR1 -- ARTE (running) 0x0000 0x0106: pmt_pid 0x0262 GR1 -- LCP (running) 0x0000 0x0111: pmt_pid 0x00d2 National -- France 3 (running) 0x0000 0x01ff: pmt_pid 0x03f2 (null) -- (null) (running) >>> tune to: 594166000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE WARNING: filter timeout pid 0x0011 WARNING: filter timeout pid 0x0000 WARNING: filter timeout pid 0x0010 >>> tune to: 754166000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE WARNING: >>> tuning failed!!! -------------------- If I change the 1st freq in the config file and restart scan it works. So only the 1st tuning works when the FE is opened only one time, after the firmware is sent: ------------------- xc2028 4-0061: Loading firmware for type=BASE F8MHZ (3), id 0000000000000000. xc2028 4-0061: Loading firmware for type=D2633 DTV8 (210), id 0000000000000000. xc2028 4-0061: Loading SCODE for type=DTV6 QAM DTV7 DTV78 DTV8 ZARLINK456 SCODE HAS_IF_4760 (620003e0), id 0000000000000000. ------------------- How could I solve this stupid tuning problem ? (BTW, this usb device seems to work properly in analog mode) Cheers, -- Ludovic Drolez. http://www.geeksback.com - Secure File Backups for Geeks http://www.palmopensource.com - The PalmOS Open Source Portal -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html