Ga naar inhoud


wappie

Lid
  • Items

    42
  • Registratiedatum

  • Laatst bezocht

Berichten die geplaatst zijn door wappie

  1. Err 1 op het voorpaneel Header Checksum Error

    Err 2 op het frontpaneel Data Checksum Error

    Err 3 op het voorpaneel Onjuiste Vendor ID -> Moet 0x00444753 == "DGS"

    Err 4 op het frontpaneel Onjuiste Product ID

    Err 5 op het frontpaneel Onjuiste Model Hardware -> Moet 0x00051100 == Relook511 voor Cuberevo of 0x00052000 == voor Cuberevo-mini

    Err 6 op het frontpaneel Onjuiste hardware versie -> Moet 0x00010001 == V1.1 voor Cuberevo of 0x00010000 == V1.0 voor Cuberevo-mini

    Err 8 op het voorpaneel Wissen fout

    Err 9 op voorpaneel Flash fout

    Err 10 op het voorpaneel Update S / W is mislukt Load

    Err 79 op het voorpaneel onjuiste DB-versie

    Err 80 of 81 niet op het voorpaneel voorpaneel Communicatie met het moederbord met CPU

    Err 82 of 83 op het voorpaneel Verkeerde contact tunermodule met mini-PCI-aansluiting

    Paniek op het voorpaneel Verkeerde geheugen te gebruiken door het programma

  2. 29/04/2010, V0.99

    - fixed a bug on support for multi newcamd lines

    - fixed a bug on support for multi radegast lines

    - fixed a bug on EMM manager using newcamd protocol

    - some memory leak bugs fixed on cccam protocol and multi service

     

    nieuwste versie van incubus is uit.

     

     

  3. de nieuwe incubus is uit.

     

    20/03/2010, V0.98

    - fixed a bug on reading .config file if the chid=-1 is set

    - fixed a bug on reading .config file if "chid=" param uses more than 2 chids

    - fixed some crash bugs

     

    deze versie draait alleen op cccam ouder dan 2.1.4

     

    te downloaden bij denktenk.

  4. Originariamente inviata da ReadMe

    release 0.9.0

    *********************

    - migrated to STLinux 2.3

    - fixed DVDPlayer crashes with HD skins

    - fixed DVDPlayer menus viewing

    - fixed many other memory leak bugs

    - added a patch on kernel to prevent from old wrong bootargs with bigphysarea param inside (thanks to skaman)

    - updated cs language

    - updated persian language

    - added dropbear (similar to openssh, to start it add into rcS_user.sh the command "/etc/init.d/dropbear start" and the daemon will start)

    - fixed epg bug

     

    If you have any kind of problem on setting the time you can force the time update by typing in telnet console the following command:

     

    date -s 2000.01.01-00:00:00

     

    After sent the command you have to made a full reboot, then you will get the time updated after 2/3 minutes on the first channel tuned.

     

    Enjoy it! Tideglo

     

     

    http://enigma2.sifteam.eu/index.php?dir=Enigma2%20NightlyBuild%200.9.0/

     

  5. @dessie

    ik mag aannemen dat je in iedergeval emumanager voor python 2.6 gebruikt.

    dan zou mgcamd met deze config moeten werken

     

     

    # EMM messages

     

    # 00 don't show any EMMs (default)

     

    # 01 show only valid EMMs

     

    # 02 show valid and bad EMMs with complete data display

     

    M: { 01 }

     

     

    # ECM messages

     

    # 00 don't show anything about ecm

     

    # 01 normal mode, show pids processed, decoded ecm and cw

     

    # 02 verbose mode, show valid and bad ECMs with data

     

    C: { 01 }

     

     

    # AU

     

    # 00 disable, no emm pids processed

     

    # 01 enable, emm pids always processed for soft-au and shared cards

     

    # 02 auto, emm started only if channel cant be decoded

     

    # 03 process emm pids for network cards update only

     

    A: { 01 }

     

     

    # key update (sum 01 or 02 with 04)

     

    # 01 update only new keys, default setting

     

    # 02 update all keys (used for valid PMK checking)

     

    # 04 enable TPS au

     

    U: { 05 }

     

     

    # config files folder (softcam, autoroll, ignore/priority)

     

    # 00 files in /var/keys

     

    # 01 files in /tmp

     

    T: { 00 }

     

     

    # network mode, use summ for several clients

     

    # 00 no network (default)

     

    # 01 newcamd netclient

     

    # 02 radegast netclient

     

    # 04 camd3 netclient

     

    # 08 gbox netclient

     

    G: { 32 }

     

     

    # network retry, use summ for several options

     

    # 00 disable

     

    # 01 retry every new ecm

     

    # 02 try to connect to offline shares every Q: seconds

     

    # 04 try to detect and fast reconnect to lost (and not used atm) server

     

    # + XX messages number and YY seconds to reconnect

     

    # mg will reconnect to server, if no answer to last XX ecm/keepalive or

     

    # if no answer for last ecm or keepalive sent for YY seconds

     

    # set to 0 to disable

     

    N: { 04 } 01 05

     

     

    # network ecm timeout in seconds

     

    K: { 30 }

     

     

    # newcamd dead routes connect retry, sec

     

    Q: { 30 }

     

     

    # network shares priority

     

    # 00 gbox, newcamd, radegast, camd3 (default)

     

    # 01 camd3, radegast, newcamd, gbox

     

    # 02 newcamd, camd3, gbox, radegast

     

    P: { 02 }

     

     

    # on screen display type

     

    # 00 No OSD (default)

     

    # 01 neutrino

     

    # 02 enigma

     

    # 03 relook

     

    # + user password for http auth

     

    O: { 00 }

     

     

    # on screen display Options, summ of:

     

    # 01 show emu ecm

     

    # 02 show network shares messages

     

    # 04 show decoding failed / fta

     

    # 08 show emm keys update

     

    # + web port to use for osd

     

    S: { 00 } 80

     

     

    # Log option, summ of:

     

    # 00 off

     

    # 01 network udp log

     

    # 02 log to console

     

    # 04 file, appended ! delete it by yourself, before it eat all your hdd

     

    # + IP udp-port log-file-name

    L: { 00 }

     

     

    # keep ecm cache, seconds

     

    # every cache entry takes 28 bytes, so 24h cache will take *only* 240-400kb of memory,

     

    # for openbox/elanvision users with remote shares make sense to set it higher than default value,

     

    # to not hammer cards while timeshifting or playing crypted recordings.

     

    E: { 00 }

     

     

    # cache option, summ of:

     

    # 00 Off (default)

     

    # 01 Ecm pids cache, store pids used to decode in /tmp/ca_cache.list at exit, load at startup, same syntax as restore.list

     

    # 02 Ecm data cache, remember CW for (E:) time

     

    # 04 Emm cache for network cards, do not resend the same emm twice, cache not cleared until restart

     

    H: { 00 }

     

     

    # reread files, summ of:

     

    # 00 No (default)

     

    # 01 reread config file on channel change (including priority and ignore, but not replace/cache)

     

    # 02 reread SoftCam.Key on channel change

     

    # 04 reread SoftCam.Key if file changed

     

    R: { 07 }

     

     

    # debug, summ of

     

    # 00 off (default)

     

    # 01 debug ecm

     

    # 02 debug emm

     

    # 04 debug network ecm

     

    # 08 debug network emm

     

    # 16 debug network login

     

    # 32 show mem/cpu stats every 1 min

     

    # 64 add timestamp to log messages

     

    D: { ff }

     

     

    # box type

     

    # 00 autodetect, change only if you think wrong type detected.

     

    # 01 dbox2

     

    # 02 dreambox

     

    # 03 triple-dragon

     

    # 04 relook

     

    # 05 openbox

     

    B: { 06 }

     

     

     

    en dan natuurlijk de c:line invullen van je eigen kaart.

    bv C: 192.186.1.1 12000 user1 pass1

     

     

     

  6. release 0.8.5

    *********************

    - fixed AC3 audio dropouts over SPDIF with downmix set to off on few HD channels (report if the bug still there on some channels)

    - fixed the enable/disable 12v option in advanced enigma2 menu configuration

    - fixed a high cpu usage bug on enigma2

    - fixed pgup and pgdown buttons, now they are mapped to be used for channel changing

    - added possibility to change bootlogo on flash images

    - fixed a bug on few receivers that on 0.8.0 made them not working

    - fixed a stability bug on all receivers

    - fixed bug on the second tuner for scrambled channels

    - added NTSC, 480i and 480p video modes support (i don't know if it works or not, i can't test it)

     

    To people having problem with date/time:

    since version 0.8.0 date/time is managed on the same way used on DGS firmwares, so if you at first are having a bad value

    for date/time, just go into telnet console and type the command: date -s YYYY.MM.DD-hh:mm:ss

    Replace YYYY with the year, MM with month, DD with day, hh with hour, mm with minute, ss with seconds.

    After this type: cubefpctl --syncfptime

    Now set your GMT offset on enigma2 configuration menu.

     

    WARNING: using PIP with the second tuner on scrambled channel could make the tuner stops to work,

    a full box restart is needed to make it working again.

    I will try to fix this on next versions.

     

    Enjoy it! Tideglo

     

     

     

    http://enigma2.sifteam.eu/index.php?d ... 2%20NightlyBuild%200.8.5/

     

  7. The new version (v7.5.1) from the famous PKTeam is available:

     

    Changes in PKT

     

    - All of our skins in the end work well (allienHD, balckGlassHD & infinityHD) - I hope

    - Solved the problem with a slow change channels and free scroll the channel list

    - Solved the problem of "wywalaniem the" Media Player

    - Added information bar in Media Player

    - Added Manager Software for archiving your own data

    - Other changes in skin but I do not remember what

    - Improved time synchronization with NTP server (default)

    - For advanced users: added ability to start at boot Enigmy2, an external script from pendrive (sdb1) in the root directory under the name of: start, for example, to automatically restore some data, or make automatic archiving, or whatever you want.

     

     

    WARNING! This is the version 0.7.5 rev Tideglo so all the shortcomings that version will be in this too (read audio dropouts, etc.)

     

    Download here:

     

    http://www.multiupload.com/LVXTYJ5J66

     

    or here:

     

    http://e2.pkteam.pl/index.php?dir=IMAGE%20IPBOX/Enigma2/7.5.1/USB/

     

    Enjoy

     

    A VERY BIG THANKS TO PKTEAM

×
×
  • Nieuwe aanmaken...