Re: [Freevo-users] lirc : irw say nothing .

2008-09-04 Thread patric...@laposte.net
Le Tue, 02 Sep 2008 10:04:37 +0200,
Andrea Magatti [EMAIL PROTECTED] a écrit :

 irw listen events on /dev/lirc, so you need a symbolic link  
 /dev/lircd/0 called /dev/lirc, or

i forget to create the symbolic links ! :(
but lircd file exist : ( lircd socket . canal de communication  )

[EMAIL PROTECTED] patrick]# ln -s /dev/lirc/0 /dev/lircd
ln: creating symbolic link `/dev/lircd': Le fichier existe.
[EMAIL PROTECTED] patrick]#

i'm wrong ? 

-- 
Patrick.
envoye depuis le monde libre ...
par un Pc sous Mandriva 2008 Spring !

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] lirc : irw say nothing .

2008-09-04 Thread Andreas Dick
 Le Tue, 02 Sep 2008 10:04:37 +0200,
 Andrea Magatti [EMAIL PROTECTED] a écrit :

 irw listen events on /dev/lirc, so you need a symbolic link
 /dev/lircd/0 called /dev/lirc, or

 i forget to create the symbolic links ! :(
 but lircd file exist : ( lircd socket . canal de communication  )

 [EMAIL PROTECTED] patrick]# ln -s /dev/lirc/0 /dev/lircd
 ln: creating symbolic link `/dev/lircd': Le fichier existe.
 [EMAIL PROTECTED] patrick]#

 i'm wrong ?
you do not need this symlink, because your device is ok:
lirc acts in 3 stages:
1) the kernel driver creates /dev/lirc/0 (usualy /dev/lirc or /dev/lirc0)
2) the lircd daemon which reads from /dev/lirc/0 and compares the input
with the keys defined in lircd.conf
-irrecord acts as well in this stage (therfore has it allmost the same
arguments as lircd)
lircd create a socket /dev/lircd and infroms clients in the next stage
about keys.
3) irw, lircrcd and also freevo are reading the lircrc file and connect to
the /dev/lircd socket and do something when a button is pressed...

if you understand this scematic, you understand lirc.

your next will be to use irrecord. for now i point to the help here
http://lirc.org/html/install.html#testing
http://lirc.org/html/irrecord.html
http://winlirc.sourceforge.net/technicaldetails.html

tell me if you have problems. the docu is not the best and maybe you have
to climb even higher... :-)

Andreas


 --
 Patrick.
 envoye depuis le monde libre ...
 par un Pc sous Mandriva 2008 Spring !

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the
 world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users




-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] FreeVo broken with python 2.4 ?

2008-09-04 Thread Duncan Webb
Dirk Meyer wrote:
 Duncan Webb wrote:
   
 I've not upgraded kaa.base for a while as it broke, simply locking the 
 system without any hint why. But this also happens in a Python 2.5 
 system with recent versions of kaa.
 

 That is odd. It would be nice if you could debug it. Adding print
 statements along the path until you find the bad line of
 code. kaa.base works wonderfull for and Freevo 2.0.
   

The latest version seems fine.

BTW Would you like to release the metadata, the change from date to 
userdate is a bit of a problem.

Cheers,
Duncan

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] lirc : irw say nothing .

2008-09-04 Thread patric...@laposte.net
Le Thu, 4 Sep 2008 11:42:44 +0200 (CEST),
Andreas Dick [EMAIL PROTECTED] a écrit :

 tell me if you have problems. the docu is not the best and maybe you
 have to climb even higher... :-)
 
 Andreas

Press RETURN now to start recording.

Found const length: 106415
Please keep on pressing buttons like described above.

RC-5 remote control found.
No header found.
No lead pulse found.
No repeat code found.
Signals are biphase encoded.
Signal length is 26
Now enter the names for the buttons.

Please enter the name for the next button (press ENTER to finish
recording) suivant

Now hold down button suivant.
Something went wrong. Please try again. (9 retries left)
Something went wrong. Please try again. (8 retries left)
Something went wrong. Please try again. (7 retries left)
Something went wrong. Please try again. (6 retries left)
Something went wrong. Please try again. (5 retries left)
Something went wrong. Please try again. (4 retries left)
Something went wrong. Please try again. (3 retries left)
Something went wrong. Please try again. (2 retries left)
Something went wrong. Please try again. (1 retries left)
Something went wrong.
Try using the -f option.
[EMAIL PROTECTED] patrick]#


begin remote

  name  /home/patrick/lircd.conf
  bits   26
  flags RC5|CONST_LENGTH
  eps30
  aeps  100

  one   503   383
  zero  503   383
  gap  106415
  toggle_bit_mask 0x0

  begin codes
  end codes

end remote


it's use rc5 ? it's a IR standart i know .




-- 
Patrick.
envoye depuis le monde libre ...
par un Pc sous Mandriva 2008 Spring !

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users