Mailing List archive

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

[linux-dvb] Re: lircd with hauppauge dvb-s



--On Monday, March 04, 2002 18:48:43 +0100 Martin Schönbeck 
<Martin@Schoenbeck.de> wrote:

> Hello,
>
> I tried to get the infrared receiver of my hauppauge dvb-s card working
> for several time now, but now I have no further idea, what to try.
>
> I tried both, the latest snapshot and the 0.9.4 version of the
> dvb-driver. I tried with and without CI.
>
> The system is a suse 7.3, one hauppauge card (v 2.1), one siemens card
> (now with the CI) and one hauppauge wintv nova. But I tried with only the
> hauppauge, too.
>
> I defined 'alias char-major-61 lirc_dev' in the modules.conf, but I
> assume, it is not necessary, because I started the drivers whith 'make
> insmod' in the DVB/drivers and then the DVB/drivers/lirc directory. Of
> course, the lirc 0.6.5 was set up to use the hauppauge and the correct
> directory was use in DVB/drivers/lirc/Makefile.
>
> After starting 'lircd &' and 'irw' the latter wait for commands, so all
> pieces seem to fit together well, but I fear, I'm doing something
> basically wrong. I didn't find any hints, how to install this
> configuration correctly. Perhaps somebody has a working example.
>
> Yes, /dev/lirc has permission to anybody.
>
> Thanks
>
> Martin

Hi
in dvb driver directory type:

make insmod
cd lirc
make insmod

to load all kernel modules.

you should start lircd like that:

lircd -d /dev/lirc

now you should be able to see pressed keys with irw

Matthias

here is also my lircd.conf:

---cut here
# 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           0      0
  zero          0      0
  gap          199992
#  toggle_bit    32

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

end remote
-- and here



--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index