Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

Cccam freeze with premium CLine

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • breweryfr
    Junior Member
    • May 2013
    • 22

    #16
    Re: Cccam freeze with premium CLine

    As I started removing providers on Cccam.cfg,
    the CAID Idents becomes Local 0500:032830 16(8)
    It seems to be better.

    and with a deep filter I still have:
    local 0500:032830 24(5)

    Is It possible to define on Cccam.cfg only one selected provider for a specific CLine.
    For example, this one : 0500:032830

    Comment

    • aplok
      Experienced Board Member
      • Jun 2013
      • 1155

      #17
      Re: Cccam freeze with premium CLine

      Originally posted by breweryfr
      Is It possible to define on Cccam.cfg only one selected provider for a specific CLine. For example, this one : 0500:032830
      yess !

      first, do refresh the cline syntax:

      C: <hostname> <port> <username> <password> <wantemus> { caid:id(:uphops), caid:id(:uphops), ... }

      this gives us this example:

      C: server1 12000 user pass { 0:0:3, 0500:023800:0, 0500:040810:0, 0500:050800:0 }

      where
      - 0:0:3 : here all accepted, up to the third hop
      - excepted 0500:023800:0, 0500:040810:0, 0500:050800:0 : rejected ( :0 for any server up to 0 hop away ) -> no serv

      which leads to your needs as

      C: server1 12000 user pass { 0:0:0, 0500:032830:1 }
      C: server2 12002 usor poss { 0:0:0, 0100:034567:1 }

      ...



      more details here


      Comment

      • breweryfr
        Junior Member
        • May 2013
        • 22

        #18
        Re: Cccam freeze with premium CLine

        This syntax is used to reject the providers you don't want.

        But, Is there an other way to define just one provider you want ?

        Comment

        • aplok
          Experienced Board Member
          • Jun 2013
          • 1155

          #19
          Re: Cccam freeze with premium CLine

          ...

          This syntax is used to reject the providers you don't want.
          with:
          0500:023800:0 : accepted server up to 0 hop away, ie rejected

          But, Is there an other way to define just one provider you want ?
          with:
          0500:023800:1 : accepted server up to 1 hop away, ie accepted

          Comment

          • pan1300
            Experienced Board Member
            • Apr 2012
            • 1663

            #20
            Re: Cccam freeze with premium CLine

            hi breweryfr

            take a look here (post #26, with thanks @Triad):

            Comment

            • breweryfr
              Junior Member
              • May 2013
              • 22

              #21
              Re: Cccam freeze with premium CLine

              Let me a day to work and optimize the Cccam.cfg.

              I come back for the final results.

              I started building an excel file for having the complete rejection providers string. You just have to select the providers you don't want, copy/paste the final string into Cccam.cfg.

              Comment

              • kalpikos
                Experienced Board Member
                • Sep 2011
                • 7663

                #22
                Re: Cccam freeze with premium CLine

                Hello

                Also, you can check if you have the right settings in cccam.cfg

                I use the following after the lines in my cccam.cfg:

                ALLOW WEBINFO: yes
                ALLOW TELNETINFO: yes
                WEBINFO LISTEN PORT : 16001
                SERVER LISTEN PORT : 12000
                TELNETINFO LISTEN PORT : 16000
                NEWCAMD CONF : yes
                CAID PRIO FILE : /etc/CCcam.prio
                PROVIDERINFO FILE : /etc/CCcam.providers
                CHANNELINFO FILE : /etc/CCcam.channelinfo
                SHOW EXTENEDED CLIENT INFO : yes
                WEBINFO USERNAME : *****
                WEBINFO PASSWORD : *****
                TELNETINFO USERNAME : *****
                TELNETINFO PASSWORD : *****
                MINI OSD : yes
                DEBUG : yes
                DISABLE EMM : yes
                EMM THREADS : 1
                EXTRA EMM LEVEL : yes
                SOFTKEY FILE : /usr/keys/Softcam.Key
                AUTOROLL FILE : /usr/keys/AutoRoll.Key
                STATIC CW FILE : /usr/keys/constant.cw
                CAID IGNORE FILE : /var/keys/CCcam.ignore
                LOG WARNINGS : /tmp/warnings.txt
                SECA HANDLER: 0
                If You Like My Post..... Please Press the Thanks Button

                Comment

                • breweryfr
                  Junior Member
                  • May 2013
                  • 22

                  #23
                  Re: Cccam freeze with premium CLine

                  my config file is empty. Just Clines.

                  By rejecting providers I noticed an improvement in zapping.
                  But I just had a freeze time of over 30 sec.

                  So, I will try your settings Kalpikos.

                  Anyway, I thank you for your help.

                  Comment

                  • Triad
                    Experienced Member
                    • Jan 2012
                    • 422

                    #24
                    Re: Cccam freeze with premium CLine

                    Originally posted by breweryfr
                    Let me a day to work and optimize the Cccam.cfg.

                    I come back for the final results.

                    I started building an excel file for having the complete rejection providers string. You just have to select the providers you don't want, copy/paste the final string into Cccam.cfg.
                    And why do you do this provider editing with Cccam.cfg when you can solve all the things with Cccam.prio file.
                    There's quite a possibilities in prioritizing, that you can prioritize not just any providers, and encryptions, but specific channels as well.
                    It's so much more clearer and viewable than inputs of Caids in Cccam.cfg file one after another...

                    Comment

                    • breweryfr
                      Junior Member
                      • May 2013
                      • 22

                      #25
                      Re: Cccam freeze with premium CLine

                      Hi Triad,

                      I just try to reduce freezing time period which occurs not in specific channels.
                      It seems to be a general problem.

                      I disabled webinfo & telnetinfo & debug on cfg file.
                      I removed the prio file.
                      And I use only Satlovers CLines.
                      I didn't notice any internet speed problem.

                      Comment

                      • aplok
                        Experienced Board Member
                        • Jun 2013
                        • 1155

                        #26
                        Re: Cccam freeze with premium CLine

                        ... hum ...

                        you can list the presently running processes on your box with the command top :

                        Code:
                        $ top
                        
                        Mem: 28476K used, 1640K free, 0K shrd, 2608K buff, 10688K cached
                        Load average: 0.13, 0.10, 0.22    (State: S=sleeping R=running, W=waiting)
                        
                          PID USER     STATUS   RSS  PPID %CPU %MEM COMMAND
                            3 root     SW<        0     1  4.9  0.0 events/0
                         1438 root     S        652  1437  3.8  2.1 streamts
                         1451 root     R        728  1442  3.4  2.4 top
                         1437 root     S        652    55  0.7  2.1 streamts
                        ...
                          282 root     S       2424   251  0.3  8.0 CCcam_2.0.11
                          156 root     S       8608    15  0.1 28.5 enigma
                          284 root     S       2424   251  0.1  8.0 CCcam_2.0.11
                         1441 root     S        416    55  0.1  1.3 telnetd
                          269 root     S N     8608   156  0.0 28.5 enigma
                        ...
                        with q to quit
                        and check out of there if there is any bad process ...

                        ---

                        idem for network connections:

                        Code:
                        netstat -l
                        netstat -t
                        netstat -p
                        netstat -a

                        Comment

                        • KVF1966
                          Board Senior Member
                          • Dec 2012
                          • 279

                          #27
                          Re: Cccam freeze with premium CLine

                          maybe there is another solution to the problem, for example try to install an emulator oscam

                          Comment

                          • kalpikos
                            Experienced Board Member
                            • Sep 2011
                            • 7663

                            #28
                            Re: Cccam freeze with premium CLine

                            The solution that suggest @KVF1966 is very good and I would say to you if you can't solve your problem to follow it.

                            Oscam is a very powerful emulator with many settings and of course is much better than cccam

                            But before this, I would like to ask you if the freezing is happening only with satlover's cline?

                            Please, get a test c-line from another server or more and test the channels - providers that you have problem.
                            Then report here the results.
                            If You Like My Post..... Please Press the Thanks Button

                            Comment

                            • aplok
                              Experienced Board Member
                              • Jun 2013
                              • 1155

                              #29
                              Re: Cccam freeze with premium CLine

                              Originally posted by kalpikos
                              ... I use the following... cccam.cfg:
                              hi,

                              my suggestion:

                              # -- with a cline-only test context, i suggest

                              Code:
                              NEWCAMD CONF : no
                              # SECA HANDLER: 0
                              DISABLE EMM : no
                              
                              # -- to avoid any mem space eaten by logs
                              DEBUG : no
                              LOG WARNINGS : /tmp/warnings.txt
                              
                              # -- addon
                              # SHOW EXTENEDED CLIENT INFO : yes
                              SHOW EXTENDED CLIENT INFO : yes

                              Comment

                              • breweryfr
                                Junior Member
                                • May 2013
                                • 22

                                #30
                                Re: Cccam freeze with premium CLine

                                Hi to all,


                                I tried your aplok cfg configuration with no success.

                                I moved to OSCAM.
                                Here are running processes during a freeze period time:

                                Mem: 125528K used, 446880K free, 0K shrd, 0K buff, 52504K cached
                                CPU: 0% usr 0% sys 0% nic 98% idle 0% io 0% irq 1% sirq
                                Load average: 0.13 0.06 0.06 1/81 14037
                                PID PPID USER STAT VSZ %VSZ %CPU COMMAND
                                461 457 root S 62008 11% 0% /usr/bin/enigma2
                                10633 10632 root S 12840 2% 0% /usr/bin/oscam --config-dir /etc/tuxbox/config/oscam
                                14014 13749 root R 3208 1% 0% top
                                322 1 root S 7272 1% 0% smbd -D
                                340 322 root S 7272 1% 0% smbd -D
                                10632 1 root S 5712 1% 0% /usr/bin/oscam --config-dir /etc/tuxbox/config/oscam
                                358 1 root S 5004 1% 0% /usr/bin/streamproxy -l 8002:transcode -l 8003:trans
                                320 1 root S 4144 1% 0% nmbd -D
                                372 1 avahi S 3764 1% 0% avahi-daemon: running [vusolo2.local]
                                373 372 avahi S 3764 1% 0% avahi-daemon: chroot helper
                                355 1 root S 3260 1% 0% /usr/sbin/inetd
                                13748 355 root S 3212 1% 0% telnetd
                                13749 13748 root S 3208 1% 0% -sh
                                297 1 messageb S 3104 1% 0% /usr/bin/dbus-daemon --system
                                365 1 root S 2888 1% 0% /sbin/klogd -n
                                362 1 root S 2888 1% 0% /sbin/syslogd -n -O /var/log/messages
                                457 1 root S 2888 1% 0% {enigma2.sh} /bin/sh /usr/bin/enigma2.sh
                                10984 10982 root S 2724 0% 0% vsftpd
                                304 1 root S 2716 0% 0% /usr/sbin/dropbear -r /etc/dropbear/dropbear_rsa_hos
                                350 1 root S 2704 0% 0% /usr/sbin/rpcbind
                                10982 355 nobody S 2688 0% 0% vsftpd
                                1 0 root S 1960 0% 0% init [3]
                                83 2 root SW 0 0% 0% [nx_sched_high_a]
                                3 2 root SW 0 0% 0% [ksoftirqd/0]
                                9 2 root SW 0 0% 0% [ksoftirqd/1]
                                86 2 root SW 0 0% 0% [nx_sched_low]
                                10 2 root SW 0 0% 0% [kworker/0:1]
                                4929 2 root SW 0 0% 0% [kdvb-ad-0-fe-0]
                                152 2 root SW 0 0% 0% [sc1]
                                44 2 root SW 0 0% 0% [ubi_bgt0d]
                                139 2 root SW 0 0% 0% [lcd]
                                399 2 root SW 0 0% 0% [ci_kthread]
                                2 0 root SW 0 0% 0% [kthreadd]
                                4 2 root SW 0 0% 0% [kworker/0:0]
                                5 2 root SW 0 0% 0% [kworker/u:0]
                                6 2 root SW 0 0% 0% [migration/0]
                                7 2 root SW 0 0% 0% [migration/1]
                                11 2 root SW< 0 0% 0% [khelper]
                                12 2 root SW 0 0% 0% [kdevtmpfs]
                                13 2 root SW 0 0% 0% [sync_supers]
                                14 2 root SW 0 0% 0% [bdi-default]
                                15 2 root SW< 0 0% 0% [kblockd]
                                16 2 root SW< 0 0% 0% [ata_sff]
                                17 2 root SW 0 0% 0% [khubd]
                                18 2 root SW< 0 0% 0% [cfg80211]
                                19 2 root SW< 0 0% 0% [rpciod]
                                20 2 root SW 0 0% 0% [kswapd0]
                                22 2 root SW 0 0% 0% [fsnotify_mark]
                                23 2 root SW< 0 0% 0% [nfsiod]
                                24 2 root SW< 0 0% 0% [crypto]
                                34 2 root SW 0 0% 0% [scsi_eh_0]
                                35 2 root SW 0 0% 0% [scsi_eh_1]
                                36 2 root SW 0 0% 0% [kworker/u:1]
                                40 2 root SW 0 0% 0% [mtdblock0]
                                41 2 root SW 0 0% 0% [mtdblock1]
                                42 2 root SW 0 0% 0% [mtdblock2]
                                43 2 root SW 0 0% 0% [mtdblock3]
                                47 2 root SW 0 0% 0% [mtdblock4]
                                48 2 root SW 0 0% 0% [ubifs_bgt0_0]
                                81 2 root SW 0 0% 0% [nx_sched]
                                82 2 root SW 0 0% 0% [nx_sched_low_ac]
                                84 2 root SW 0 0% 0% [playback_pacing]
                                85 2 root SW 0 0% 0% [nx_sched_idle]
                                87 2 root SW 0 0% 0% [nx_sched_high]
                                root@vusolo2:~#
                                root@vusolo2:~# netstat -l
                                Active Internet connections (only servers)
                                Proto Recv-Q Send-Q Local Address Foreign Address State
                                tcp 0 0 0.0.0.0:8001 0.0.0.0:* LISTEN
                                tcp 0 0 0.0.0.0:netbios-ssn 0.0.0.0:* LISTEN
                                Mem: 125396K used, 447012K free, 0K shrd, 0K buff, 52532K cached
                                Mem: 125512K used, 446896K free, 0K shrd, 0K buff, 52532K cached
                                CPU: 0% usr 0% sys 0% nic 99% idle 0% io 0% irq 0% sirq
                                Mem: 125568K used, 446840K free, 0K shrd, 0K buff, 52532K cached
                                CPU: 0% usr 2% sys 0% nic 97% idle 0% io 0% irq 0% sirq
                                Mem: 125404K used, 447004K free, 0K shrd, 0K buff, 52536K cached
                                CPU: 0% usr 0% sys 0% nic 99% idle 0% io 0% irq 0% sirq
                                Load average: 0.15 0.07 0.06 2/81 14203
                                PID PPID USER STAT VSZ %VSZ %CPU COMMAND
                                461 457 root S 62008 11% 0% /usr/bin/enigma2
                                10633 10632 root S 12840 2% 0% /usr/bin/oscam --config-dir /etc/tuxbox/config/oscam
                                14199 13749 root R 3208 1% 0% top
                                322 1 root S 7272 1% 0% smbd -D
                                340 322 root S 7272 1% 0% smbd -D
                                10632 1 root S 5712 1% 0% /usr/bin/oscam --config-dir /etc/tuxbox/config/oscam
                                358 1 root S 5004 1% 0% /usr/bin/streamproxy -l 8002:transcode -l 8003:trans
                                320 1 root S 4144 1% 0% nmbd -D
                                372 1 avahi S 3868 1% 0% avahi-daemon: running [vusolo2.local]
                                373 372 avahi S 3764 1% 0% avahi-daemon: chroot helper
                                355 1 root S 3260 1% 0% /usr/sbin/inetd
                                13748 355 root S 3212 1% 0% telnetd
                                13749 13748 root S 3208 1% 0% -sh
                                297 1 messageb S 3104 1% 0% /usr/bin/dbus-daemon --system
                                365 1 root S 2888 1% 0% /sbin/klogd -n
                                362 1 root S 2888 1% 0% /sbin/syslogd -n -O /var/log/messages
                                457 1 root S 2888 1% 0% {enigma2.sh} /bin/sh /usr/bin/enigma2.sh
                                10984 10982 root S 2724 0% 0% vsftpd
                                304 1 root S 2716 0% 0% /usr/sbin/dropbear -r /etc/dropbear/dropbear_rsa_hos
                                350 1 root S 2704 0% 0% /usr/sbin/rpcbind
                                10982 355 nobody S 2688 0% 0% vsftpd
                                1 0 root S 1960 0% 0% init [3]
                                83 2 root SW 0 0% 0% [nx_sched_high_a]
                                3 2 root SW 0 0% 0% [ksoftirqd/0]
                                9 2 root SW 0 0% 0% [ksoftirqd/1]
                                86 2 root SW 0 0% 0% [nx_sched_low]
                                10 2 root SW 0 0% 0% [kworker/0:1]
                                4929 2 root SW 0 0% 0% [kdvb-ad-0-fe-0]
                                139 2 root SW 0 0% 0% [lcd]
                                152 2 root SW 0 0% 0% [sc1]
                                44 2 root SW 0 0% 0% [ubi_bgt0d]
                                399 2 root SW 0 0% 0% [ci_kthread]
                                2 0 root SW 0 0% 0% [kthreadd]
                                4 2 root SW 0 0% 0% [kworker/0:0]
                                5 2 root SW 0 0% 0% [kworker/u:0]
                                6 2 root SW 0 0% 0% [migration/0]
                                7 2 root SW 0 0% 0% [migration/1]
                                11 2 root SW< 0 0% 0% [khelper]
                                12 2 root SW 0 0% 0% [kdevtmpfs]
                                13 2 root SW 0 0% 0% [sync_supers]
                                14 2 root SW 0 0% 0% [bdi-default]
                                15 2 root SW< 0 0% 0% [kblockd]
                                16 2 root SW< 0 0% 0% [ata_sff]
                                17 2 root SW 0 0% 0% [khubd]
                                18 2 root SW< 0 0% 0% [cfg80211]
                                19 2 root SW< 0 0% 0% [rpciod]
                                20 2 root SW 0 0% 0% [kswapd0]
                                22 2 root SW 0 0% 0% [fsnotify_mark]
                                23 2 root SW< 0 0% 0% [nfsiod]
                                24 2 root SW< 0 0% 0% [crypto]
                                34 2 root SW 0 0% 0% [scsi_eh_0]
                                35 2 root SW 0 0% 0% [scsi_eh_1]
                                36 2 root SW 0 0% 0% [kworker/u:1]
                                40 2 root SW 0 0% 0% [mtdblock0]
                                41 2 root SW 0 0% 0% [mtdblock1]
                                42 2 root SW 0 0% 0% [mtdblock2]
                                43 2 root SW 0 0% 0% [mtdblock3]
                                47 2 root SW 0 0% 0% [mtdblock4]
                                48 2 root SW 0 0% 0% [ubifs_bgt0_0]
                                81 2 root SW 0 0% 0% [nx_sched]
                                82 2 root SW 0 0% 0% [nx_sched_low_ac]
                                84 2 root SW 0 0% 0% [playback_pacing]
                                85 2 root SW 0 0% 0% [nx_sched_idle]
                                87 2 root SW 0 0% 0% [nx_sched_high]

                                root@vusolo2:~# netstat -l
                                Active Internet connections (only servers)
                                Proto Recv-Q Send-Q Local Address Foreign Address State
                                tcp 0 0 0.0.0.0:8001 0.0.0.0:* LISTEN
                                tcp 0 0 0.0.0.0:netbios-ssn 0.0.0.0:* LISTEN
                                Mem: 125396K used, 447012K free, 0K shrd, 0K buff, 52532K cached
                                Mem: 125512K used, 446896K free, 0K shrd, 0K buff, 52532K cached
                                CPU: 0% usr 0% sys 0% nic 99% idle 0% io 0% irq 0% sirq
                                Mem: 125568K used, 446840K free, 0K shrd, 0K buff, 52532K cached
                                CPU: 0% usr 2% sys 0% nic 97% idle 0% io 0% irq 0% sirq
                                Mem: 125468K used, 446940K free, 0K shrd, 0K buff, 52536K cached
                                CPU: 0% usr 0% sys 0% nic 98% idle 0% io 0% irq 0% sirq
                                root@vusolo2:~# netstat -a
                                Active Internet connections (servers and established)
                                Proto Recv-Q Send-Q Local Address Foreign Address State
                                tcp 0 0 0.0.0.0:8001 0.0.0.0:* LISTEN
                                tcp 0 0 0.0.0.0:netbios-ssn 0.0.0.0:* LISTEN
                                tcp 0 0 0.0.0.0:sunrpc 0.0.0.0:* LISTEN
                                tcp 0 0 0.0.0.0:tproxy 0.0.0.0:* LISTEN
                                tcp 0 0 0.0.0.0:ftp 0.0.0.0:* LISTEN
                                tcp 0 0 0.0.0.0:ssh 0.0.0.0:* LISTEN
                                tcp 0 0 0.0.0.0:telnet 0.0.0.0:* LISTEN
                                tcp 0 0 0.0.0.0:microsoft-ds 0.0.0.0:* LISTEN
                                tcp 0 82 vusolo2.local:telnet 192.168.12.11:56666 ESTABLISHED
                                tcp 0 0 vusolo2.local:665 DiskStation.local:nfs ESTABLISHED
                                tcp 0 0 vusolo2.local:60616 94.23.169.245:30382 ESTABLISHED
                                tcp 0 0 vusolo2.local:ftp 192.168.12.11:56566 ESTABLISHED
                                tcp 0 0 :::8002 :::* LISTEN
                                tcp 0 0 :::8003 :::* LISTEN
                                tcp 0 0 :::sunrpc :::* LISTEN
                                tcp 0 0 :::http :::* LISTEN
                                tcp 0 0 :::ssh :::* LISTEN
                                tcp 0 0 :::https :::* LISTEN
                                udp 0 0 0.0.0.0:56364 0.0.0.0:*
                                udp 0 0 0.0.0.0:sunrpc 0.0.0.0:*
                                udp 0 0 vusolo2.local:netbios-ns 0.0.0.0:*
                                udp 0 0 0.0.0.0:netbios-ns 0.0.0.0:*
                                udp 0 0 vusolo2.local:netbios-dgm 0.0.0.0:*
                                udp 0 0 0.0.0.0:netbios-dgm 0.0.0.0:*
                                udp 0 0 0.0.0.0:mdns 0.0.0.0:*
                                udp 0 0 0.0.0.0:949 0.0.0.0:*
                                udp 0 0 :::sunrpc :::*
                                udp 0 0 :::949 :::*
                                Active UNIX domain sockets (servers and established)
                                Proto RefCnt Flags Type State I-Node Path
                                unix 2 [ ACC ] STREAM LISTENING 2079 /tmp/hotplug.socket
                                unix 2 [ ACC ] STREAM LISTENING 543 /var/run/rpcbind.sock
                                unix 2 [ ACC ] STREAM LISTENING 582 /var/run/avahi-daemon/socket
                                unix 2 [ ACC ] STREAM LISTENING 357 /var/run/dbus/system_bus_socket
                                unix 2 [ ACC ] STREAM LISTENING 2412 /tmp/hotplug.socket
                                unix 2 [ ACC ] STREAM LISTENING 4511 /tmp/camd.socket
                                unix 2 [ ACC ] STREAM LISTENING 1716 /tmp/.listen.camd.socket
                                unix 4 [ ] DGRAM 1515 /dev/log
                                unix 3 [ ] STREAM CONNECTED 5032 /tmp/camd.socket
                                unix 3 [ ] STREAM CONNECTED 5031
                                unix 3 [ ] STREAM CONNECTED 3327
                                unix 3 [ ] STREAM CONNECTED 3326
                                unix 3 [ ] STREAM CONNECTED 585 /var/run/dbus/system_bus_socket
                                unix 3 [ ] STREAM CONNECTED 584
                                unix 3 [ ] STREAM CONNECTED 579
                                unix 3 [ ] STREAM CONNECTED 578
                                unix 2 [ ] DGRAM 576
                                unix 2 [ ] DGRAM 559
                                unix 3 [ ] STREAM CONNECTED 361
                                unix 3 [ ] STREAM CONNECTED 360
                                root@vusolo2:~#

                                For information here is my PC IP 192.168.12.11

                                Here are the details concerning my DBOX


                                Brand: VuPlus
                                Model: solo2
                                Chipset: 7356
                                Frontprocessor Version: None
                                Total Memory: 572408 kB
                                Free Memory: 498912 kB
                                Box Uptime: 6:58
                                Software
                                Kernel version: 3.3.8
                                Firmware version: 2014-04-12 15:03:03
                                Gui version: 2014-04-11
                                Tuners
                                Tuner A: BCM7356 DVB-S2 NIM (internal) (DVB-S2)
                                Tuner B: BCM7356 DVB-S2 NIM (internal) (DVB-S2)

                                And here is the oscam.version file from /var/volatile/tmp/.oscam directory:

                                Unix starttime: 1397330957
                                Starttime: 12.04.2014 21:29:17
                                Version: oscam-1.20-unstable_svn-r0
                                ConfigDir: /etc/tuxbox/config/oscam/

                                Web interface support: yes
                                Touch interface support: yes
                                SSL support: yes
                                DVB API support: yes
                                DVB API with AZBOX support: no
                                DVB API with MCA support: no
                                DVB API with COOLAPI support: no
                                DVB API with STAPI support: no
                                Anti-cascading support: yes
                                Irdeto guessing: yes
                                Debug mode: yes
                                Monitor: yes
                                Loadbalancing support: yes
                                CW Cycle Check support: yes
                                LCD support: no
                                LED support: no
                                IPv6 support: no
                                Cache exchange support: yes

                                camd 3.3x: no
                                camd 3.5 UDP: yes
                                camd 3.5 TCP: yes
                                newcamd: yes
                                CCcam: yes
                                CCcam share: yes
                                Pandora: yes
                                ghttp: yes
                                gbox: yes
                                radegast: yes
                                serial: yes
                                constant CW: yes

                                Reader support: yes

                                Nagra: yes
                                Irdeto: yes
                                Conax: yes
                                Cryptoworks: yes
                                Seca: yes
                                Viaccess: yes
                                NDS Videoguard: yes
                                DRE Crypt: yes
                                TONGFANG: yes
                                Bulcrypt: yes
                                Griffin: yes
                                DGCrypt: yes

                                cardreader_phoenix: yes
                                cardreader_internal_azbox: no
                                cardreader_internal_coolapi: no
                                cardreader_internal_sci: yes
                                cardreader_sc8in1: yes
                                cardreader_mp35: yes
                                cardreader_smargo: yes
                                cardreader_pcsc: no
                                cardreader_smartreader: yes
                                cardreader_db2com: yes
                                cardreader_stapi: no
                                cardreader_stinger: yes


                                Now guys i hope we can identify the source of the problem

                                Comment

                                Working...