H9T error installing mgcamd softcam

I'm not sure what IPK'S will be compatible with softcam setup anymore but if someone does know what mgcamd arm version works maybe they can upload it.

It looks like there's an issue with downloading mgcamd they could be making changes on feeds.
 
Issue these commands, one at a time. Paste them instead of typing to reduce likelihood of errors. Paste back the text results you get instead of posting a screenshot (if you can)

wget -O - -q http://updates.mynonpublic.com/oea/feed | bash

root@zgemmah9t:~# wget -O - -q http://updates.mynonpublic.com/oea/feed | bash

SoftCAM Feed Universal (secret feed) succesfully installed ...
root@zgemmah9t:~#

opkg update

root@zgemmah9t:~# opkg update
Downloading http://feeds2.mynonpublic.com/6.2/h9/3rdparty/Packages.gz.
Updated source 'openatv-3rdparty'.
Downloading http://feeds2.mynonpublic.com/6.2/h9/all/Packages.gz.
Updated source 'openatv-all'.
Downloading http://updates.mynonpublic.com/oea/4.2/cortexa15hf-neon-vfpv4/Packages.gz.
Updated source 'cortexa15hf-neon-vfpv4-3rdparty-secret-feed'.
Downloading http://feeds2.mynonpublic.com/6.2/h9/cortexa15hf-neon-vfpv4/Packages.gz.
Updated source 'openatv-cortexa15hf-neon-vfpv4'.
Downloading http://feeds2.mynonpublic.com/6.2/h9/h9/Packages.gz.
Updated source 'openatv-h9'.
Downloading http://feeds2.mynonpublic.com/6.2/h9/h9_3rdparty/Packages.gz.
Updated source 'openatv-h9_3rdparty'.
Downloading http://wbuildx.co.uk/wbx/feeds/Packages.gz.
Updated source 'wooshbuild-feeds'.
Downloading http://feeds2.mynonpublic.com/6.2/h9/zgemmah9t/Packages.gz.
Updated source 'openatv-zgemmah9t'.
root@zgemmah9t:~#

opkg install enigma2-plugin-softcams-mgcamd

root@zgemmah9t:~# opkg install enigma2-plugin-softcams-mgcamd
Installing enigma2-plugin-softcams-mgcamd (1.38) on root.
Downloading http://updates.mynonpublic.com/oea/...gin-softcams-mgcamd_1.38-r4.0_cortexa15hf-neo
n-vfpv4.ipk.
Removing corrupt package file /var/cache/opkg/ecae40a8ea2a0d72960752a73d7c820f_enigma2-plugin-softcams-mgcamd_1.38-r4.0_cortexa15h
f-neon-vfpv4.ipk.
Collected errors:
* opkg_install_pkg: Failed to download enigma2-plugin-softcams-mgcamd. Perhaps you need to run 'opkg update'?
* opkg_solver_install: Cannot install package enigma2-plugin-softcams-mgcamd.
root@zgemmah9t:~#
 
The ipk seems to be corrupt. Try the following:
Delete the file mentioned above using FTP. It is at following location
Code:
/var/cache/opkg/ecae40a8ea2a0d72960752a73d7c820f_enigma2-plugin-softcams-mgcamd_1.38-r4.0_cortexa15hf-neon-vfpv4.ipk.
Put receiver into deep standby, remove power cable, reboot after 5 minutes.

Then try these commands
opkg update
opkg --force-reinstall install enigma2-plugin-softcams-mgcamd


If you still get the same error, download the ipk using your computer from

Code:
http://updates.mynonpublic.com/oea/4.2/cortexa15hf-neon-vfpv4/enigma2-plugin-softcams-mgcamd_1.38-r4.0_cortexa15hf-neon-vfpv4.ipk

Transfer to /tmp uisng FTP
then issue following command
opkg install /tmp/*.ipk
 
The ipk seems to be corrupt. Try the following:
Delete the file mentioned above using FTP. It is at following location
Code:
/var/cache/opkg/ecae40a8ea2a0d72960752a73d7c820f_enigma2-plugin-softcams-mgcamd_1.38-r4.0_cortexa15h
f-neon-vfpv4.ipk.
Put receiver into deep standby, remove power cable, reboot after 5 minutes.

Then try these commands
opkg update
opkg --force-reinstall install enigma2-plugin-softcams-mgcamd


If you still get the same error, download the ipk using your computer from

Code:
http://updates.mynonpublic.com/oea/4.2/cortexa15hf-neon-vfpv4/enigma2-plugin-softcams-mgcamd_1.38-r4.0_cortexa15hf-neon-vfpv4.ipk

Transfer to /tmp uisng FTP
then issue following command
opkg install /tmp/*.ipk
Cheers pal, will give this a go tomorrow and let you know how I get on. Appreciate the help
 
The ipk seems to be corrupt. Try the following:
Delete the file mentioned above using FTP. It is at following location
Code:
/var/cache/opkg/ecae40a8ea2a0d72960752a73d7c820f_enigma2-plugin-softcams-mgcamd_1.38-r4.0_cortexa15hf-neon-vfpv4.ipk.
Put receiver into deep standby, remove power cable, reboot after 5 minutes.

Then try these commands
opkg update
opkg --force-reinstall install enigma2-plugin-softcams-mgcamd


If you still get the same error, download the ipk using your computer from

Code:
http://updates.mynonpublic.com/oea/4.2/cortexa15hf-neon-vfpv4/enigma2-plugin-softcams-mgcamd_1.38-r4.0_cortexa15hf-neon-vfpv4.ipk

Transfer to /tmp uisng FTP
then issue following command
opkg install /tmp/*.ipk

Ah thats worked! Cheers pal.

I tried everything above and was getting no where. the bit that seemed to do the trick was:

If you still get the same error, download the ipk using your computer from

Code:
http://updates.mynonpublic.com/oea/4.2/cortexa15hf-neon-vfpv4/enigma2-plugin-softcams-mgcamd_1.38-r4.0_cortexa15hf-neon-vfpv4.ipk

Transfer to /tmp uisng FTP
then issue following command
opkg install /tmp/*.ipk
 
Back
Top