>I tried copying the "/etc/lircd.conf" file to
~mythtv/.mythtv/lircrc and this didn't work. 

The lircd.conf file is for specifying the names on each button on the remote 
and its code in hex.

You want to pu your lircrc file in ~/.mythtv
The one where you specify what you want to happen if you press a button:

        begin
                prog   = irexec
                button = TV
                config = mythfrontend
        end

        begin
                prog   = mythtv
                button = EXIT
                config =  Esc
        end

        begin
                prog   = mythtv
                button = ENTER
                config =  Return
        end



_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to