First I have multiple remotes with lirc and freevo and I am not having the issue you are with it.

Second you can map extra commands through freevo to control your ADSL box by adding a entry to lircrc like the following:

begin
   prog = irexec
   button = buttonname
   config = /path/and/name/of/command/to/run
end

here is a example to use a perl script to change my directv satalite box:

begin
   prog = irexec
   button = channel_up
   config = /bin/directv_remote.pl ch_up
end

begin
   prog = irexec
   button = channel_down
   config = /bin/directv_remote.pl ch_down
end


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to