Hi,
On Sun, 26 Mar 2006, Thomas Rabe wrote:
Patrick Boettcher schrieb:
What can you read under the sticker?
wasn't easy to remove the sticker, here is the info on the chip (as far as i
could read):
DIBCom
3000P-2122b LF
DVB Portable
5256110
49-200-A
OK. It is dib3000p-based.
Can you try the following:
hg pull http://linuxtv.org/hg/~pb/v4l-dvb.stk3000p
+ the attached patch
If the firmware is not a problem (which could be the case as your
previous result was not find a frontend) it should work - this
hg-repository also includes the mt2060-tuner-driver you'd need, which is,
not yet, in the main tree.
best regards,
Patrick.
--
Mail: patrick.boettcher@xxxxxxx
WWW: http://www.wi-bw.tfh-wildau.de/~pboettch/
diff -r d37c3f5165c1 linux/drivers/media/dvb/dvb-usb/dibusb-mc.c
--- a/linux/drivers/media/dvb/dvb-usb/dibusb-mc.c Sun Mar 26 19:34:39 2006 +0200
+++ b/linux/drivers/media/dvb/dvb-usb/dibusb-mc.c Sun Mar 26 19:42:06 2006 +0200
@@ -35,6 +35,8 @@ static struct usb_device_id dibusb_dib30
/* 07 */ { USB_DEVICE(USB_VID_EMPIA, USB_PID_DIGIVOX_MINI_SL_WARM) },
/* 08 */ { USB_DEVICE(USB_VID_GRANDTEC, USB_PID_GRANDTEC_DVBT_USB2_COLD) },
/* 09 */ { USB_DEVICE(USB_VID_GRANDTEC, USB_PID_GRANDTEC_DVBT_USB2_WARM) },
+/* 10 */ { USB_DEVICE(USB_VID_ULTIMA_ELECTRONIC, USB_PID_ARTEC_T14_COLD) },
+/* 11 */ { USB_DEVICE(USB_VID_ULTIMA_ELECTRONIC, USB_PID_ARTEC_T14_WARM) },
{ } /* Terminating entry */
};
MODULE_DEVICE_TABLE (usb, dibusb_dib3000mc_table);
@@ -98,6 +100,10 @@ static struct dvb_usb_properties dibusb_
{ &dibusb_dib3000mc_table[8], NULL },
{ &dibusb_dib3000mc_table[9], NULL },
},
+ { "Artec T14 - USB2.0 DVB-T",
+ { &dibusb_dib3000mc_table[10], NULL },
+ { &dibusb_dib3000mc_table[11], NULL },
+ },
{ NULL },
}
};
diff -r d37c3f5165c1 linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
--- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Sun Mar 26 19:34:39 2006 +0200
+++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Sun Mar 26 19:42:06 2006 +0200
@@ -74,6 +74,8 @@
#define USB_PID_ULTIMA_TVBOX_ANCHOR_COLD 0x2235
#define USB_PID_ULTIMA_TVBOX_USB2_COLD 0x8109
#define USB_PID_ULTIMA_TVBOX_USB2_WARM 0x810a
+#define USB_PID_ARTEC_T14_COLD 0x810b
+#define USB_PID_ARTEC_T14_WARM 0x810c
#define USB_PID_ULTIMA_TVBOX_USB2_FX_COLD 0x8613
#define USB_PID_ULTIMA_TVBOX_USB2_FX_WARM 0x1002
#define USB_PID_UNK_HYPER_PALTEK_COLD 0x005e
_______________________________________________
linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb