ok, i did understood
regards
Biki3
Posted 28 May 2016 - 18:13
AutoPin ist NOT designed für CI+ it only supports also Virtual Modules on Dreamboxes
But the pin entry and message surpressing works also nicely with normal CI Modules ... so you can develop with whatever box you want and don't need any CI+ Module or card, a simple CI and card will do also. For example you can pull our card and check if 'please inster card' message is surpressed, and lots of CI Modules allow also to enter PINs which you then can enter automatically.
And because you are supressing MMI Messages, it actually works also with virtual cams which have an MMI inmterface.
Posted 29 May 2016 - 15:33
Posted 29 May 2016 - 20:22
There is NO gap, you just need to read 1 page of code to see how easy you can implement it. I even told you the routines in my plugin - they are named like the original ones which need to be enhanced/replaced and they are there with *AutoPin added at the end and then the original ones are renamed to the enhanced ones which simply do an automatic reply (ether PIN or cancel to get rid of unwanted messages).
BTW latest AutoPin shows also how to implement and enhanced Timer Check this Plugin way ..
But I'm pretty sure that I'm not a boy (anymore) ...
Edited by gutemine, 29 May 2016 - 20:24.
Posted 29 May 2016 - 20:55
HD+ CI Plus Module Your CI+ receiver could not be authenticated. Please contact the manufacturer of your receiver. (Message 191) CI Plus error code 17
Edited by athoik, 29 May 2016 - 20:56.
Posted 30 May 2016 - 16:41
--- a/src/main.c +++ b/src/main.c @@ -1196,7 +1196,10 @@ int main(int argc, char *argv[]) memset(&ev, 0, sizeof(struct epoll_event)); ev.events = EPOLLIN; if (!list_empty(ci.txq)) + { + ci_session_dequeue(&ci); ev.events |= EPOLLOUT; + } if (ci.slot_state == 1) ev.events |= EPOLLPRI; ev.data.fd = ci.fd;I can give a try using latest version and report.
Posted 30 May 2016 - 19:48
# dream-ci-plus /dev/ci0 --mmi --debug 10
dream_ci_plus V3.1 Build May 30 2016 21:08:16
[2016-05-30 21:34:04] DEBUGGING level 10 ...
[2016-05-30 21:34:04] NICE -20
[2016-05-30 21:34:04] CI0 PID REMOVE 0
[2016-05-30 21:34:04] TIMER INTERVAL 0.001000000
[2016-05-30 21:34:04] TIMER EXPIRATION 0.000000001
[2016-05-30 21:34:04] MMI Socket DISABLED
[2016-05-30 21:34:13] module inserted
[2016-05-30 21:34:13] RECEIVED DATA ...
...
[2016-05-30 21:35:15] HD+ CI Plus Module [2016-05-30 21:35:15] HD+ CI Plus Module [2016-05-30 21:35:15] HD+ CI Plus Module [2016-05-30 21:35:15] HD+ CI Plus Module Matching with CI+ receiver in progress. This p[2016-05-30 21:35:15] HD+ CI Plus Module Matching with CI+ receiver in progress. This process may take several minutes. ([2016-05-30 21:35:15] HD+ CI Plus Module Matching with CI+ receiver in progress. This process may take several minutes. (Message 190) [[2016-05-30 21:35:15] HD+ CI Plus Module Matching with CI+ receiver in progress. This process may take several minutes. (Message 190) [IIIIIIIIIIIIIII ] 40
# dream-ci-plus /dev/ci0 --mmi --debug 10 dream_ci_plus V3.1 Build May 30 2016 20:52:28 [2016-05-30 21:42:21] DEBUGGING level 10 ... [2016-05-30 21:42:21] NICE -20 [2016-05-30 21:42:21] CI0 PID REMOVE 0 [2016-05-30 21:42:21] TIMER INTERVAL 0.001000000 [2016-05-30 21:42:21] TIMER EXPIRATION 0.000000001 [2016-05-30 21:42:21] MMI Socket DISABLED [2016-05-30 21:42:29] module inserted [2016-05-30 21:42:29] RECEIVED DATA ... [2016-05-30 21:42:29] ----------------------------------------------------- 91 04 00 01 00 41 [2016-05-30 21:42:29] req for session with id 10041 [2016-05-30 21:42:29] inCreation [2016-05-30 21:42:29] got free session 1 [2016-05-30 21:42:29] ----------------------------------------------------- 00 00 01 00 41 [2016-05-30 21:42:29] open response [2016-05-30 21:42:29] ----------------------------------------------------- 92 07 00 00 01 00 41 00 01 [2016-05-30 21:42:29] ----------------------------------------------------- 92 07 00 00 01 00 41 00 01 [2016-05-30 21:42:29] state 1 [2016-05-30 21:42:29] resource_action 0xac8c [2016-05-30 21:42:29] doAction started ... [2016-05-30 21:42:29] ----------------------------------------------------- 90 06 00 01 9f 80 10 00 [2016-05-30 21:42:29] ----------------------------------------------------- 90 06 00 01 9f 80 10 00 [2016-05-30 21:42:29] timeout ... [2016-05-30 21:42:29] override ...
Posted 30 May 2016 - 21:18
Better buy Gigablue instead, I really hope some day soon dream multimedia seize to exist!
Perhaps the moment is near, they don't seem to attend Anga 2016... let's wait and see.
@Camping: ZGemma H.2S, Technisat Multytenne 4-in-1 @Home: Edision Mini 4K, Wave Frontier T55, EMP Centauri EMP DiSEqC 8/1 switch, 4x Inverto Ultra Black single LNB
Posted 30 May 2016 - 21:22
Posted 30 May 2016 - 21:27
Better buy Gigablue instead
Posted 30 May 2016 - 22:06
Well, if you trust closed source drivers more ... then things you can compile yourself ... this is an interesting discussion for a board encouraging Open Source. it is also funny that when the OP asked for a feature to be embedded in your enigma2 too I hat to give the correct answer that a plugin can do this nicely so why spoil the milk ?
Posted 30 May 2016 - 22:23
Posted 30 May 2016 - 22:31
Take the aut*.bin file and copy it over to a Dreambox and it will work nicely. So again who is hiding his little secrets here?
But this discussion gets more and more OT - write an OpenPin Plugin and if not, you can always blame the drivers, or that a patch or plugin mixes tabs and blanks and hence is totally inacceptable
Edited by gutemine, 30 May 2016 - 22:32.
Posted 10 June 2016 - 14:07
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
0 members, 3 guests, 0 anonymous users