Mailing List archive

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

[linux-dvb] Re: AW: HAUPPAUGE, LIRC AND REMOTE - NANO HOWTO



Alle 08:24, venerd́ 16 agosto 2002, Christof Soehngen ha scritto:

> I'm using the same procedure you described (at least I think I did).
>
> But without success.
>

Thanks to Ronald Haut, Christian Vogt and Ralph Metzler everything is working 
now!
This list is really great!

I will try to write a nano-howto here:


HARDWARE
========
Hauppauge DVB-S Nexus rev. 2.1


SOFTWARE
========
VDR version 1.0.4 AIO0808 compiled with REMOTE=LIRC
lircd-0.6.5, configuerd for hauppauge -dvb
Check all makefiles for correct path of lirc, DVB and so on.

DVB SIDE
========
[I assume you have installed the DVB drivers under /DVB, load the modules with 
make insmod under /DVB/drivers, then]
# cd /DVB/drivers/lirc 
# make
# make insmod 

[you shoud have modules lirc_dev and lirc_dvb loaded now, check it with "lsmod 
| grep lirc". At this point, even if you did not run lircd, you should see in 
syslogs (type "tail -f /var/log/messages") a code number every time you press 
a remote key, for example:
Aug 15 21:00:32 localhost kernel: dvb: ircommand = 80000020
Aug 15 21:00:32 localhost kernel: dvb: ircommand = 00000020 ]


LIRC SIDE
=========
download and install lirc 0.6.5, when configure ask you for the card model, 
choose hauppauge-dvb-s
edit the file /etc/lircd.conf and change key names like showed below:

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


VDR SIDE
========
Just compile VDR with REMOTE=LIRC



That's it.
I hope it helps, if I forgot something, please complete this nano how-to.

-- 
Alessandro Pasotti
Isola Bella - Stresa (VB)
Fax: +39 0323 30046
Tel:  +39 0323 30556
http://www.borromeoturismo.it


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



Home | Main Index | Thread Index