Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Results 1 to 9 of 9

Thread: XE Plugin

  1. #1

    Title
    Forum Supporter
    Donated Member
    Join Date
    Oct 2010
    Posts
    394
    Thanks
    15
    Thanked 16 Times in 15 Posts

    XE Plugin

    Hey - just reinstalled my solo 4k with the latest version of ViX. Trying to get the XE plugin on there...theres usually a command that i use (and i kinda make a point of collecting them as they normally dont work and i have to go looking for the latest command that does work...)

    All my saved commands dont work (which i fully expected) - does anyone have the latest one for 6.4.007 ? i think this is Python 3.11

    Cheers

  2. #2
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,765
    Thanks
    473
    Thanked 608 Times in 434 Posts
    I think XE plugin is in feeds. Download plugins, extensions

    Command lines

    Code:
    Python Version 2.7.x (OpenATV 6.4)
    wget -O /tmp/install.sh "https://xeev.app/files/ipk/2.7.18.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
    
    # Python Version 3.9.x (OpenATV 7.0)
    wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.9.5.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
    
    # Python Version 3.10.x (OpenATV 7.1)
    wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.10.5.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
    
    # Python Version 3.11.x (Openvix 6.3, OpenATV 7.2¨, OpenATV 7.3)
    wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.11.1.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
    
    # DEB OE2.5 like DreamOS, NewNigma2
    wget -O /tmp/install.sh "http://xeev.app/files/deb/install.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh

  3. #3

    Title
    Forum Supporter
    Donated Member
    Join Date
    Oct 2010
    Posts
    394
    Thanks
    15
    Thanked 16 Times in 15 Posts
    Hi - i did make a copy of this....the one i used was the 3rd one down....didnt work...i get this back..

    root@vusolo4k:~# wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.11.1.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
    --2023-10-08 18:20:54-- https://xeev.app/files/ipk/3.11.1.sh
    Resolving xeev.app... 162.55.21.240, 2a01:4f8:271:2d13::103
    Connecting to xeev.app|162.55.21.240|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 430 [application/octet-stream]
    Saving to: ‘/tmp/install.sh’

    /tmp/install.sh 100%[=========================================>] 430 --.-KB/s in 0s

    2023-10-08 18:21:00 (71.0 MB/s) - ‘/tmp/install.sh’ saved [430/430]

    No packages removed.
    No packages removed.
    No packages removed.
    Downloading http://www.openvix.co.uk/feeds/openv...ty/Packages.gz.
    * opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openv...ty/Packages.gz, wget returned 4.
    Downloading http://www.openvix.co.uk/feeds/openv...ll/Packages.gz.
    * opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openv...ll/Packages.gz, wget returned 4.
    Downloading http://www.openvix.co.uk/feeds/openv...v4/Packages.gz.
    * opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openv...v4/Packages.gz, wget returned 4.
    Downloading https://raw.githubusercontent.com/oe...ed/Packages.gz.
    * opkg_download_backend: Failed to download https://raw.githubusercontent.com/oe...ed/Packages.gz, wget returned 4.
    Downloading http://www.openvix.co.uk/feeds/picon/Packages.gz.
    * opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/picon/Packages.gz, wget returned 4.
    Downloading http://www.openvix.co.uk/feeds/openv...v4/Packages.gz.
    * opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openv...v4/Packages.gz, wget returned 4.
    Downloading http://www.openvix.co.uk/feeds/openv...4k/Packages.gz.
    * opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openv...4k/Packages.gz, wget returned 4.
    Downloading http://www.openvix.co.uk/feeds/openv...4k/Packages.gz.
    * opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openv...4k/Packages.gz, wget returned 4.
    Downloading http://www.openvix.co.uk/feeds/openv...ty/Packages.gz.
    * opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openv...ty/Packages.gz, wget returned 4.
    Downloading https://xeev.app/files/ipk/3.11.1//Packages.gz.
    * opkg_download_backend: Failed to download https://xeev.app/files/ipk/3.11.1//Packages.gz, wget returned 4.
    Downloading https://xeev.app/files/ipk/3.11.1/en..._3.3.0_all.ipk.
    * opkg_download_backend: Failed to download https://xeev.app/files/ipk/3.11.1/en..._3.3.0_all.ipk, wget returned 4.

  4. #4
    Willo3092's Avatar
    Title
    ViX Beta Tester
    Join Date
    Oct 2016
    Location
    East Midlands
    Posts
    1,069
    Thanks
    752
    Thanked 403 Times in 303 Posts
    I just installed XE 3.3.0 with this code:

    Code:
    wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.11.1.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
    Last edited by Willo3092; 08-10-23 at 18:34.
    Willo
    #######################
    AX HD61 4K UHD Twin (test box)
    Vu+ Uno 4K SE
    Edision OS Mio 4K
    Zgemma H9 Twin
    Vu+ Zero 4K
    Vu+ Uno 4K
    GT-Sat GT-S3DCSS24 Unicable II LNB
    GT-Sat GT-dLNB1-DY Unicable II LNB
    #######################

  5. #5
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,765
    Thanks
    473
    Thanked 608 Times in 434 Posts
    Quote Originally Posted by Comfysofa View Post
    Hi - i did make a copy of this....the one i used was the 3rd one down....didnt work...i get this back..

    root@vusolo4k:~# wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.11.1.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
    --2023-10-08 18:20:54-- https://xeev.app/files/ipk/3.11.1.sh
    Resolving xeev.app... 162.55.21.240, 2a01:4f8:271:2d13::103
    Connecting to xeev.app|162.55.21.240|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 430 [application/octet-stream]
    Saving to: ‘/tmp/install.sh’

    /tmp/install.sh 100%[=========================================>] 430 --.-KB/s in 0s

    2023-10-08 18:21:00 (71.0 MB/s) - ‘/tmp/install.sh’ saved [430/430]

    No packages removed.
    No packages removed.
    No packages removed.
    Downloading http://www.openvix.co.uk/feeds/openv...ty/Packages.gz.
    * opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openv...ty/Packages.gz, wget returned 4.
    Downloading http://www.openvix.co.uk/feeds/openv...ll/Packages.gz.
    * opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openv...ll/Packages.gz, wget returned 4.
    Downloading http://www.openvix.co.uk/feeds/openv...v4/Packages.gz.
    * opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openv...v4/Packages.gz, wget returned 4.
    Downloading https://raw.githubusercontent.com/oe...ed/Packages.gz.
    * opkg_download_backend: Failed to download https://raw.githubusercontent.com/oe...ed/Packages.gz, wget returned 4.
    Downloading http://www.openvix.co.uk/feeds/picon/Packages.gz.
    * opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/picon/Packages.gz, wget returned 4.
    Downloading http://www.openvix.co.uk/feeds/openv...v4/Packages.gz.
    * opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openv...v4/Packages.gz, wget returned 4.
    Downloading http://www.openvix.co.uk/feeds/openv...4k/Packages.gz.
    * opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openv...4k/Packages.gz, wget returned 4.
    Downloading http://www.openvix.co.uk/feeds/openv...4k/Packages.gz.
    * opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openv...4k/Packages.gz, wget returned 4.
    Downloading http://www.openvix.co.uk/feeds/openv...ty/Packages.gz.
    * opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openv...ty/Packages.gz, wget returned 4.
    Downloading https://xeev.app/files/ipk/3.11.1//Packages.gz.
    * opkg_download_backend: Failed to download https://xeev.app/files/ipk/3.11.1//Packages.gz, wget returned 4.
    Downloading https://xeev.app/files/ipk/3.11.1/en..._3.3.0_all.ipk.
    * opkg_download_backend: Failed to download https://xeev.app/files/ipk/3.11.1/en..._3.3.0_all.ipk, wget returned 4.
    It looks like it's having issues with feeds. Can you try

    ping 8.8.8.8

    Edit as you can download the script I don't think that will help

  6. #6
    Willo3092's Avatar
    Title
    ViX Beta Tester
    Join Date
    Oct 2016
    Location
    East Midlands
    Posts
    1,069
    Thanks
    752
    Thanked 403 Times in 303 Posts
    Have you tried opkg update?
    Willo
    #######################
    AX HD61 4K UHD Twin (test box)
    Vu+ Uno 4K SE
    Edision OS Mio 4K
    Zgemma H9 Twin
    Vu+ Zero 4K
    Vu+ Uno 4K
    GT-Sat GT-S3DCSS24 Unicable II LNB
    GT-Sat GT-dLNB1-DY Unicable II LNB
    #######################

  7. #7

    Title
    Forum Supporter
    Donated Member
    Join Date
    Oct 2010
    Posts
    394
    Thanks
    15
    Thanked 16 Times in 15 Posts
    Not tried that...tbh im not sure what you mean...is that installing locally?

    However ive just tried an openpli image and....i think it might be working Using one of those commands (the top one i think)

    That being said i do prefer the vix image - definately more user friendly..!

  8. #8

    Title
    Forum Supporter
    Donated Member
    Join Date
    Oct 2010
    Posts
    394
    Thanks
    15
    Thanked 16 Times in 15 Posts
    Yep - the OpenPli image worked....ive got a couple of other vu's so i might try again on one of those...

  9. #9
    Willo3092's Avatar
    Title
    ViX Beta Tester
    Join Date
    Oct 2016
    Location
    East Midlands
    Posts
    1,069
    Thanks
    752
    Thanked 403 Times in 303 Posts
    Just login to the box with putty and type
    Code:
    opkg update
    and press enter.
    It just makes sure the feeds are up to date.

    Then try
    Code:
    wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.11.1.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
    again.
    Willo
    #######################
    AX HD61 4K UHD Twin (test box)
    Vu+ Uno 4K SE
    Edision OS Mio 4K
    Zgemma H9 Twin
    Vu+ Zero 4K
    Vu+ Uno 4K
    GT-Sat GT-S3DCSS24 Unicable II LNB
    GT-Sat GT-dLNB1-DY Unicable II LNB
    #######################

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.