Linux Media Controller development
 help / color / mirror / Atom feed
* [linux-dvb] TT Budget C-1501 with Alphacrypt - write errors
@ 2010-09-02  9:41 Simon Baxter
  0 siblings, 0 replies; only message in thread
From: Simon Baxter @ 2010-09-02  9:41 UTC (permalink / raw)
  To: linux-dvb

I'm running 2x TT-C1501 cards with 2x Alphacrypt CAMs running 3.19 with VDR. 
I'm running 2.6.33.5-124.fc13.x86_64 kernel.

Mostly they work well and decode multi channels just fine.  But 
intermittantly (a few times a day) one the CAMs can't be written to and drop 
to "CAM Ready" under VDR, needing a reset before they'll start working 
again.  It's happenning to both, but never at the same time.

In VDR I'm getting this read error from dvbci.c:
void cDvbCiAdapter::Write(const uint8_t *Buffer, int Length)
{
  if (Buffer && Length > 0) {
     if (safe_write(fd, Buffer, Length) != Length)
        esyslog("ERROR: can't write to CI adapter on device %d: %m", 
device->DeviceNumber());
     }
}


It's driving me mad, and I'm looking at a way of automatically resetting the 
CAMs just to keep things running.

Any suggestions on why the CAMs would lock up?  Any suggestions on debugs I 
can run to diagnose?


Thanks
Simon 


_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-02  9:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-02  9:41 [linux-dvb] TT Budget C-1501 with Alphacrypt - write errors Simon Baxter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox