Page 73 of 178 FirstFirst ... 2363717273747583123173 ... LastLast
Results 1,441 to 1,460 of 3542

Thread: Enigma 2 by The_ripper - TEST -

  1. #1441
    Member
    Join Date
    May 2010
    Location
    Ireland
    Posts
    39
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Smudger View Post
    does Sat scanning work with latest verson of driver? 38% and no services found yet on 28.2
    I got it to scan properly only after I had updated it with dreamset.

  2. #1442
    V.I.P hfmls's Avatar
    Join Date
    May 2009
    Location
    Portugal
    Posts
    1,819
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Carp95 View Post
    @KOOLERACER

    Permission denied your files haven't got 755

    Come to dutch forum I will explain

    Replacement off dccamd don't work?? hmmm then adress off cfg isn't right you could also try edit bootup file

    /etc/init.d/bootup

    add this line

    echo 66 > /proc/progress
    /usr/bin/CCcam
    Carp95 you're the man!!! :P
    now it works perfect.

    Now all is need is for The_Ripper and team find out what is the problem with DVB-S2 with hd and sd mpg4 (diseqc too).

    And tv part becomes perfectly "usable"

  3. #1443
    Senior Member
    Join Date
    Sep 2010
    Posts
    104
    Thanks
    0
    Thanked 0 Times in 0 Posts
    im getting the message "127.0.0.1:80 unable...webinterface'' i cant connect via telnet or ftp

  4. #1444
    Senior Member
    Join Date
    Apr 2009
    Posts
    160
    Thanks
    0
    Thanked 0 Times in 0 Posts
    i cant get cccam works.

    I also have when reboot the same message than in the post before.

    where is the how to install cccam working fine?

    For bethe first time that i install this enigma2 is working very well as almost in dreambox. The ripper is the big chief.
    Last edited by antrabe; 21-10-2010 at 06:26 PM.

  5. #1445
    V.I.P hfmls's Avatar
    Join Date
    May 2009
    Location
    Portugal
    Posts
    1,819
    Thanks
    0
    Thanked 0 Times in 0 Posts
    yes, me too..i have that message now too :S

  6. #1446
    Senior Member
    Join Date
    Sep 2010
    Posts
    104
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by hfmls View Post
    yes, me too..i have that message now too :S
    to fix go to setup and restart network !

  7. #1447
    Junior Member
    Join Date
    Sep 2009
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I cannot get cccam to work and no matter what i do scan for channels or put in a channel list with dreamset or dreambox edit they sometimes work for 10min or so and stoppes working or stoppes working after reboot(starts working again if i put channel list again and reboot the fta channels start working again)
    I am connected to Astra 28.2

  8. #1448
    Senior Member
    Join Date
    Sep 2010
    Posts
    104
    Thanks
    0
    Thanked 0 Times in 0 Posts
    finaly got cccam working here on 19.2 tested cccam 2.1.3 and 2.1.4 both working with canal digitaal.

  9. #1449
    Senior Member
    Join Date
    Sep 2010
    Posts
    104
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by andriorn View Post
    I cannot get cccam to work and no matter what i do scan for channels or put in a channel list with dreamset or dreambox edit they sometimes work for 10min or so and stoppes working or stoppes working after reboot(starts working again if i put channel list again and reboot the fta channels start working again)
    I am connected to Astra 28.2
    there are still probs with astra 28.2. try 19.2

  10. #1450
    V.I.P 4@@@@'s Avatar
    Join Date
    Mar 2010
    Posts
    106
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I would advice to use:

    [ -x /usr/bin/CCcam_2.1.4 ] && [ -x /etc/init.d/CCcam_2.1.4_cam.sh ] && /etc/init.d/CCcam_2.1.4_cam.sh start
    echo 66 > /proc/progress

    with the startup in /etc/init.d/CCcam_2.1.4_cam.sh:
    #!/bin/sh
    ################################# #######
    # 6000->6099 = CCcam #
    # 6100->6199 = CCcam-Capmtserver #
    # 6200->6299 = CCcam-NewCS #
    # 6300->6399 = CCcam-OSCam #
    ################################# #######

    CAMD_ID=6093
    CAMD_NAME="CCcam 2.1.4"
    CAMD_BIN=CCcam_2.1.4

    INFOFILE_A=ecm0.info
    INFOFILE_B=ecm1.info
    INFOFILE_C=ecm2.info
    INFOFILE_D=ecm3.info
    #Expert window
    INFOFILE_LINES=1111111111000000
    #Zapp after start
    REZAPP=0

    ################################# #######

    logger $0 $1
    echo $0 $1

    remove_tmp () {
    rm -rf /tmp/*.info* /tmp/*.tmp*
    }

    case "$1" in
    start)
    remove_tmp
    /usr/bin/$CAMD_BIN &
    ;;
    stop)
    killall -9 $CAMD_BIN 2>/dev/null
    sleep 2
    remove_tmp
    ;;
    *)
    $0 stop
    exit 0
    ;;
    esac

    exit 0
    BTW: It is running from internal HDD here.

  11. #1451
    V.I.P hfmls's Avatar
    Join Date
    May 2009
    Location
    Portugal
    Posts
    1,819
    Thanks
    0
    Thanked 0 Times in 0 Posts
    4@@@@ if u want to go back to original firmware, what do u have to do?

  12. #1452
    Member
    Join Date
    Mar 2010
    Posts
    28
    Thanks
    0
    Thanked 0 Times in 0 Posts
    HD SUISSE open , video o.k. no audio

  13. #1453
    V.I.P hfmls's Avatar
    Join Date
    May 2009
    Location
    Portugal
    Posts
    1,819
    Thanks
    0
    Thanked 0 Times in 0 Posts
    The_Ripper i noticed too sometimes audio won't work, or it will work with some problems.
    like 20%..30% of the times, but if i go back to other channel and to same again sound is ok.

  14. #1454
    Senior Member
    Join Date
    Sep 2010
    Posts
    104
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I played with it, its working but still a lot of work have to be done. The best thing right is to give the coders time. So they can sort everything out. Its still bugy, but cccam is working and that was my biggest worry.

  15. #1455
    Member
    Join Date
    Jan 2009
    Posts
    34
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Carp95 View Post
    Place mipsel in usr/bin ( Rename to CCcam )
    place cfg in /etc

    Login with telnet

    Code:
    cd /usr/bin
    Code:
    ./CCcam -dC /etc/CCcam.cfg
    i followed this and is working :sifone: carp nice 1 dude:respect-054:
    can i say wow yii haaaaaaaa
    cccam 2.1.3 runnin on az as i type playhouse kidz tv on 28 is sweeeeeeeeeeet
    thankyou to the team ,you guys rock:respect-054::respect-054:

  16. #1456
    V.I.P 4@@@@'s Avatar
    Join Date
    Mar 2010
    Posts
    106
    Thanks
    0
    Thanked 0 Times in 0 Posts
    @hfmls:
    Before reboot

    setxenv -f /dev/mtdblock0 -k y.start -v "xrpc 0xac080090; load zbf 0xb3000000; go"
    setxenv -f /dev/mtdblock0 -k a.linux_cmd -v "console=ttyS0,115200 root=/dev/hda1 rw rootdelay=5 mem=108m"

    To boot from HDD

    setxenv -f /dev/mtdblock0 -k y.start -v "net init;net initpci;net up; load -b tftp://192.168.1.2/vme2.bin 0x90020000; go 0x90020000"
    setxenv -f /dev/mtdblock0 -k a.linux_cmd -v "console=ttyS0,115200 root=/dev/hdb1 rw rootdelay=5 mem=108m"

    The kernel must be on tftp server. But it will also work if you have two partitions on you internal HDD and the first will have the kernel - no filesystem on it just put the kernel with dd in it.
    I haven't tested yet, but as soon as I find a spare 3.5" disk, I'll try it. I have important things on the actual one and don't want to 'destroy' it.
    Last edited by 4@@@@; 21-10-2010 at 07:36 PM.

  17. #1457
    V.I.P
    Join Date
    Aug 2009
    Posts
    211
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Audio on some channels is not working, as the_ripper turned ofo STC Timer which are responsible for synchronisation.

    We will put this back after we reach more stabillity, and as we said, dont worry every bug will be sorted step by step.

    This is not even BETA, this is still Alpha stage.
    Last edited by MickeySa; 21-10-2010 at 08:20 PM.

  18. #1458
    V.I.P
    Join Date
    Nov 2008
    Posts
    720
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by MickeySa View Post
    Audio on some channels is not working, as the_ripper turned ofo STC Timer which are responsible for synchronisation.

    We will put this back after we reach more stabillity, and as we said, dont worry every bug will be sorted step by step.

    This is not even BETA, this is still Alpha stage.
    But still a great job so far:respect-040:

    @all don't mind the cosmetic things, let them clear hardware first

  19. #1459
    Senior Member
    Join Date
    Jan 2005
    Posts
    272
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Carp95 View Post
    But still a great job so far:respect-040:

    @all don't mind the cosmetic things, let them clear hardware first
    This is indeed great no brilliant work, its just a pity there's nothing for us plus owners to test yet...I am jealous I wanna do some testing too!!

  20. #1460
    Junior Member Matrix10's Avatar
    Join Date
    Oct 2009
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts
    CCcam and Mgcamd for Azbox with plugin start/stop/restart/cam info/autostart/desable autostart

    Install

    1.first enigma2-plugin-extensions-userscripts_2.4-r4_mipsel.ipk
    2.enigma2-plugin-camd-mgcamd.1.35a_2.4-r1_mipsel.ipk
    3.enigma2-plugin-camd-cccam.2.1.4_2.4-r0_mipsel.ipk
    4.make folder /var/etc for your CCcam files and put your CCcam files

    Restart box

    5.Go to Main menu -Plugins-User Scripts-execute User Script from /usr/script
    you can
    start/stop/restart/cam info/autostart/desable autostart

    For Mgcamd you have to put your config files to /var/keys

    6.You have to change this in mg_cfg for AzBox

    # box type
    # 00 autodetect, change only if you think wrong type detected.
    # 01 dbox2
    # 02 dreambox
    # 03 triple-dragon
    # 04 relook
    # 05 openbox
    # 06 dreambox/mips
    # 08 stapi/kathrein
    # 09 stapi/ipbox
    # 11 stapi/openbox
    B: { 06 }

    and you have to make all other changes in configs for Mgcamd 1.35a

    I have to add Mgcamd working perfect on Azbox
    Last edited by Matrix10; 21-10-2010 at 09:14 PM.

Page 73 of 178 FirstFirst ... 2363717273747583123173 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •