From patchwork Fri Apr 8 06:39:14 2005 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Norberg X-Patchwork-Id: 11851 Received: from av9-1-sn2.hy.skanova.net ([81.228.8.179]) by www.linuxtv.org with esmtp (Exim 4.34) id 1DJn9N-0000Gh-RQ for vdr@linuxtv.org; Fri, 08 Apr 2005 08:39:29 +0200 Received: by av9-1-sn2.hy.skanova.net (Postfix, from userid 502) id BE72E37F40; Fri, 8 Apr 2005 08:39:12 +0200 (CEST) Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av9-1-sn2.hy.skanova.net (Postfix) with ESMTP id A0FB037F40 for ; Fri, 8 Apr 2005 08:39:12 +0200 (CEST) Received: from BUZZ (81-232-2-200-no54.tbcn.telia.com [81.232.2.200]) by smtp4-2-sn2.hy.skanova.net (Postfix) with ESMTP id 6E1EA37E4A for ; Fri, 8 Apr 2005 08:39:12 +0200 (CEST) From: "Stefan Norberg" To: "'Klaus Schmidinger's VDR'" Subject: RE: [vdr] Request: CAM warning message option Date: Fri, 8 Apr 2005 08:39:14 +0200 Organization: Orbisec AB MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Thread-Index: AcU6czS3+T5XTB2XT2WBjdFpcMJiAABkP17A In-Reply-To: <1112769472.24938.3.camel@localhost.localdomain> Message-Id: <20050408063912.6E1EA37E4A@smtp4-2-sn2.hy.skanova.net> X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Klaus Schmidinger's VDR List-Id: Klaus Schmidinger's VDR List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2005 06:39:30 -0000 Status: O X-Status: X-Keywords: X-UID: 1481 Mikko, Yes, this is a CAM related issue. I have the same problem (Viaccess Red v4.84) If you want a quick fix, you can add the following line which will disable all CAM messages / menus : It's not a brilliant solution but it's an easy fix until someone fixes it better along the lines of your suggestion, but I doubt it will happen. Not too many seem to have this problem. Stefan -----Original Message----- From: vdr-bounces@linuxtv.org [mailto:vdr-bounces@linuxtv.org] On Behalf Of Mikko Salo Sent: Wednesday, April 06, 2005 8:38 AM To: vdr@linuxtv.org Subject: [vdr] Request: CAM warning message option Ups! :) My posting went to wrong place...sorry Hi! Sometimes when I switch channels I get error saying that I don't have access to that channel, even when I actually have. That warning message leaves to screen pretty annoying so that channel sees trough below so I have to close it manually pressing Menu or Back button. So what I really would like to have is an option to CICAM setup menu where user can choose like "CAM messages: Show, Ignore, Hide 5s, Hide 10s, Hide 20s" (that last like an option to choose delay seconds after warning message disappears automaticly) Is this possible? This is quite common error that I get and it got nothing to do with VDR's behavior since I get also same messages with another Pace Xsat DVB-C digibox. -Mikko ps: I forget to mention that my earlier DD2.0/DD5.1 problems are all gone with vdr-1.3.23. From vdr-1.3.18 to vdr-1.3.22 DD2.0 didn't work at all, now everytime! Nice work! :) --- vdr-1.3.20-orig/ci.c 2004-07-17 16:30:17.000000000 +0200 +++ vdr-1.3.20/ci.c 2005-02-08 19:48:09.000000000 +0100 @@ -1132,6 +1132,7 @@ cCiMenu *cCiMMI::Menu(bool Clear) { + Clear = true; if (Clear) fetchedMenu = NULL; else if (menu) {