Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: Premote Plugin
Luis Martinez Martinez wrote:
> I have tried everithing to make IR working but nothing worked.
> I am using the kernel that came with RH8.0. Can It be a kernel issue?
> I have been following all of your advices but remote just dont work
> for me neither with evtest, and not a message at all on
> /var/log/messages
If you are using USB devices your remote control port might have been
mapped to another input device (/dev/input/event1, ...)
You have to set the correct protocol (RC5/RCMM) using av7110_loadkeys
*and* your remote control has to use the right protocol
or you will not see no messages at all.
Try
- cd /usr/local/src/DVB/driver (or whereever your driver is)
- make insmod
- cd ../../apps/av7110_loadkeys
if your remote uses protocol RC5
--------------------------------
- ./av7110_loadkeys hauppauge.rc5 > /proc/av7110_ir
- ./evtest /dev/input/event0
if this doesn't work:
- ./av7110_loadkeys -i hauppauge.rc5 > /proc/av7110_ir
- ./evtest /dev/input/event0
if your remote uses protocol RCMM:
----------------------------------
- ./av7110_loadkeys activy.rcmm > /proc/av7110_ir
- ./evtest /dev/input/event0
if this doesn't work:
- ./av7110_loadkeys -i activy.rcmm > /proc/av7110_ir
- ./evtest /dev/input/event0
Oliver
--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.
Home |
Main Index |
Thread Index