Jump to content


Photo

Zgemma H7S I need help please!


  • Please log in to reply
10 replies to this topic

#1 lex7791

  • Senior Member
  • 112 posts

+1
Neutral

Posted 16 July 2018 - 05:25

Hello good morning everyone!!!!!!!

I have Zgemma H7S and also i have a plugin(it is special emu for opening some channels) it called zcamd.i will attach down.

It worked in vuzero4k and all vu+ and other 4k receivers with openpli(all versions of openpli) BUT in Zgemma not worked

It says ...

-----------------------------------------------------------------------------------------------------------

root@h7:~# cd /tmp
root@h7:/var/volatile/tmp# opkg install enigma2-plugin-softcams-zcamd_0.30b-open
pli_armv7ahf-neon.ipk
Not selecting enigma2-plugin-softcams-zcamd 0.30 due to incompatible architectur
e.
Unknown package 'enigma2-plugin-softcams-zcamd'.
Collected errors:
* opkg_solver_install: Cannot install package enigma2-plugin-softcams-zcamd.

----------------------------------------------------------------------------------------------------------

Can you please help me ? what is happening to Zgemma and openpli.

I have install the plugin in openatv(atv zcamd version arm) and it works.

only in openpli not works.

Thank you very much!!!

Attached Files



Re: Zgemma H7S I need help please! #2 WanWizard

  • PLi® Core member
  • 68,559 posts

+1,737
Excellent

Posted 16 July 2018 - 07:42

The H7 isn't an "arm7ahf-neon" box, it's an "cortexa15hf-neon-vfpv4" box. I can't comment on what other images do, this is how the manufacturer defined it in their BSP.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Zgemma H7S I need help please! #3 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 16 July 2018 - 07:51

Another fork of OSCam for watching PayTV?

Open Vision sources: https://github.com/OpenVisionE2


Re: Zgemma H7S I need help please! #4 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 16 July 2018 - 18:15

The OE-A are modifying the opkg-arch-config (meta-oe/recipes-devtools/opkg/opkg-arch-config_1.0.bbappend) in order to add more archs in /etc/opkg/arch.conf


In order to fix problem modify manually the /etc/opkg/arch.conf and append the following line.

arch armv7ahf-neon 100

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: Zgemma H7S I need help please! #5 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 16 July 2018 - 18:21

Another fork of OSCam for watching PayTV?


AFAIK Yes, that's right. zcam is a modified version of oscam. Not just name, but also modified newcamd protocol, automatic download of settings from server based on unique hash created (from mac, model, cpu and few other files).

Just run it using strace ;)

Edited by athoik, 16 July 2018 - 18:21.

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: Zgemma H7S I need help please! #6 WanWizard

  • PLi® Core member
  • 68,559 posts

+1,737
Excellent

Posted 16 July 2018 - 18:46

The OE-A are modifying the opkg-arch-config (meta-oe/recipes-devtools/opkg/opkg-arch-config_1.0.bbappend) in order to add more archs in /etc/opkg/arch.conf

 

Since when are different arch's fully compatible with each other? This looks like the proverbial canon to kill a mosquito...


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Zgemma H7S I need help please! #7 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 16 July 2018 - 18:58

The OE-A are modifying the opkg-arch-config (meta-oe/recipes-devtools/opkg/opkg-arch-config_1.0.bbappend) in order to add more archs in /etc/opkg/arch.conf

 
Since when are different arch's fully compatible with each other? This looks like the proverbial canon to kill a mosquito...


Who cares? Users are happy. ;)


For sure, mipsel binary packages are not compatible with arm. Although most closed ipk's around usually contain just py(o) files. Those will work!


Adding armv7ahf-neon on cortexa15hf-neon-vfpv4 is super fine. Actually it won't harm if we had such command for all arm.

do_compile_append_arm() {
    echo "arch armv7ahf-neon $priority" >> $archconf
}

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: Zgemma H7S I need help please! #8 WanWizard

  • PLi® Core member
  • 68,559 posts

+1,737
Excellent

Posted 16 July 2018 - 19:38

I care, and I am dead against it.

 

If the plugin only contains python files, it shouldn't have a arm arch in the first place, so I don't see why we should fix the shit work of someone else.

 

Sooner or later a user installs something this way that does break something, and they we're of on a ghost chase. No, thank you.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Zgemma H7S I need help please! #9 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

Posted 16 July 2018 - 19:43

From a pure technical point there is no harm in installing armv7ahf-neon on cortexa15hf-neon-vfpv4 and v.v. Using our OE and gcc, they're really the same.

 

But, if all packages are generated like they should, and users are not going to try foreign packages not built by our OE, then this is academic anyway.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Zgemma H7S I need help please! #10 lex7791

  • Senior Member
  • 112 posts

+1
Neutral

Posted 16 July 2018 - 20:31

You are the best team!!!



Re: Zgemma H7S I need help please! #11 Dimmie

  • Senior Member
  • 2,338 posts

+33
Good

Posted 18 July 2018 - 23:37

What is better about zcamd compared to oscam ? And where is the website to download the different versions of Zcamd ?


Edited by Dimmie, 18 July 2018 - 23:37.



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users