--- dvbdevice.c.orig	2004-03-19 20:05:17.000000000 +0100
+++ dvbdevice.c	2004-05-21 19:07:58.000000000 +0200
@@ -471,7 +472,8 @@
 
   // Devices that are present on all card types:
 
-  int fd_frontend = DvbOpen(DEV_DVB_FRONTEND, n, O_RDWR | O_NONBLOCK); 
+  int fd_frontend = DvbOpen(DEV_DVB_FRONTEND, n, O_RDWR | O_NONBLOCK);
+  CHECK(ioctl(fd_frontend, FE_SLEEP,NULL));
