Comment 2 for bug 479562

Revision history for this message
Nils Grimsmo (nils-grimsmo) wrote :

The problem persists with mythtv-trunk from SVN.

Note that using `irxevent` works. So if I have the following in my .lircrc:

begin
    remote = iMON-PAD
    prog = irxevent
    button = Ch+
    repeat = 0
    config = Key Up CurrentWindow
end

begin
    remote = iMON-PAD
    prog = mythtv
    button = Ch-
    config = Down
    repeat = 0
    delay = 0
end

Then channel up works, while channel down many times does not.

It seems like if I get lucky and everything works, they keep on working if I restart mythtv quickly over and over.

BTW: I get the following in my /var/log/mythtv/mythfrontend.log before LIRC works:

    2009-04-01 08:21:53.569 lirc init success using configuration file: /home/nins/.mythtv/lircrc

Is there some easy way I can debug this problem?

Klem fra Nils