Page 78 of 178 FirstFirst ... 2868767778798088128 ... LastLast
Results 1,541 to 1,560 of 3542

Thread: Enigma 2 by The_ripper - TEST -

  1. #1541
    V.I.P hfmls's Avatar
    Join Date
    May 2009
    Location
    Portugal
    Posts
    1,819
    Thanks
    0
    Thanked 0 Times in 0 Posts
    https://www.satpimps.co.uk/showthread.php?t=139902
    after update send
    em8634dvb.ko
    to /lib/modules/2.6.22.19-19-the_ripper/extra

  2. #1542
    Member
    Join Date
    Dec 2009
    Posts
    66
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by hfmls View Post
    I am trying to use SGC, after i install CCcam from SGC panel here can i edit the settings?
    i already have CCcam.cfg in /etc too.
    What should i do now?
    sorry

    ok, i found it, i edited:

    /usr/bin/$CAM &

    to

    /usr/bin/$CAM -dC /etc/CCcam.cfg &
    or ... set & add new variable string ENV="-dC /etc/CCcam.cfg"
    Code:
    #!/bin/sh
    CAM="CCcam_2.1.4"
    ENV="-dC /etc/CCcam.cfg"
    
    ... & add new variable string ...
    
    cam_up () {
    		/usr/bin/$CAM $ENV &
    Regards

    Arci

  3. #1543
    Junior Member
    Join Date
    Oct 2010
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts
    1 question:
    how the hell did You send settings to the receiver?? I tried everything (dreamset, dreamboxedit) but nothing to do!!
    "strange" thing is that if i access using webinterface i can see the settings channel list, but using remote control "blue button" through the receiver i got blank!! please help me, cos i'm going crazy!!

  4. #1544
    Member
    Join Date
    Mar 2009
    Posts
    37
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by intranet View Post
    1 question:
    how the hell did You send settings to the receiver?? I tried everything (dreamset, dreamboxedit) but nothing to do!!
    "strange" thing is that if i access using webinterface i can see the settings channel list, but using remote control "blue button" through the receiver i got blank!! please help me, cos i'm going crazy!!
    Change paths.
    /etc/enigma2 for channels and bouquets.

    works with DreamBoxEdit4.
    Settings maker1.3 can also be used, but I have not fully tested.

    I think we need a MAP for file paths to help everybody, becaue the file locations differ from Dream.

    I use WinScp and the search function (find files ALT F7) is very usefull.....

  5. #1545
    V.I.P hfmls's Avatar
    Join Date
    May 2009
    Location
    Portugal
    Posts
    1,819
    Thanks
    0
    Thanked 0 Times in 0 Posts
    go to system,customize, expert and activate option to see bouquets

  6. #1546
    Member
    Join Date
    Dec 2009
    Posts
    66
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by intranet View Post
    1 question:
    how the hell did You send settings to the receiver?? I tried everything (dreamset, dreamboxedit) but nothing to do!!
    "strange" thing is that if i access using webinterface i can see the settings channel list, but using remote control "blue button" through the receiver i got blank!! please help me, cos i'm going crazy!!
    Blue Button> Red button (all channels)
    Blue Button> Green button (all channels divided by satellites)
    Blue Button> Yellow button (all channels divided by provider)
    Blue Button> Button Blue (channels on the favorite list, if present)

    To view the channels in the favorite list, you must go to Menu> Setup> System> Customize ... and set YES "Enable multiple bouquets"
    Last edited by arcibald; 22-10-2010 at 11:00 PM.

  7. #1547
    V.I.P hfmls's Avatar
    Join Date
    May 2009
    Location
    Portugal
    Posts
    1,819
    Thanks
    0
    Thanked 0 Times in 0 Posts

  8. #1548
    Junior Member
    Join Date
    Oct 2010
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by hfmls View Post
    go to system,customize, expert and activate option to see bouquets
    i missed that!! Thank you very much, my "bad".

  9. #1549
    Member
    Join Date
    Dec 2009
    Posts
    66
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by feedme View Post
    Change paths.
    /etc/enigma2 for channels and bouquets.

    works with DreamBoxEdit4.
    Settings maker1.3 can also be used, but I have not fully tested.

    I think we need a MAP for file paths to help everybody, becaue the file locations differ from Dream.

    I use WinScp and the search function (find files ALT F7) is very usefull.....
    example path on DreamBoxEdit > set to >Enigma2 settings

    Options> Profiles:

    Services and Bouquets files = /etc/enigma2/

    User Bouquets files = /etc/enigma2/

    Satellites.xml file = /etc/tuxbox/


    Regards

    Arci

  10. #1550
    Junior Member
    Join Date
    Sep 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I installed the new version e2 test. and wanted to return to Official Firmware and instead put 0.9.5020 0.9.4466 and I think I put blade crashed I can not connect anything to the box either with USB azup not take any write Booting and so remain
    help

  11. #1551
    V.I.P
    Join Date
    May 2008
    Posts
    375
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by arcibald View Post
    or ... set & add new variable string ENV="-dC /etc/CCcam.cfg"
    Code:
    #!/bin/sh
    CAM="CCcam_2.1.4"
    ENV="-dC /etc/CCcam.cfg"
    
    ... & add new variable string ...
    
    cam_up () {
    		/usr/bin/$CAM $ENV &
    Regards

    Arci
    Why you use a command to force CCcam to read CCcam.cfg from /etc when CCCam read CCcam.cfg from /etc by default?
    This is probably the third time I post on the subject and I keep reading this,am I missing something?

    You using this

    /usr/bin/$CAM -dC /etc/CCcam.cfg &

    can be replaced by this:

    CCcam &

    will execute CCcam reading CCcam.cfg from /etc ,no need to set more options or paths.

  12. #1552
    V.I.P hfmls's Avatar
    Join Date
    May 2009
    Location
    Portugal
    Posts
    1,819
    Thanks
    0
    Thanked 0 Times in 0 Posts
    ok, THANK YOU but it's also the third time i say cccam in my box always looks for CCcam.cfg in /var/etc, not /etc

  13. #1553
    Senior Member MoRpHiUS_x's Avatar
    Join Date
    Jun 2010
    Posts
    115
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by romeox View Post
    I installed the new version e2 test. and wanted to return to Official Firmware and instead put 0.9.5020 0.9.4466 and I think I put blade crashed I can not connect anything to the box either with USB azup not take any write Booting and so remain
    help
    Have the same problem as me

  14. #1554
    Junior Member
    Join Date
    Oct 2010
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts
    hfmls /var/etc is in enigma 1,on enigma2 is etc.this is automatically redirected
    Last edited by nervis; 22-10-2010 at 10:16 PM.

  15. #1555
    V.I.P hfmls's Avatar
    Join Date
    May 2009
    Location
    Portugal
    Posts
    1,819
    Thanks
    0
    Thanked 0 Times in 0 Posts
    when i run ./CCcam.mipsel , cccam runs but without any connections because in log it says "couldn't find /var/etc/CCcam.cfg"
    now i'm confused..

  16. #1556
    Junior Member
    Join Date
    Oct 2010
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts
    where you have CCcam.cfg?

  17. #1557
    V.I.P hfmls's Avatar
    Join Date
    May 2009
    Location
    Portugal
    Posts
    1,819
    Thanks
    0
    Thanked 0 Times in 0 Posts
    /etc
    but that's ok, i use that script now, it works perfect.

  18. #1558
    Senior Member MoRpHiUS_x's Avatar
    Join Date
    Jun 2010
    Posts
    115
    Thanks
    0
    Thanked 0 Times in 0 Posts
    A question for The_Ripper or MickeySa.

    I can use the recovery method that descrive Recovery.rar file the first post?.

  19. #1559
    V.I.P
    Join Date
    May 2008
    Posts
    375
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Ok,I understand now why you guys do this.
    E2 normally have a simlink /var/etc /etc,but apparently,this image of E2 doesn;t come with that.
    The best thing you guys can do is make those simlinks

    have to make simlinks in root for
    /hdd /media/hdd
    /mnt /media
    /share /usr/share

    in /var simlinks to
    etc /etc
    keys /usr/keys
    scce /usr/scce
    tmp /tmp
    tuxbox /etc/tuxbox

    I assume some of this links are already made,but apparently some are missing.
    You make the ones you need and is easy for beginners.
    DCC can make the links for you by right clicking in the folder you want to make the simlink.

  20. #1560
    Junior Member
    Join Date
    Oct 2010
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts
    it simlinks are will erased when you reboot I think

Page 78 of 178 FirstFirst ... 2868767778798088128 ... 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
  •