Fwd: Possible getstream with multiswitch problem?
---------- Forwarded message ---------- From: Michael Smith <mic77smith@gmail.com> Date: Tue, Dec 11, 2012 at 6:50 PM Subject: Re: Possible getstream with multiswitch problem? To: Peter Schranz <peter.schranz@heeb-schranz.ch> Hi Peter, Sorry, that was my mistake. I've used older version of getstream. after I've tested latest version from git, the problem solved. Sorry for false alarm again. Best regards. Mike Smith. On Tue, Dec 11, 2012 at 10:51 AM, Peter Schranz < peter.schranz@heeb-schranz.ch> wrote:
Hi Mike,
I'm using a multi-switch (SPAUN) as well and have never found an issue with DISEQC sequences. However what exact model of multiswitch are you using (isn't it Televes former Preisner). Also by not working correctly what do you mean. More details about what works and what not could be useful. Make sure you have the correct sectors from the LNB connected to the appropriate inputs. I.e. make sure H/V and U/L as expected. Also make sure getstream activates LNB power, as many multiswitches only activate the output when they see an active receiver (to save power)
Peter
Am 10.12.2012 um 21:11 schrieb Michael Smith:
Hi,
I'm using getstream for more than a year, and it works great.
But lately I added a Televs multiswitch to my system, and found getstream could not work correctly with it.
I've tested getstream with normal DISEQC switches before, and it works well, but it does not work with MultiSwitch.
I've tested mumudvb, and found it works correctly.
Is it possible that getstream send a wrong DISEQC sequence? How could I test it?
Any suggestions?
Thanks. Mike Smith.
_______________________________________________ Getstream mailing list Getstream@gt.owl.de http://gt.owl.de/cgi-bin/mailman/listinfo/getstream
root@voyage:~/getstream# make Makefile.defs.sh: 1: Makefile.defs.sh: pkg-config: not found Makefile.defs.sh: 1: Makefile.defs.sh: pkg-config: not found gcc -Wall -I. -O0 -g -c -o getstream.o getstream.c In file included from getstream.c:23:0: getstream.h:13:24: fatal error: glib/glist.h: No such file or directory compilation terminated. make: *** [getstream.o] Error 1 libglib2.0-0 installed libevent-dev installed what im i doing wrong? please help...
On Sat, 2 Mar 2013, Michal Ondreička wrote:
root@voyage:~/getstream# make Makefile.defs.sh: 1: Makefile.defs.sh: pkg-config: not found Makefile.defs.sh: 1: Makefile.defs.sh: pkg-config: not found gcc -Wall -I. -O0 -g -c -o getstream.o getstream.c In file included from getstream.c:23:0: getstream.h:13:24: fatal error: glib/glist.h: No such file or directory compilation terminated. make: *** [getstream.o] Error 1
libglib2.0-0 installed libevent-dev installed
locate pkg-config, install pkgconfig locate glist.h, install glib2 devel package.
what im i doing wrong? please help...
Adam Pribyl
hi im tryting tu run getstream but libevent is missing root@voyage:~# /streamer/getstream/getstream -dc /streamer/getstream/conf5/new /streamer/getstream/getstream: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file or directory i have installed libevent-dev but still get the error... please help, thx
On Tue, 19 Mar 2013, Michal Ondreička wrote:
hi im tryting tu run getstream but libevent is missing
root@voyage:~# /streamer/getstream/getstream -dc /streamer/getstream/conf5/new /streamer/getstream/getstream: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file or directory
i have installed libevent-dev but still get the error... please help, thx
-dev is a development packages with headers, if the executable is missing libevent then you need a normal libevent package. What does locate libevent says? Adam Pribyl
On Tue, Mar 19, 2013 at 11:14:19AM +0100, Michal Ondreička wrote:
hi im tryting tu run getstream but libevent is missing
root@voyage:~# /streamer/getstream/getstream -dc /streamer/getstream/conf5/new /streamer/getstream/getstream: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file or directory
i have installed libevent-dev but still get the error... please help, thx
My guess is that you compiled getstream against a different libevent-dev than installed on this system. Flo -- Florian Lohoff f@zz.de
participants (4)
-
Adam Pribyl -
Florian Lohoff -
Michael Smith -
Michal Ondreička