E2 Installation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • smaqbool
    Newbie
    • Jul 2012
    • 6

    #1

    E2 Installation

    Hey guys,

    I've currently got a standard dgs image installed on my cuberevo twin tuner will all the channels unlocked with newcs_mgcamd.

    I'm having problems getting a 7 Day TV Guide working along with this and i've heard a 7 day guide works with Enigma 2 on the box.

    I need to know how to install E2 onto the cuberevo box, along with the newcs_mgcamd and a 7 day epg.

    Please could someone guide me in the right direction as to what to do and where to start with all this please?
  • hambone
    Newbie
    • Oct 2010
    • 14

    #2
    hi m8
    i am a bit of an amatuer when it cones to linux and e2 etc but as far as i can tell you can install e2 in the flash memory of your box or have it running from a usb stick and keep your working image in the box memory.
    there are many e2 images around and they are still being developed/updated regularly.
    the cross epg can be downloaded as a plugin as can the emu options which needs a bit of setting up.
    thats as far as my knowledge goes but it may point you in the right direction.
    i have copied this guide to installing e2 on usb from another forum. i managed to get e2 image working on 900hd

    Boot your ipbox without usb stick, than put usb (FTA chanel) and run telnet.

    cd /tmp

    mount # you will see mounted usb dev/sda1 or sdb1
    umount /dev/sda1
    mkfs.ext2 /dev/sda1 -L ext2
    mount /dev/sda1 /mnt/usb #if you see mounted usb0 than mount /dev/sda1 /mnt/usb/usb0
    #with ftp put your E2 in mnt/usb or mnt/usb/usb0
    cd /mnt/usb # or cd /mnt/usb/usb0
    ls -aln
    tar xzvf yourE2.tar.gz
    sync
    sync


    ham

    Comment

    Working...