Mailing List archive

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

[vdr] Re: vdr-lirc



Alright. We have the same remote's. Is there perhaps something else in de
lircd.conf that cause this problem? Because with this config my remote
does nothing :(

begin remote

   name  HauppaugeVDR
   bits           8
   eps            30
   aeps          100

   one             0     0
   zero            0     0
   pre_data_bits   24
   pre_data       0x0
   gap          199970
   min_repeat      14
   toggle_bit      0


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

end remote




















> johan@linuxdomain.nl wrote:
>> When i use those codes my remote doen't work anymore :)
>> So i don't thint that's the sullution.
>>
>> It's not that my remote doesn't work it's working perfect except the
>> up and dow'n buttons. When i press one of those buttons the "select
>> bar" runs all the way down or all the way up instead of going one
>> step up or down.
>
> I think that I understood your problem very well. This happens exactly
> if you use the "key release" code instead of the "key press" code.
> If my codes don't work, your remote control is probably sending other
> codes than my one...
>
> Look into your syslog to find the correct codes, for example
> When I *press* the 'Up' key I get the following message::
>     dvb: ircommand = 80000020
> When I *release* the 'Up' key I see this message:
>     dvb: ircommand = 00000020
>
> Therefore, I have to use the code
>      Up                       0x0000000080000020
> which is the one I posted.
>
> Insert the codes from your syslog and it will work.
>
> Oliver
>
>
> --
> Info:
> To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as
> subject.
>
>



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



Home | Main Index | Thread Index