PDA

View Full Version : Questions on OpenVix



leftcase
01-06-22, 12:09
Apologies if this is the wrong forum to post in, but I just had a couple more questions about OpenVix in general that I've not been able to figure out by reading the documentation.

- Does OpenVix/Engima2 ship with iptables, and if not, is it possible to install iptables?
- Is there a means to emulate a box in software (obs without the tuner hardware) in order to play with OpenVix/Enigma2 without knackering your actual receiver? ;)

birdman
01-06-22, 16:25
- Is there a means to emulate a box in software (obs without the tuner hardware) in order to play with OpenVix/Enigma2 without knackering your actual receiver? ;)I have a qemu setup for my et8000.
Just copy all of the file across and chroot to it.
But it won't run the actual enigma2 process, so possibly not what you're looking for.

I actually have this running in a Debian installation which itself is in VirtualBox.

Huevos
02-06-22, 01:27
I have a qemu setup for my et8000.
Just copy all of the file across and chroot to it.
But it won't run the actual enigma2 process, so possibly not what you're looking for.

I actually have this running in a Debian installation which itself is in VirtualBox.What is the point in this? What are you testing that you want to avoid loading on the STB?

birdman
02-06-22, 02:03
What is the point in this? What are you testing that you want to avoid loading on the STB?Nothing.
I set it up so that I could install gcc and gfortran to build other things that I then install on box. (A text editor, a spell checker and a file examiner).
Plus the "can I do it - it might be useful for me, and I might learnt something along the way". Which is how I learnt almost all of my computing skills.

abu baniaz
02-06-22, 12:39
There is a thread on another forum on how to build their Enigma2 image to run on a PC.

You may also want to use OpenMultiBoot plugin so you can test changes on an image that lives on your storage device instead of flash memory. Once done testing, boot back into the non-test image.

leftcase
02-06-22, 14:19
I'll see if I can find that thread. I don't suppose you recall which forum it was on do you?

Sent from my SM-A715F using Tapatalk

twol
02-06-22, 14:38
I'll see if I can find that thread. I don't suppose you recall which forum it was on do you?

Sent from my SM-A715F using Tapatalk

see last 1/4 of this page..... https://github.com/OpenViX/enigma2

leftcase
02-06-22, 14:40
see last 1/4 of this page..... https://github.com/OpenViX/enigma2Thank you

Sent from my SM-A715F using Tapatalk

birdman
03-06-22, 04:06
see last 1/4 of this page..... https://github.com/OpenViX/enigma2That's how to build it to run on an Enigma2 box.

To run it on a PC you'd need it to have the relevant kernel modules available.

I suspect that

https://github.com/ag1455/OpenPLipc_procfs
is what is meant.