All of lore.kernel.org
 help / color / mirror / Atom feed
* How to get the DVB drivers to stop spamming my logs?
@ 2012-11-16 12:42 David Hagood
  2012-11-16 13:26 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 2+ messages in thread
From: David Hagood @ 2012-11-16 12:42 UTC (permalink / raw)
  To: linux-media

I have a MythTV box with 3 tuners: 2 USB and one PCI. One or more of the 
tuners' drivers keeps spamming syslog with the following (taken from the 
Logwatch summary):

     lgdt330x: i2c_read_demod_bytes: addr 0x0e select 0x58 error (ret == 
-71) ...:  278497 Time(s)
     lgdt330x: i2c_read_demod_bytes: addr 0x0e select 0x6e error (ret == 
-71) ...:  410252 Time(s)
     lgdt330x: i2c_read_demod_bytes: addr 0x0e select 0x8b error (ret == 
-71) ...:  1278 Time(s)
     lgdt330x: i2c_write_demod_bytes error (addr 02 <- 00,  ...:  73945 
Time(s)
     lgdt330x: i2c_write_demod_bytes error (addr 4c <- 14,  ...:  1281 
Time(s)
     xc2028 1-0061: Error on line 1294: -71 ...:  1234 Time(s)

Is there any way to get the drivers to stop spamming syslog, short of 
recompiling them with the error messages removed?


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to get the DVB drivers to stop spamming my logs?
  2012-11-16 12:42 How to get the DVB drivers to stop spamming my logs? David Hagood
@ 2012-11-16 13:26 ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2012-11-16 13:26 UTC (permalink / raw)
  To: David Hagood; +Cc: linux-media

Em 16-11-2012 10:42, David Hagood escreveu:
> I have a MythTV box with 3 tuners: 2 USB and one PCI. One or more of the tuners' drivers keeps spamming syslog with the following (taken from the Logwatch summary):
>
>      lgdt330x: i2c_read_demod_bytes: addr 0x0e select 0x58 error (ret == -71) ...:  278497 Time(s)
>      lgdt330x: i2c_read_demod_bytes: addr 0x0e select 0x6e error (ret == -71) ...:  410252 Time(s)
>      lgdt330x: i2c_read_demod_bytes: addr 0x0e select 0x8b error (ret == -71) ...:  1278 Time(s)
>      lgdt330x: i2c_write_demod_bytes error (addr 02 <- 00,  ...:  73945 Time(s)
>      lgdt330x: i2c_write_demod_bytes error (addr 4c <- 14,  ...:  1281 Time(s)
>      xc2028 1-0061: Error on line 1294: -71 ...:  1234 Time(s)
>
> Is there any way to get the drivers to stop spamming syslog, short of recompiling them with the error messages removed?

Error -71 is this one:

include/asm-generic/errno.h:#define       EPROTO          71      /* Protocol error */

It is generally due to some issue at USB level, like bad cabling
or bad contact.

Regards,
Mauro

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-16 13:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-16 12:42 How to get the DVB drivers to stop spamming my logs? David Hagood
2012-11-16 13:26 ` Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.