Linux Media Controller development
 help / color / mirror / Atom feed
From: "Simon Baxter" <linuxtv@nzbaxters.com>
To: <linux-dvb@linuxtv.org>
Subject: [linux-dvb] TT Budget C-1501 with Alphacrypt - write errors
Date: Thu, 2 Sep 2010 21:41:14 +1200	[thread overview]
Message-ID: <18E0093FE11547919964DEE095F65439@telstraclear.tclad> (raw)

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

                 reply	other threads:[~2010-09-02  9:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18E0093FE11547919964DEE095F65439@telstraclear.tclad \
    --to=linuxtv@nzbaxters.com \
    --cc=linux-dvb@linuxtv.org \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox