PDA

View Full Version : XE Plugin



Comfysofa
08-10-23, 17:50
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

dsayers
08-10-23, 18:07
I think XE plugin is in feeds. Download plugins, extensions

Command lines



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

Comfysofa
08-10-23, 18:22
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/openvix/release/6.4/vusolo4k/3rdparty/Packages.gz.
* opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openvix/release/6.4/vusolo4k/3rdparty/Packages.gz, wget returned 4.
Downloading http://www.openvix.co.uk/feeds/openvix/release/6.4/vusolo4k/all/Packages.gz.
* opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openvix/release/6.4/vusolo4k/all/Packages.gz, wget returned 4.
Downloading http://www.openvix.co.uk/feeds/openvix/release/6.4/vusolo4k/cortexa15hf-neon-vfpv4/Packages.gz.
* opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openvix/release/6.4/vusolo4k/cortexa15hf-neon-vfpv4/Packages.gz, wget returned 4.
Downloading https://raw.githubusercontent.com/oe-alliance/oe-alliance-settings-feed/master/feed/Packages.gz.
* opkg_download_backend: Failed to download https://raw.githubusercontent.com/oe-alliance/oe-alliance-settings-feed/master/feed/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/openvix-static/6.4/static-cortexa15hf-neon-vfpv4/Packages.gz.
* opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openvix-static/6.4/static-cortexa15hf-neon-vfpv4/Packages.gz, wget returned 4.
Downloading http://www.openvix.co.uk/feeds/openvix-static/6.4/static-vusolo4k/Packages.gz.
* opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openvix-static/6.4/static-vusolo4k/Packages.gz, wget returned 4.
Downloading http://www.openvix.co.uk/feeds/openvix/release/6.4/vusolo4k/vusolo4k/Packages.gz.
* opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openvix/release/6.4/vusolo4k/vusolo4k/Packages.gz, wget returned 4.
Downloading http://www.openvix.co.uk/feeds/openvix/release/6.4/vusolo4k/vusolo4k_3rdparty/Packages.gz.
* opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openvix/release/6.4/vusolo4k/vusolo4k_3rdparty/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/enigma2-plugin-extensions-xeaio_3.3.0_all.ipk.
* opkg_download_backend: Failed to download https://xeev.app/files/ipk/3.11.1/enigma2-plugin-extensions-xeaio_3.3.0_all.ipk, wget returned 4.

Willo3092
08-10-23, 18:32
I just installed XE 3.3.0 with this code:


wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.11.1.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh

dsayers
08-10-23, 18:43
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/openvix/release/6.4/vusolo4k/3rdparty/Packages.gz.
* opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openvix/release/6.4/vusolo4k/3rdparty/Packages.gz, wget returned 4.
Downloading http://www.openvix.co.uk/feeds/openvix/release/6.4/vusolo4k/all/Packages.gz.
* opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openvix/release/6.4/vusolo4k/all/Packages.gz, wget returned 4.
Downloading http://www.openvix.co.uk/feeds/openvix/release/6.4/vusolo4k/cortexa15hf-neon-vfpv4/Packages.gz.
* opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openvix/release/6.4/vusolo4k/cortexa15hf-neon-vfpv4/Packages.gz, wget returned 4.
Downloading https://raw.githubusercontent.com/oe-alliance/oe-alliance-settings-feed/master/feed/Packages.gz.
* opkg_download_backend: Failed to download https://raw.githubusercontent.com/oe-alliance/oe-alliance-settings-feed/master/feed/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/openvix-static/6.4/static-cortexa15hf-neon-vfpv4/Packages.gz.
* opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openvix-static/6.4/static-cortexa15hf-neon-vfpv4/Packages.gz, wget returned 4.
Downloading http://www.openvix.co.uk/feeds/openvix-static/6.4/static-vusolo4k/Packages.gz.
* opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openvix-static/6.4/static-vusolo4k/Packages.gz, wget returned 4.
Downloading http://www.openvix.co.uk/feeds/openvix/release/6.4/vusolo4k/vusolo4k/Packages.gz.
* opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openvix/release/6.4/vusolo4k/vusolo4k/Packages.gz, wget returned 4.
Downloading http://www.openvix.co.uk/feeds/openvix/release/6.4/vusolo4k/vusolo4k_3rdparty/Packages.gz.
* opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/openvix/release/6.4/vusolo4k/vusolo4k_3rdparty/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/enigma2-plugin-extensions-xeaio_3.3.0_all.ipk.
* opkg_download_backend: Failed to download https://xeev.app/files/ipk/3.11.1/enigma2-plugin-extensions-xeaio_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

Willo3092
08-10-23, 18:46
Have you tried opkg update?

Comfysofa
08-10-23, 19:16
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..!

Comfysofa
08-10-23, 19:20
Yep - the OpenPli image worked....ive got a couple of other vu's so i might try again on one of those...

Willo3092
08-10-23, 19:28
Just login to the box with putty and type
opkg update and press enter.
It just makes sure the feeds are up to date.

Then try
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.11.1.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh again.