Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[lirc] Aucun signal détecté ? (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
SnowBear
l33t
l33t


Joined: 03 Sep 2005
Posts: 773
Location: France - Bordeaux

PostPosted: Sun Feb 12, 2006 3:56 pm    Post subject: [lirc] Aucun signal détecté ? (résolu) Reply with quote

Bonjour,
je viens de me construire mon propre récepteur IR en suivant la doc du site www.lirc.org.
J'ai testé sous Windows (car plus simple :D ) et le module fonctionne sans problème, ma télécommande est reconnu...

J'ai ensuite essayé de suivre ce guide : http://gentoo-wiki.com/HOWTO_LIRC
Mais (il y a toujours un mais :D ) je coince au niveau de irw.
Lorsque je tape irw, la commande se lance et se coupe aussitôt sans message d'erreur.

Ensuite quand j'essaie de la relancer ou d'arréter lircd j'ai une erreur.

Mon fichier make.conf (enfin la partie interessante) :
Code:
LIRC_OPTS="--with-driver=serial"


Mon fichier /etc/lircd.conf (copié/collé du fichier windows)
Code:
#
# this config file was automatically generated
# using WinLIRC 0.6.5 (LIRC 0.6.1pre3) on Sat Feb 12 16:12:37 2005
#
# contributed by
#
# brand:             brandt
# model:
# supported devices:
#

begin remote

  name  brandt
  bits           11
  flags SPACE_ENC
  eps            25
  aeps          100

  one           631  5100
  zero          631  7970
  ptrail        631
  gap          54378
  toggle_bit      0


      begin codes
          b1                       0x000000000000063F
          b2                       0x0000000000000437
          b3                       0x000000000000022F
          b4                       0x000000000000063E
          b5                       0x0000000000000436
          b6                       0x000000000000022E
          b7                       0x000000000000003D
          b8                       0x0000000000000635
          b9                       0x000000000000042D
          mute                     0x000000000000023A
          pplus                    0x0000000000000016
          pmoins                   0x0000000000000615
          vplus                    0x0000000000000416
          vmoins                   0x0000000000000215
      end codes

end remote


D'autre par il m'est impossible de lancer : irrecord :
Quote:
irrecord - application for recording IR-codes for usage with lirc

Copyright (C) 1998,1999 Christoph Bartelmus(lirc@bartelmus.de)

irrecord: could not init hardware (lircd running ? --> close it, check permissions)


Savez vous ce que je dois faire ?


Last edited by SnowBear on Mon Feb 13, 2006 11:21 am; edited 1 time in total
Back to top
View user's profile Send private message
zarasoustra17
Guru
Guru


Joined: 01 Jul 2003
Posts: 382
Location: Marseille France

PostPosted: Sun Feb 12, 2006 4:27 pm    Post subject: Reply with quote

Tu as lancé lircd ?(/etc/init.d/lircd start)
Est-ce que ton fichier /etc/conf.d/lircd est bien rempli.
Avec Udev le device correspondant est /dev/lirc/0 alors que lirc prend /dev/lirc0 par défaut....
Back to top
View user's profile Send private message
SnowBear
l33t
l33t


Joined: 03 Sep 2005
Posts: 773
Location: France - Bordeaux

PostPosted: Sun Feb 12, 2006 4:49 pm    Post subject: Reply with quote

Salut,
en modifiant le fichier /etc/conf.d/lircd et en mettant
Code:
LIRCD_OPTS="-d /dev/lircd"

je n'ai pas d'erreur en lançant irw mais je n'ai pas non plus de signal lorsque j'appuie sur une touche de la telco :s .

Si je remplace /dev/lircd dans mon fichier par le dev de mon port série ça marche et si oui c'est quoi le dev correspondant ?
Back to top
View user's profile Send private message
zarasoustra17
Guru
Guru


Joined: 01 Jul 2003
Posts: 382
Location: Marseille France

PostPosted: Sun Feb 12, 2006 6:20 pm    Post subject: Reply with quote

J'ai le meme recepteur que toi (handmade...).
Lorsque je tape modprobe lirc_serial, le noyau charge les modules lirc_serial et lirc_dev tout en créant le device /dev/lirc/0.
J'ai LIRCD_OPTS="-d /dev/lirc/0" dans mon /etc/conf.d/lircd.
je lance lircd.
je me sers de xmode2 pour vérifier si la telécommande fonctionne et irrecord fonctionne aussi.
irw, je ne m'en suis jamais servi...
le dev du port série 1 c'est /dev/stty0, mais il n'est pas configuré pour la télécommande...
J'ai moi aussi /dev/lircd mais ce n'ai pas le périphérique correspondant au récepteur IR.
Back to top
View user's profile Send private message
SnowBear
l33t
l33t


Joined: 03 Sep 2005
Posts: 773
Location: France - Bordeaux

PostPosted: Sun Feb 12, 2006 6:43 pm    Post subject: Reply with quote

J'ai trouvé mon problème enfin je pense j'ai une erreur quand je charge le module :s
Code:
FATAL: Error inserting lirc_serial (/lib/modules/2.6.14-gentoo-r4/misc/lirc_serial.ko): Device or resource busy


Je reboot avec un nouveau kernel (le 2.6.15) et je vous tiens au jus ;)
Merci à toi ;)
Back to top
View user's profile Send private message
zarasoustra17
Guru
Guru


Joined: 01 Jul 2003
Posts: 382
Location: Marseille France

PostPosted: Sun Feb 12, 2006 7:02 pm    Post subject: Reply with quote

Si tu changes de Kernel, il faut ré-emerger lirc avec le lien /usr/src/linux qui pointe vers le bon kernel...
Back to top
View user's profile Send private message
SnowBear
l33t
l33t


Joined: 03 Sep 2005
Posts: 773
Location: France - Bordeaux

PostPosted: Sun Feb 12, 2006 8:15 pm    Post subject: Reply with quote

C'est fait mais j'ai toujours cette erreur :s
Back to top
View user's profile Send private message
widan
Veteran
Veteran


Joined: 07 Jun 2005
Posts: 1512
Location: Paris, France

PostPosted: Sun Feb 12, 2006 9:07 pm    Post subject: Reply with quote

Et tu as essayé la section Troubleshooting - Module doesn't load de ton guide ? Le message que tu as en chargeant le module semble dire qu'il y a un conflit de resources (sûrement avec le driver serie par défaut du kernel)...
Back to top
View user's profile Send private message
SnowBear
l33t
l33t


Joined: 03 Sep 2005
Posts: 773
Location: France - Bordeaux

PostPosted: Mon Feb 13, 2006 11:20 am    Post subject: Reply with quote

J'étais pas allé assez loin :'(
ça marche, merci à vous deux ;)

maintenant reste le problème du son...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum