Update: I tried it all out on my laptop. Ubuntu Dapper, kernel 2.6.15,
my tiny fix.

The freeze does not happen, so I think that was caused by a
motherboard fault on my desktop machine. It has been a bit erratic for
a while.

I now get to the point where the firmware is loaded, but I can't tune the card.

Here's the detection patch. I hope I did this right :)

On 22/08/06, Alistair Buxton <[EMAIL PROTECTED]> wrote:
Hi, I bought one of these Artec T1 devices yesterday, been scratching
my head trying to get it to work. I'm getting the exact same error as
reported by Iain Wallace a couple of weeks ago here:

http://www.linuxtv.org/pipermail/linux-dvb/2006-August/012066.html


--
Alistair Buxton
[EMAIL PROTECTED]



--
Alistair Buxton
[EMAIL PROTECTED]
# HG changeset patch
# User [EMAIL PROTECTED]
# Node ID 756acf01d43a8b9b3d2fe269f794a6d01a495436
# Parent  83ef07d0141c9eca55d195d8b93414fbed53905e
Patch to fix detection of Artec T1 USB1.1 TVBOX with AN2235 with correct USB ID
in cold state.

From: Alistair Buxton <[EMAIL PROTECTED]>

This patch fixes the detection of Artec T1 USB1.1 TVBOX with AN2235 with correct USB ID in cold state. It looks like the original bug was a simple typo. The array indexes changed did not match into the array properly.

Signed-off-by: Alistair Buxton <[EMAIL PROTECTED]>

diff -r 83ef07d0141c -r 756acf01d43a linux/drivers/media/dvb/dvb-usb/dibusb-mb.c
--- a/linux/drivers/media/dvb/dvb-usb/dibusb-mb.c	Tue Aug 22 18:38:18 2006
+++ b/linux/drivers/media/dvb/dvb-usb/dibusb-mb.c	Tue Aug 22 19:13:50 2006
@@ -272,8 +272,8 @@
 #endif
 	.devices = {
 		{	"Artec T1 USB1.1 TVBOX with AN2235",
-			{ &dibusb_dib3000mb_table[20], NULL },
 			{ &dibusb_dib3000mb_table[21], NULL },
+			{ &dibusb_dib3000mb_table[22], NULL },
 		},
 #ifdef CONFIG_DVB_USB_DIBUSB_MB_FAULTY
 		{	"Artec T1 USB1.1 TVBOX with AN2235 (faulty USB IDs)",
_______________________________________________
linux-dvb mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Reply via email to