[mythtv-users] Not using Lirc?

Bill Omer bill.omer at gmail.com
Tue Nov 20 21:45:08 UTC 2007


On Nov 20, 2007 4:10 PM, Jan Johansson <j2 at mupp.net> wrote:
>
>
>
> Hello!
>
>  I am using a IrTrans LanController (or trying to) as my IR Receiver.
>
>  Now, this unit does not use Lirc, but rather creats /dev/lircd itself.
>
>  But, i can not figure out how to map the input to mythtv, as it does not
> use /etc/lircd.conf at all.
>
>  It seem to work (output below9
>
>
>  root at Fusion:/home/mythtv# irw
>  7500c380e3000000 00 down mediacenter
>  7500c380e3000000 00 down mediacenter
>  7500c38010000000 00 left mediacenter
>  7500c38012000000 00 right mediacenter
>  7500c380e1000000 00 up mediacenter
>  7500c380e3000000 00 down mediacenter
>
>  root at Fusion:/home/mythtv#
>
>  But what am i supposed to put in .lircrc for this to "work"?


You have to map your buttons like so:


begin
   prog = mythtv
   button = MUTE
   config = F9
end

begin
   prog = mythtv
   button = CH_UP
   repeat = 3
   config = Up
end

begin
   prog = mythtv
   button = VOL_UP
   repeat = 3
   config = ]
end




-- 
Regards,
Bill Omer


More information about the mythtv-users mailing list