Hi,
in local_conf.py
LIRCRC='/etc/lircrc'
It's set. I'm using with success the remote control with lirc on freevo
for menu and playing/stopping video/audio items. I have problems only
after launching game emulators from freevo.
this is my /etc/lircrc file:
begin
prog = freevo
button = Stop
config = STOP
end
begin
prog = freevo
button = Play
config = PLAY
end
begin
prog = freevo
button = Avanti
config = FFWD
end
begin
prog = freevo
button = Indietro
config = REW
end
begin
prog = freevo
button = Select
config = SELECT
end
begin
prog = freevo
button = Setup
config = ENTER
end
begin
prog = freevo
button = Clear
config = DISPLAY
end
begin
prog = freevo
button = Up
config = UP
end
begin
prog = freevo
button = Down
config = DOWN
end
begin
prog = freevo
button = Left
config = LEFT
end
begin
prog = freevo
button = Right
config = RIGHT
end
begin
prog = freevo
button = Slow
config = REC
end
begin
prog = irexec
button = Eject
config = eject
end
begin
prog = irexec
button = 0
repeat = 3
config = kill -INT `pidof epsxe`
end
This is my .xinitrc from where I start freevo (xfce4 environment)
/usr/bin/xfce-mcs-manager
/usr/bin/freevo
/usr/bin/freevo recordserver start
/usr/bin/freevo encodingserver start
irexec /etc/lircrc
Thanks
Claudio
On Sat, 2004-11-20 at 01:28, Michael Ruelle wrote:
> do you set LIRCRC in your local_conf.py to this lircrc? freevo generally
> uses its own in /etc/freevo/lircrc. Maybe add the info there? Not sure
> why it isn't merging with the daefult one for the system.
>
> Mike Ruelle
> [EMAIL PROTECTED]
> http://mikeruelle.home.comcast.net/
>
>
> On Sat, 2004-11-20 at 00:51 +0100, Claudio wrote:
> > Hi,
> >
> > without freevo, all goes fine with lirc and irexec. As example, i can
> > eject the cd with this command in /etc/lircrc (lauched with irexec
> > /etc/lircrc or irexec /etc/lircrc --daemon)
> >
> > begin
> > prog = irexec
> > button = Eject
> > config = eject
> > end
> >
> > If I use this when is running freevo, and in freevo epsxe, or xmame, I
> > cannot eject. If I use it out from freevo it's ok. If I use it in
> > freevo, in menu item, or audio, or video, ecc it's ok.
> >
> > The same if I try another simple command like that in /etc/lircrc:
> >
> > begin
> > prog = irexec
> > button = 0
> > config = echo "abcde"
> > end
> >
> > If I use it, I see "abcde" in main menu item, audio item, ecc, but not
> > during emulation in freevo
> >
> > It's a crazy thing...
> >
> > Thanks
> >
> > Claudio
> >
> >
> >
> >
> >
> > On Sat, 2004-11-20 at 00:36, Karl Lattimer wrote:
> > > I think you should try and run irw first on its own. Without freevo then
> > > with and see if you pick up events.
> > >
> > > Maybe some strange locking?
> > >
> > >
> > > Claudio wrote:
> > >
> > > >Ok, it's good, but in my case, irexec doesn't respond also with this
> > > >command
> > > >
> > > >Which version of freevo do u use? And kernel and lirc?
> > > >
> > > >I really don't know why it's work only out of freevo....
> > > >
> > > >Thanks
> > > >
> > > >Claudio
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >On Fri, 2004-11-19 at 22:14, [EMAIL PROTECTED] wrote:
> > > >
> > > >
> > > >>Thanks, added to the games emulator page in the wiki.
> > > >>
> > > >>--
> > > >>Michael Ruelle
> > > >>[EMAIL PROTECTED]
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>>begin
> > > >>> button = menu
> > > >>> prog = irexec
> > > >>> repeat = 3
> > > >>> config = kill -INT `pidof epsxe`
> > > >>>end
> > > >>>
> > > >>>
> > > >>>I'm using that and its working fine now ;) I found that signal 9
> > > >>>SIGKILL
> > > >>>was a little harsh. epsxe kept restartign after the kill
> > > >>>
> > > >>>Claudio wrote:
> > > >>>
> > > >>>
> > > >>>
> > > >>>>I've tryed the same thing... with previous version of freevo with
> > > >>>>success, but now it doesn't go.
> > > >>>>I've used a command like that:
> > > >>>>
> > > >>>>kill -9 `ps waxu|grep epsxe|grep freevo|awk '{print $2}'`
> > > >>>>with irexec
> > > >>>>
> > > >>>>It seems that during the emulation, irexec doesn't listen for
> > > >>>>command...
> > > >>>>only in freevo. If you try the same "operation" out from freevo, the
> > > >>>>script goes...
> > > >>>>
> > > >>>>Maybe it's caused from the new main loop... but I don't know. I've
> > > >>>>asked
> > > >>>>here in the mailing list... but with no results...
> > > >>>>
> > > >>>>Claudio
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>>On Fri, 2004-11-19 at 14:24, Karl Lattimer wrote:
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>>>Thats great, very informative.
> > > >>>>>
> > > >>>>>Could i not hook up an irexec event to kill epsxe i have an lirc
> > > >>>>>remote,
> > > >>>>>and a spare button.
> > > >>>>>
> > > >>>>>Thanks
> > > >>>>> Karl,
> > > >>>>>
> > > >>>>>On Fri, 2004-11-19 at 14:19 +0100, Claudio wrote:
> > > >>>>>
> > > >>>>>
> > > >>>>>
> > > >>>>>
> > > >>>>>>Hi,
> > > >>>>>>
> > > >>>>>>If you want to load image file, you need 2 parameter for epsxe
> > > >>>>>>(-loadiso
> > > >>>>>>-nogui). You must set it in your local_conf.py
> > > >>>>>>
> > > >>>>>>As example:
> > > >>>>>>('Playstation Emulator', '/home/freevo/ps1',
> > > >>>>>> ('GENERIC', '/usr/local/epsxe1.6/epsxe', '-nogui
> > > >>>>>>-loadiso', '/home/freevo/ps1',[ 'bin'] ))
> > > >>>>>>
> > > >>>>>>If you want also to load games from CD, you need the commanmenuitem
> > > >>>>>>plugin and create a script to do this without to use directly the
> > > >>>>>>emulator. (use only -nogui options).
> > > >>>>>>
> > > >>>>>>Remember that you must configure epsxe before to use it with
> > > >>>>>>freevo.
> > > >>>>>>
> > > >>>>>>If you want to use a joypad, there are many plugins. The problem is
> > > >>>>>>that
> > > >>>>>>without keyboard, you cannot exit from a game. Another problem is
> > > >>>>>>using
> > > >>>>>>2 gamepad simultaneously... In this case, you cannot use both
> > > >>>>>>
> > > >>>>>>Bye
> > > >>>>>>
> > > >>>>>>Claudio
> > > >>>>>>
> > > >>>>>>
> > > >>>>>>On Fri, 2004-11-19 at 13:24, Karl Lattimer wrote:
> > > >>>>>>
> > > >>>>>>
> > > >>>>>>
> > > >>>>>>
> > > >>>>>>>Hi could someone give me a little direction on how to set up epsxe
> > > >>>>>>>with
> > > >>>>>>>freevo so i can start games on CD or an image file, i have no clue
> > > >>>>>>>about
> > > >>>>>>>the epsxe command line.
> > > >>>>>>>
> > > >>>>>>>Also any tips on setting up a joypad with epsxe would be much
> > > >>>>>>>obliged.
> > > >>>>>>>
> > > >>>>>>>Thanks
> > > >>>>>>> Karl,
> > > >>>>>>>
> > > >>>>>>>
> > > >>>>>>>
> > > >>>>>>>
> > > >>>>>>>-------------------------------------------------------
> > > >>>>>>>This SF.Net email is sponsored by: InterSystems CACHE
> > > >>>>>>>FREE OODBMS DOWNLOAD - A multidimensional database that combines
> > > >>>>>>>robust object and relational technologies, making it a perfect
> > > >>>>>>>match
> > > >>>>>>>for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
> > > >>>>>>>_______________________________________________
> > > >>>>>>>Freevo-users mailing list
> > > >>>>>>>[EMAIL PROTECTED]
> > > >>>>>>>https://lists.sourceforge.net/lists/listinfo/freevo-users
> > > >>>>>>>
> > > >>>>>>>
> > > >>>>>>>
> > > >>>>>>>
> > > >>>>>>-------------------------------------------------------
> > > >>>>>>This SF.Net email is sponsored by: InterSystems CACHE
> > > >>>>>>FREE OODBMS DOWNLOAD - A multidimensional database that combines
> > > >>>>>>robust object and relational technologies, making it a perfect match
> > > >>>>>>for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
> > > >>>>>>_______________________________________________
> > > >>>>>>Freevo-users mailing list
> > > >>>>>>[EMAIL PROTECTED]
> > > >>>>>>https://lists.sourceforge.net/lists/listinfo/freevo-users
> > > >>>>>>
> > > >>>>>>
> > > >>>>>>
> > > >>>>>>
> > > >>>>>>
> > > >>>>
> > > >>>>-------------------------------------------------------
> > > >>>>This SF.Net email is sponsored by: InterSystems CACHE
> > > >>>>FREE OODBMS DOWNLOAD - A multidimensional database that combines
> > > >>>>robust object and relational technologies, making it a perfect match
> > > >>>>for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
> > > >>>>_______________________________________________
> > > >>>>Freevo-users mailing list
> > > >>>>[EMAIL PROTECTED]
> > > >>>>https://lists.sourceforge.net/lists/listinfo/freevo-users
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>
> > > >>>-------------------------------------------------------
> > > >>>This SF.Net email is sponsored by: InterSystems CACHE
> > > >>>FREE OODBMS DOWNLOAD - A multidimensional database that combines
> > > >>>robust object and relational technologies, making it a perfect match
> > > >>>for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
> > > >>>_______________________________________________
> > > >>>Freevo-users mailing list
> > > >>>[EMAIL PROTECTED]
> > > >>>https://lists.sourceforge.net/lists/listinfo/freevo-users
> > > >>>
> > > >>>
> > > >>-------------------------------------------------------
> > > >>This SF.Net email is sponsored by: InterSystems CACHE
> > > >>FREE OODBMS DOWNLOAD - A multidimensional database that combines
> > > >>robust object and relational technologies, making it a perfect match
> > > >>for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
> > > >>_______________________________________________
> > > >>Freevo-users mailing list
> > > >>[EMAIL PROTECTED]
> > > >>https://lists.sourceforge.net/lists/listinfo/freevo-users
> > > >>
> > > >>
> > > >
> > > >
> > > >
> > > >-------------------------------------------------------
> > > >This SF.Net email is sponsored by: InterSystems CACHE
> > > >FREE OODBMS DOWNLOAD - A multidimensional database that combines
> > > >robust object and relational technologies, making it a perfect match
> > > >for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
> > > >_______________________________________________
> > > >Freevo-users mailing list
> > > >[EMAIL PROTECTED]
> > > >https://lists.sourceforge.net/lists/listinfo/freevo-users
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > -------------------------------------------------------
> > > This SF.Net email is sponsored by: InterSystems CACHE
> > > FREE OODBMS DOWNLOAD - A multidimensional database that combines
> > > robust object and relational technologies, making it a perfect match
> > > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
> > > _______________________________________________
> > > Freevo-users mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by: InterSystems CACHE
> > FREE OODBMS DOWNLOAD - A multidimensional database that combines
> > robust object and relational technologies, making it a perfect match
> > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
> > _______________________________________________
> > Freevo-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: InterSystems CACHE
> FREE OODBMS DOWNLOAD - A multidimensional database that combines
> robust object and relational technologies, making it a perfect match
> for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
> _______________________________________________
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users