Page 1 of 2

minisatip can work in DM500?

Posted: Fri Nov 10, 2017 6:34 pm
by herosam
I found that there was eingma in the compilation option
Does he support the DM500 enigma system?

I have successfully run in eingma2.

If can run in the DM500, pleas share an execution file.
I compile to DM500 not to run.
Use the buildroot cross-compilation tool.
Please help if the option is correct

buildroot Tartet Options are:
Tartet Architecture (PowerPC)
Tartet Binary Format (ELF)
Tartet Architecture Variant (405)

Thank you very much!

Re: minisatip can work in DM500?

Posted: Sat Nov 11, 2017 12:19 am
by cata
Hi

Check how to compile https://github.com/catalinii/minisatip/ ... /README.md
You can use the cross compiler to get a binary. If you cannot run it let me know.

Thanks

Re: minisatip can work in DM500?

Posted: Sun Jan 14, 2018 2:12 pm
by runcs

Re: minisatip can work in DM500?

Posted: Wed Aug 21, 2019 3:19 pm
by atari
trying to make it run on dm500C, is there any scrypt to stop enigma & run it

Re: minisatip can work in DM500?

Posted: Thu Aug 22, 2019 6:48 am
by cata
I start enigma in standby mode then configure the following:
# cat /etc/cron/crontabs/root
30 * * * * /usr/bin/ntpdate-sync silent
* * * * * ps ax | grep minisatip | grep -v grep | grep -v tail || /home/root/minisatip

Re: minisatip can work in DM500?

Posted: Sat Aug 24, 2019 12:33 am
by atari
i try bin from https://github.com/jmendeth/dm500-satip but seems not working whit cable tuner dm500c
i try:
killall start_enigma
killall enigma

Re: minisatip can work in DM500?

Posted: Sat Aug 24, 2019 10:38 pm
by cata
The binary from the page seems 2 years old. While not much should have changed feel free to upload minisatip -f -l http,dvb

Re: minisatip can work in DM500?

Posted: Sat Aug 24, 2019 11:34 pm
by atari
how to compile it for ppc?
./configure --host=?

Re: minisatip can work in DM500?

Posted: Sun Aug 25, 2019 1:40 am
by cata
Yes . Add also --enable-enigma

Re: minisatip can work in DM500?

Posted: Sun Aug 25, 2019 9:41 pm
by atari
root@atari-VPCSE1C5E:/opt/minisatip# ./configure --host=ppc --enable-enigma
checking for ppc-gcc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for main in -lrt... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for int16_t... yes
checking for int64_t... yes
checking for int8_t... yes
checking for size_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for bzero... yes
checking for clock_gettime... yes
checking for dup2... yes
checking for gethostbyname... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memset... yes
checking for munmap... yes
checking for socket... yes
checking for strchr... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strstr... yes
configure: == Checking LINUX DVB ==
checking linux/dvb/frontend.h usability... yes
checking linux/dvb/frontend.h presence... yes
checking for linux/dvb/frontend.h... yes
configure: == Checking DVBEN50221 ==
checking libdvben50221/en50221_app_dvb.h usability... yes
checking libdvben50221/en50221_app_dvb.h presence... yes
checking for libdvben50221/en50221_app_dvb.h... yes
configure: == Checking OpenSSL ==
checking openssl/aes.h usability... yes
checking openssl/aes.h presence... yes
checking for openssl/aes.h... yes
configure: == Checking Embedded ==
checking for backtrace... yes
configure: == Checking DVBCSA ==
checking dvbcsa/dvbcsa.h usability... yes
checking dvbcsa/dvbcsa.h presence... yes
checking for dvbcsa/dvbcsa.h... yes
configure: == Checking NETCVCLIENT ==
checking netceiver.h usability... no
checking netceiver.h presence... no
checking for netceiver.h... no
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating Makefile

minisatip configuration


Linux DVB: enabled
Common Interface (needs DVBEN50221): enabled
OpenSSL (AES as part of DVBAPI): enabled
Embedded system: disabled
DVBCSA (needs libdvbcsa): enabled
Netceiver support: disabled
SatIP Client: enabled
Static: disabled
dvbapi: enabled
axe: disabled
enigma: enabled


how to enable ppc?