As you suggest, you can be the beta-tester ! To do that : - Get the latest v4l source tree - Merge the "MT2060" patches that I submitted today. - Add to the file "dvb-usb-ids.h" the following lines : ------------------------------------------------------------------------ #define USB_VID_LITEON 0x04ca >>add this>>#define USB_VID_LEADTEK 0x0413 /* Product IDs */ ------------------------------------------------------------------------ #define USB_PID_GRANDTEC_DVBT_USB2_COLD 0x0bc6 #define USB_PID_GRANDTEC_DVBT_USB2_WARM 0x0bc7 >>add this>>#define USB_PID_WINFAST_DTV_DONGLE_COLD 0x6025 >>add this>>#define USB_PID_WINFAST_DTV_DONGLE_WARM 0x6026 #endif ------------------------------------------------------------------------ - Add to the file "dibusb-mc.c" the following lines : ------------------------------------------------------------------------ /* 08 */ { USB_DEVICE(USB_VID_GRANDTEC, USB_PID_GRANDTEC_DVBT_USB2_COLD) }, /* 09 */ { USB_DEVICE(USB_VID_GRANDTEC, USB_PID_GRANDTEC_DVBT_USB2_WARM) }, >>add this>>/* 10 */ { USB_DEVICE(USB_VID_LEADTEK, USB_PID_WINFAST_DTV_DONGLE_COLD) }, >>add this>>/* 11 */ { USB_DEVICE(USB_VID_LEADTEK, USB_PID_WINFAST_DTV_DONGLE_WARM) }, { } /* Terminating entry */ ------------------------------------------------------------------------ .num_device_descs = 5, >>change to>> .num_device_descs = 6, ------------------------------------------------------------------------ { "GRAND - USB2.0 DVB-T adapter", { &dibusb_dib3000mc_table[8], NULL }, { &dibusb_dib3000mc_table[9], NULL }, }, >>add this>> { "LEADTEK - USB2.0 WINFAST DTV DONGLE", >>add this>> { &dibusb_dib3000mc_table[10], NULL }, >>add this>> { &dibusb_dib3000mc_table[11], NULL }, >>add this>> }, { NULL }, ------------------------------------------------------------------------ - Compile, et caetera. Then, tell us whether it works or not. The normal sequence would be for the LED to go ON for a few seconds, then OFF, then ON again. If it doesn't blink, maybe the WARM id is wrong, set it accordingly to what you get from lsusb while the LED is ON Your device seems to have a remote controller ( which won't work for now). Can you tell to which components ( references, ... ) the IR receiver is connected ? Regards O.DANET ---------- Initial Header ----------- >From : linux-dvb-bounces@xxxxxxxxxxx To : linux-dvb@xxxxxxxxxxx Cc : Date : Thu, 16 Mar 2006 22:44:49 +0100 Subject : Re: DVB-T,this usb device "WinFast DTV Dongle" supported by Linux today? Hello. I have open the usb device, I have 3 main chips: there is a Dibcom 3000P-2122b-LF. Here is location of jpeg picture in high resolution : http://img80.imageshack.us/img80/4605/im69ys.jpg http://img235.imageshack.us/img235/2387/im73jz.jpg http://img20.imageshack.us/img20/3259/im85qb.jpg (I haven't tested any driver at this time from linuxtv source). I can make test if needed on new beta driver !! :) Regards, Yvan. Le Jeudi 16 Mars 2006 00:22, ygosset a écrit : > Hello. > > I've read the wiki pages about dvb & usb devices, and I haven't found a > driver for it. > > I've bought this device today, and I don't know if there is a support under > linux: I will open it to see the IC. > > I have these info with 'lsusb' > " > Bus 004 Device 005: ID 0413:6025 Leadtek Research, Inc. > idVendor 0x0413 Leadtek Research, Inc. > idProduct 0x6025 > " > > I need help: My stick is it supported ? :-/ > (is it a clone of an another ..?) > > Thanks. > > Regards, Yvan. > > _______________________________________________ > > linux-dvb@xxxxxxxxxxx > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb _______________________________________________ linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb -------------- ALICE HAUT DEBIT : TRIPLE PLAY A 29,95 EUR/MOIS -------------- Découvrez vite ALICEBOX : avec le modem WIFI, profitez de l'ADSL, de la TELEPHONIE et en exclusivité de la TELEVISION ! Bénéficiez aussi de la hotline gratuite 24h/24 ! Soumis à conditions. Pour en profiter cliquez ici http://abonnement.aliceadsl.fr _______________________________________________ linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb