Posts by penix

    i use this one

    Sorry for not writing in German,

    an other very simple solution for this nasty remote is
    the "remote plugin" its works very well with
    my "Ms-tech 380 rev.c" here i had lots of trouble
    with inputlircd under debian 6 (not stable)

    because this remote has 2 devices (mouse,kbd) you have
    to start it like

    vdr ... -P"remote -i /dev/input/eventx -i /dev/input/eventx" ...

    or put in runvdr:

    -P'remote --input=/dev/input/eventx' -P'remote --input=/dev/input/eventx'

    (eventX, must be something like event0, event1 or event2........,)

    the remote learning process in vdr also double for device 1 and 2

    i have trouble compiling it under linvdr07 (gcc version 3.3.3 )
    looks like it has trouble with class or namespace, hope somebody can
    help

    Greets

    Log:

    eepg.c: In constructor `SI::cEIT2::cEIT2(cSchedules*, int, unsigned char, const
    u_char*, bool)':
    eepg.c:2777: error: `SI' is not a class or namespace
    eepg.c:2777: error: `EIT' is not a class or namespace
    eepg.c:2777: error: class `SI::cEIT2' does not have any field named `SI'
    eepg.c:2778: error: `CheckCRCAndParse' undeclared (first use this function)
    eepg.c:2781: error: `getOriginalNetworkId' undeclared (first use this function)
    eepg.c:2781: error: `getTransportStreamId' undeclared (first use this function)
    eepg.c:2781: error: `getServiceId' undeclared (first use this function)
    eepg.c:2802: error: parse error before `::' token
    eepg.c:2803: error: parse error before `::' token
    eepg.c:2803: error: `eventLoop' undeclared (first use this function)
    eepg.c:2803: error: `SiEitEvent' undeclared (first use this function)
    eepg.c:2803: error: `it' undeclared (first use this function)
    eepg.c:2831: error: `getVersionNumber' undeclared (first use this function)
    eepg.c:2838: error: parse error before `::' token
    eepg.c:2845: error: parse error before `::' token
    eepg.c:2845: error: `d' undeclared (first use this function)
    eepg.c:2845: error: `it2' undeclared (first use this function)
    eepg.c:2846: error: parse error before `::' token
    eepg.c:2849: error: `sed' undeclared (first use this function)
    eepg.c:2849: error: `LanguagePreferenceShort' undeclared (first use this
    function)eepg.c:3978: error: `Phrases' undeclared (first use this function)
    eepg.c: In function `void __static_initialization_and_destruction_0(int, int)':
    eepg.c:2960: warning: statement with no effect
    eepg.c:2964: warning: statement with no effect
    make[1]: *** [eepg.o] Error 1
    make[1]: Leaving directory `/usr/src/vdr-1.4.7-ext40/PLUGINS/src/eepg-0.0.3'