ilan barak wrote:
> I need some help:
> 
> PyLirc error
> 
> I get this message when launching Freevo
> 
> Error: VIDEO_SHOW_DATA_DIR not found
> freevo: could not connect to socket
> freevo: Connection refused
> WARNING: Could not initialize PyLirc!
> version: 1.8.4 r11622
> app=<class menu.MenuWidget at 0x86105fc> context='menu'
> Freevo 1.8.4 r11622 ready
> 
> The system is Suse 11.1, compiled from source
> uname -a
> Linux HTPC 2.6.31.5-ilancomp3 #1 SMP Fri Nov 6 16:45:17 IST 2009 i686 
> athlon i386 GNU/Linux
> 
> ls /dev/lirc*
> /dev/lirc  /dev/lirc0  /dev/lirc1  /dev/lircd  /dev/lircd1  /dev/lircm
> 
> irw /dev/lircd work flawlessly
> 
> any suggestions?

I guess that the lirc daemon is not running. It the daemon is not 
running you will get: connect: Connection refused.

An easy test that can be used for all sort of simple problems is to use 
python in the freevo environment, like

# freevo prompt
Python 2.6.1 (r261:67515, Jan 24 2009, 14:48:40)
[GCC 4.1.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>> import pylirc
 >>> import config
 >>> pylirc.init('freevo', config.LIRCRC)
freevo: could not connect to socket
freevo: Connection refused
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
RuntimeError: Unable to initialize lirc!

# start the lircd and try again.
 >>> pylirc.init('freevo', config.LIRCRC)
3
 >>>


Duncan

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to