--- drivers/media/dvb/frontends/ves1x93.c.orig	2004-03-11 18:06:49.000000000 +0100
+++ drivers/media/dvb/frontends/ves1x93.c	2004-03-24 19:25:58.000000000 +0100
@@ -68,6 +68,7 @@
 
 static u8 init_1893_tab [] = {
-	0xCB, 0xa4, 0x35, 0x81, 0x2a, 0x0d, 0x55, 0xc4,
+ 	0x01, 0xa4, 0x35, 0x81, 0x2a, 0x0d, 0x55, 0xc4,
 	0x09, 0x69, 0x00, 0x86, 0x4c, 0x28, 0x7f, 0x00,
 	0x00, 0x81, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
 	0x80, 0x00, 0x31, 0xb0, 0x14, 0x00, 0xdc, 0x00,
@@ -523,14 +524,17 @@
 	}
 
         case FE_SLEEP:
+		printk("FE_SLEEP\n");
 		if (board_type == BOARD_SIEMENS_PCI)
 			ves1x93_writereg (i2c, 0x1f, 0x00);    /*  LNB power off  */
 		return ves1x93_writereg (i2c, 0x00, 0x08);
 
         case FE_INIT:
+		printk("FE_INIT\n");
 		return ves1x93_init (i2c);
 
 	case FE_RESET:
+		printk("FE_RESET\n");
 		return ves1x93_clr_bit (i2c);
 
 	case FE_SET_TONE:
