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 4 of 4

Thread: Mgcamd 1.46 all ipk

  1. #1
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,755
    Thanks
    472
    Thanked 607 Times in 433 Posts

    Mgcamd 1.46 all ipk

    Mgcamd 1.46 working with openatv and openvix for both arm and mipsel boxes
    Attached Files Attached Files

  2. The Following 13 Users Say Thank You to dsayers For This Useful Post:

    + Show/Hide list of the thanked

    1554leslie (22-03-21),abu baniaz (25-04-21),Andy_Hazza (20-03-21),cactikid (20-03-21),Clabs (20-03-21),CRUMBLIN (21-03-21),julius52 (21-03-21),khan888 (28-03-21),kryton (21-03-21),urie (21-03-21),widar (21-03-21),Willo3092 (20-03-21)

  3. #2
    1554leslie's Avatar
    Title
    Senior Member
    Join Date
    Jun 2016
    Posts
    162
    Thanks
    44
    Thanked 92 Times in 51 Posts
    Quote Originally Posted by dsayers View Post
    Mgcamd 1.46 working with openatv and openvix for both arm and mipsel boxes
    Tried and tested on vix images by me

  4. #3
    1554leslie's Avatar
    Title
    Senior Member
    Join Date
    Jun 2016
    Posts
    162
    Thanks
    44
    Thanked 92 Times in 51 Posts
    Quote Originally Posted by dsayers View Post
    Mgcamd 1.46 working with openatv and openvix for both arm and mipsel boxes
    Tried and tested on vix images

  5. #4
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,755
    Thanks
    472
    Thanked 607 Times in 433 Posts
    Updated this with a lot of help from abu baniaz as some where having issues and needing to install a softcam fisrt.

    The ipks have been split up for openatv and vix although PLI use a similar method the ATV ipk may work on pli and possibly Pure2

    You can find release from here
    Code:
    https://github.com/davesayers2014/SOFTCAMS/releases/
    Also from here
    Code:
    https://github.com/davesayers2014/SOFTCAMS

    If images add this to feeds, the symlinks will get re-installed on restores

    postinst content if anyone is interested

    Code:
    #!/bin/sh
    if [ -f /lib/ld-2.32.so ]; then
    	ln -s /lib/ld-2.32.so /lib/ld-linux.so.3
    	echo "ld-2.32.so symlink created"
    else
    	echo "ld-2.32.so not found"
    fi
    
    if [ -f /lib/ld-2.30.so ]; then
    	ln -s /lib/ld-2.30.so /lib/ld-linux.so.3
    	echo "ld-2.30.so symlink created"
    else
    	echo "ld-2.30.so not found"
    fi
    
    
    if [ -f /lib/ld-2.28.so ]; then
    	ln -s /lib/ld-2.28.so /lib/ld-linux.so.3
    	echo "ld-2.28.so symlink created"
    else
    	echo "ld-2.28.so not found"
    fi
    
    if [ -f /lib/ld-2.26.so ]; then
    	ln -s /lib/ld-2.26.so /lib/ld-linux.so.3
    	echo "ld-2.26.so symlink created"
    else
    	echo "ld-2.26.so not found"
    fi
    
    if [ -f /usr/lib/libcrypto.so.1.0.2 ]; then
    	ln -sf /usr/lib/libcrypto.so.1.0.2 /usr/lib/libcrypto.so.1.0.0
    	ln -sf /usr/lib/libcrypto.so.1.0.2 /usr/lib/libcrypto.so.0.9.8
    	ln -sf /usr/lib/libcrypto.so.1.0.2 /usr/lib/libcrypto.so.0.9.7
    	echo "libcrypto.so.1.0.2 symlinks created"
    else
    	echo "libcrypto.so.1.0.2 not found"
    fi
    
    if [ -f /usr/lib/libssl.so.1.0.2 ]; then
    	ln -sf /usr/lib/libssl.so.1.0.2 /usr/lib/libssl.so.1.0.0
    	ln -sf /usr/lib/libssl.so.1.0.2 /usr/lib/libssl.so.0.9.8
    	ln -sf /usr/lib/libssl.so.1.0.2 /usr/lib/libssl.so.0.9.7
    	echo "libssl.so.1.0.2 symlinks created"
    else
    	echo "libssl.so.1.0.2 not found"
    fi

  6. The Following 4 Users Say Thank You to dsayers For This Useful Post:

    abu baniaz (22-05-21),cactikid (23-05-21),Donnie (26-05-21),khan888 (24-05-21)

Tags for this Thread

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.