[mythtv-users] Possible to use Dell Remote Control with lirc or otherwise?

Randy Robertson rmrobert at usc.edu
Wed Aug 9 09:48:39 UTC 2006


Update- in case anyone else has this issue with 2 events, here is how
to combine them.

Just add these lines in your lircd startup script

mkfifo /dev/remote
cat /dev/input/event1 >/dev/remote &
cat /dev/input/event2 >/dev/remote &

and configure lirc to listen on /dev/remote instead.


On 4/17/06, Richard Bronosky <mythtv at bronosky.com> wrote:
> I have the same remote, and the same 2 event problem.  I ended up
> getting a serial IR receiver.  This saves you the headache of dealing
> with the goofy implementation of the usb driver.
>
> Now I'm trying to figure out how to make lirc recognize multiple remotes.
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>


More information about the mythtv-users mailing list