Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: DEC 3000-S



Hi!

I got my Box responding now. It reports model number 0x07000c. 
A attached a diff file for the driver source.

I tried szap and the protocol seems to work. But I only get signal values of 
0x1f on all channels. I think, I have to fine tune the values in 
dvb_frontend_info. Any pointers what to try?
 

	Ciao´

			Harry

--- /home/ha/download/linuxtv-dvb-1.1.0/linux/drivers/media/dvb/ttusb-dec/ttusb_dec.c	2004-02-03 02:22:35.000000000 +0100
+++ ttusb_dec.c	2004-02-29 12:38:26.000000000 +0100
@@ -1354,6 +1354,7 @@
 			   give the box */
 			switch (model) {
 			case 0x00070008:
+			case 0x0007000C:
 				ttusb_dec_set_model(dec, TTUSB_DEC3000S);
 				break;
 			case 0x00070009:

Home | Main Index | Thread Index