Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: VDR developer version 1.1.23 Viaccess old
Hi Klaus, all CAM owners,
Here is my third "report" and a solution
Fully working (both slots):
MM & Penta 1.09
AND
Alphacyrpt 1.10
Alphacyrpt 1.00
FULLY WORKING !!! Yes, AT LAST Yippee!
(you owe me a virtual beer ;o))))))))
okay, here are my changes in ci.c
int cCiTransportConnection::CreateConnection(void)
{
if (state == stIDLE) {
if (SendTPDU(T_CREATE_TC) == OK) {
state = stCREATION;
if (RecvTPDU() == T_CTC_REPLY)
return OK;
else
{
if (RecvTPDU() == T_CTC_REPLY)
RecvTPDU();
return OK;}
}
}
return ERROR;
}
AND
cCiTransportConnection *cCiTransportLayer::NewConnection(void)
{
for (int i = 0; i < MAX_CI_CONNECT; i++) {
if (tc[i].State() == stIDLE) {
if (tc[i].CreateConnection() == OK)
return &tc[i];
break;
}
}
return NULL;
}
VDR 1.1.23 & newest DVB driver from your site
please test these changes with your ALLCAM and
see if it works for you, too. I *hope* I included
all the changes. In case it doesn't work for you,
please let me know and I'll send you the ci.c
(the only file I changed *for sure*)
@ all: If it works for Klaus, please test these changes
with your CAMS, too
Gotta hit the pillow now ;o))
Greetz,
Reinhard
---
Mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.443 / Virus Database: 248 - Release Date: 10.01.2003
--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.
Home |
Main Index |
Thread Index