I get many of this debug messages in my dvb-s card (every 5 min.): Apr 27 23:02:14 video kernel: cx88[1]/2-mpeg: cx8802_timeout Apr 27 23:07:27 video kernel: cx88[1]/2-mpeg: cx8802_timeout lspci: 00:10.0 Multimedia video controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder (rev 05) 00:10.1 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] (rev 05) 00:10.2 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05) 00:10.4 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder [IR Port] (rev 05) i think this are debug messages and the 0 should be a 1???: --- cx88-mpeg.c 2007-04-28 08:46:09.000000000 +0200 +++ cx88-mpeg.c-2 2007-04-28 08:34:06.000000000 +0200 @@ -313,7 +313,7 @@ { struct cx8802_dev *dev = (struct cx8802_dev*)data; - dprintk(0, "%s\n",__FUNCTION__); + dprintk(1, "%s\n",__FUNCTION__); if (debug) cx88_sram_channel_dump(dev->core, &cx88_sram_channels[SRAM_CH28]);
There's no need for having this printed every time. Issue fixed on development tree: http://linuxtv.org/hg/v4l-dvb/rev/13bbf310bf18 I should send the fix to be added on kernel 2.6.23.