> 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=100&url=/ > _______________________________________________ > Freevo-users mailing list > [email protected] > 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=100&url=/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
