[mythtv-users] irw works but not mythtv
Peter Valdemar Mørch
swp5jhu02 at sneakemail.com
Sun Jan 4 18:35:41 EST 2004
What is in your ~/.mythtv/lircrc?
http://wilsonet.com/mythtv/#lirc
has a good description of it.
Can you get other apps to work?
Try this in ~/.lircrc
# quit the program
begin
button = STOP
prog = xine
repeat = 0
config = Quit
end
which corresponds to this line in /etc/lircd.conf (for Hauppauge grey
remote - will be specific to *your* remote)
STOP 0x0000000000001FF6
So, when the remote sends 0x1FF6, call that "STOP". When "STOP" is
pressed, and we're running "xine", then perform the xine-specific
function: "Quit"
If you set it up like that can you then get e.g. xine to quit? Then you
sould be 99% there.
Peter
Derek Anderson public-at-kered.org |Lists| wrote:
> hey all,
>
> i've got an interesting problem here.
> irw works just fine, yet mythTV does not.
>
> i'm ising lirc v0.7.0pre2, patched to support i2c v2.8.0
> gentoo's mythtv v0.12 ebuilds (with the lirc flag)
>
> the obvious answer of course is "you're not building in lirc support".
> but it really is there in my /var/tmp/portage/.../work dir:
> --- settings.pro ---
> # Native lirc support
> CONFIG += using_lirc
> EXTRA_LIBS += -llirc_client
>
>
> has anyone a suggestion?
>
>------------------------------------------------------------------------
>
>_______________________________________________
>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