Hi!<br>I've brought a new computer (HP <a href="http://M8190.fr">M8190.fr</a>) and there is an DVB-T card into it.<br>With some days of search I've found how to use it.<br>It's an dib0700 clone and you've to load the mt2060 module too.
<br>Thank's to <b>Patrick Boettcher </b>for the original Patch-file for the Asus U3000Mini. ( <a href="http://www.linuxtv.org/pipermail/linux-dvb/2006-December/015095.html">http://www.linuxtv.org/pipermail/linux-dvb/2006-December/015095.html
</a> )<br>There is one patch-file to adding the card to the original v4l-dvb source code.<br>If some one can add-it to the repository?<br><br>--------- patch -------<br>diff -u -r v4l-dvb/linux/Documentation/dvb/cards.txt patched/linux/Documentation/dvb/cards.txt
<br>--- v4l-dvb/linux/Documentation/dvb/cards.txt 2007-10-25 14:47:44.000000000 +0200<br>+++ patched/linux/Documentation/dvb/cards.txt 2007-10-25 14:49:49.000000000 +0200<br>@@ -91,6 +91,7 @@<br> - DiBcom USB DVB-T reference device (non-public)
<br> - Yakumo DVB-T mobile USB2.0<br> - DiBcom USB2.0 DVB-T reference device (non-public)<br>+ - Asus U3000I (USB2.0 DVB-T card in somes HP computers)<br> <br> o Experimental support for the analog module of the Siemens DVB-C PCI card
<br> <br>diff -u -r v4l-dvb/linux/Documentation/dvb/contributors.txt patched/linux/Documentation/dvb/contributors.txt<br>--- v4l-dvb/linux/Documentation/dvb/contributors.txt 2007-10-25 14:47:44.000000000 +0200<br>+++ patched/linux/Documentation/dvb/contributors.txt 2007-10-25 14:53:
19.000000000 +0200<br>@@ -92,5 +92,8 @@<br> for merging the nxt2002 and nxt2004 modules into a<br> single nxt200x frontend driver.<br> <br>+Julien Noblet <julien.noblet at <a href="http://gmail.com">gmail.com</a>>
<br>+ for this patch: Adding the Asus U3000I support<br>+<br> (If you think you should be in this list, but you are not, drop a<br> line to the DVB mailing list)<br>diff -u -r v4l-dvb/linux/Documentation/dvb/README.dvb-usb patched/linux/Documentation/dvb/README.dvb-usb
<br>--- v4l-dvb/linux/Documentation/dvb/README.dvb-usb 2007-10-25 14:47:44.000000000 +0200<br>+++ patched/linux/Documentation/dvb/README.dvb-usb 2007-10-25 14:51:18.000000000 +0200<br>@@ -48,6 +48,7 @@<br> <a href="http://www.linuxtv.org/wiki/index.php/DVB_USB">
http://www.linuxtv.org/wiki/index.php/DVB_USB</a><br> <br> 0. History & News:<br>+ 2007-10-25 - added support for Asus U3000I<br> 2005-06-30 - added support for WideView WT-220U (Thanks to Steve Chang)<br> 2005-05-30 - added basic isochronous support to the dvb-usb-framework
<br> added support for Conexant Hybrid reference design and Nebula DigiTV USB<br>diff -u -r v4l-dvb/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c patched/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
<br>--- v4l-dvb/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c 2007-10-25 14:47:44.000000000 +0200<br>+++ patched/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c 2007-10-25 14:46:45.000000000 +0200<br>@@ -821,6 +821,7 @@
<br> { USB_DEVICE(USB_VID_PINNACLE, USB_PID_PINNACLE_PCTV_DUAL_DIVERSITY_DVB_T) },<br> { USB_DEVICE(USB_VID_COMPRO, USB_PID_COMPRO_VIDEOMATE_U500_PC) },<br> /* 20 */{ USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_EXPRESS) },
<br>+ { USB_DEVICE(USB_VID_ASUS, USB_PID_U3000I)},<br> { 0 } /* Terminating entry */<br> };<br> MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);<br>@@ -983,7 +984,7 @@<br> },
<br> },<br> <br>- .num_device_descs = 2,<br>+ .num_device_descs = 3,<br> .devices = {<br> { "DiBcom STK7070P reference design",<br>
{ &dib0700_usb_id_table[15], NULL },<br>@@ -993,6 +994,12 @@<br> { &dib0700_usb_id_table[16], NULL },<br> { NULL },<br>
},<br>+ { "ASUS U3000I",<br>+ { &dib0700_usb_id_table[21], NULL },<br>+ { NULL },<br>+ },
<br>+<br>+<br> }<br> }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,<br> <br>diff -u -r v4l-dvb/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h patched/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h<br>--- v4l-dvb/linux/drivers/media/dvb/dvb-usb/dvb-
usb-ids.h 2007-10-25 14:47:44.000000000 +0200<br>+++ patched/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h 2007-10-25 14:45:39.000000000 +0200<br>@@ -44,6 +44,7 @@<br> #define USB_VID_ULTIMA_ELECTRONIC 0x05d8
<br> #define USB_VID_UNIWILL 0x1584<br> #define USB_VID_WIDEVIEW 0x14aa<br>+#define USB_VID_ASUS 0x0b05<br> <br> /* Product IDs */<br> #define USB_PID_ADSTECH_USB2_COLD 0xa333
<br>@@ -170,6 +171,6 @@<br> #define USB_PID_OPERA1_WARM 0x3829<br> #define USB_PID_LIFEVIEW_TV_WALKER_TWIN_COLD 0x0514<br> #define USB_PID_LIFEVIEW_TV_WALKER_TWIN_WARM 0x0513
<br>-<br>+#define USB_PID_U3000I 0x1730<br> <br> #endif<br><br>