Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] AW: Re: AW: hauppauge dvb-s / IR-control / vdr



Hello

Two lines are one signal. You must take the upper line (The one with the
8) and overwrite the last eight digits of the codes in the lircd.conf
with the ones from /var/log/messages. My lircd.conf looks like this
(With a remote from tchibo):

------------------------------------------------------------------------
-
#
# this config file was automatically generated
# using lirc-0.5.5pre8 on Sun Apr 18 11:43:45 1999
#
# contributed by Jens Leuschner <leuschner@gmx.net>
#
# brand:             Hauppauge
# model:             
# supported devices: WinTV primo; WinTV pci; WinTV radio
#
# This config file will work with both homebrew receivers and 
# original Hauppauge TV cards !!!
#

begin remote

  name  rem1
  bits           32
  flags SHIFT_ENC
  eps            30
  aeps          100

  one           950   830
  zero          950   830
  plead         960
  gap          89584
  repeat_bit      2

      begin codes
          Up                       0x0000000080000020
          Down                     0x0000000080000021
          Menu                     0x0000000080000025
          Ok                       0x0000000080000029
          Back                     0x000000008000003F
          Left                     0x0000000080000011
          Right                    0x0000000080000010
          Red                      0x000000008000001F
          Green                    0x0000000080000026
          Yellow                   0x000000008000002B
          Blue                     0x000000008000001E
          0                        0x0000000080000000
          1                        0x0000000080000001
          2                        0x0000000080000002
          3                        0x0000000080000003
          4                        0x0000000080000004
          5                        0x0000000080000005
          6                        0x0000000080000006
          7                        0x0000000080000007
          8                        0x0000000080000008
          9                        0x0000000080000009
          Power                    0x000000008000000C
          Mute                     0x000000008000000D
      end codes

end remote
------------------------------------------------------------------------
-

And the captions of the commands (Up, Down etc.) must look like in my
lircd.conf (I left out VolumeUp and VolumeDown, because I don't need
them). 

It could be that this works in another way, because I get my lircd.conf
from another person and as far as I remember, I only filled in the
codes. When two codes are the same (in /var/log/messages), you must take
another remote, or leave out the commands which are the same. 

-----Ursprüngliche Nachricht-----
Von: vdr-bounce@linuxtv.org [mailto:vdr-bounce@linuxtv.org] Im Auftrag
von Rainer Hattenhauer
Gesendet: Freitag, 12. Juli 2002 18:26
An: vdr@linuxtv.org
Betreff: [vdr] Re: AW: hauppauge dvb-s / IR-control / vdr


Hello Gerrit

> And you must edit the Makefile (DVB-Dir/driver/lirc), because the 
> entry is for lirc-0.6.4 and the path is wrong (in my case). Then you 
> must compile the lirc driver of the dvb driver and you get a 
> lirc_dvb.o
>
> I made two entrys in the runvdr script.
> "insmod lirc_dev" before loading the driver
> And "insmod lirc_dvb.o" after loading the driver, but before loading 
> vdr

Thats what I made now, and it worked. But again no reaction, and now I
stucked 
at this point:

> Did you create a lircd.conf? Irrecord doesn't work with the 
> IR-receiver of the DVB-s. You must create a lircd.conf with the codes 
> of /var/log/messages.
>

Thats my problem:

Original /etc/lircd.conf:
------------------------------------------------------------------------
-
[...]
------------------------------------------------------------------

Messages in /var/log/messages:
[...]
------------------------------------------------------------------------
-
(Buttons pressed in same order like in lircd.conf.)

How to transfer the numbers from /var/log/messages to /etc/lircd.conf ?
I`ve the impression that they are equal...

Greetings
                Rainer











Home | Main Index | Thread Index