Posts by ttherapo

    ¿ what path can you see version 3.52 ??? so simply replace folder and update all dependencies..
    try these steps:
    first see which version python the image is by telnet: :

    Code
    python -V


    then

    Code
    opkg update


    then

    Code
    opkg install python-subprocess


    then to install/overwrite previous version

    Code
    opkg install -force-overwrite /tmp/enigma2-plugin-extensions-exact_name_of_new_ipk.ipk


    worth a shot[/QUOTE]


    Thanks for the reply. Python version is Python 2.7.3. I get the following errors with the commantsprovided, hope you understand what they mean...


    1)Package enigma2-plugin-extensions-openwebif version 20130407 has no valid architecture, ignoring.
    Unknown package 'python-subprocess'.
    Collected errors:
    * opkg_install_cmd: Cannot install package python-subprocess.


    2)ipbox99:~# opkg install -force-overwrite /tmp/mediaportal4.7.1.ipk
    Package enigma2-plugin-extensions-openwebif version 20130407 has no valid architecture, ignoring.
    Installing enigma2-plugin-extensions-mediaportal (4.7.1) to root...
    Collected errors:
    * satisfy_dependencies_for: Cannot satisfy the following dependencies for enigma2-plugin-extensions-mediaportal:
    * python-json * python-html * python-misc * python-twisted-web * gst-plugins-good-flv * gst-plugins-bad-rtmp * librtmp0 *
    * opkg_install_cmd: Cannot install package enigma2-plugin-extensions-mediaportal.



    I don't what the above mean but mediaportal does not install. Do i have to install v3.5.2 provided by ABCOm plugins and try again?

    I have an abcom ipbox99hd with latest original firm installed which is based in PLi. Under plugins I can find mediaportal 3.52 that installs and works, but some links don't work. I tried installing latest .ipk file, but nothing shows under plugins. Also if I go to usr/lib/....../extensions, there is no mediaportal folder What am I doing wrong?