Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[HOW-TO] Lirc e schede Lifeview (processore saa7134)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools)
View previous topic :: View next topic  
Author Message
ramiel
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jun 2006
Posts: 119

PostPosted: Tue Oct 03, 2006 3:30 pm    Post subject: [HOW-TO] Lirc e schede Lifeview (processore saa7134) Reply with quote

Questo howto è dedicato ai possessori di schede tv della serie saa7134.
Si suppone che siano già funzionanti.
Cercate un qualsiasi howto per installare lirc,per esempio https://forums.gentoo.org/viewtopic-t-181766-highlight-lirc.html di Bengio,
considerate però le seguenti ozpioni da variare.
in make.conf la riga è
LIRC_DEVICES="devinput" (è cambiato da lirc > 0.7)
ma non dovete caricare moduli che hanno a che fare con gpio..tanto non potrete caricarli.
Procediamo per passi.

1)Dopo aver settato il make.conf emergere lirc con

Code:

emerge lirc


2)Caricare il modulo lirc_dev con
Code:

modprobe lirc_dev


3)Cercare il device IR con
Code:

cat /proc/bus/input/devices


Darà qualcosa del genere

Code:

 I: Bus=0001 Vendor=5168 Product=0138 Version=0001
N: Name="saa7134 IR (LifeView/Typhoon Fl"
P: Phys=pci-0000:00:0d.0/ir0
S: Sysfs=/class/input/input4
H: Handlers=kbd event4
B: EV=100003
B: KEY=c0304 310000 0 0 0 0 0 0 2 1e0000 7bb80 0 10000000



Prima troverete anche informazioni riguaradnti tastiera e mouse e altre possibili devices che dovete ignorare.
Il campo in N è il nome della scheda tv e del ricevitore IR.
Nel campo H ci interessa il numero in eventX (4 nell'esempio.)
Adesso avviate irrecord con questi parametri
Code:

irrecord -H dev/input -d /dev/input/eventX /tmp/telcomando

dove X è il vostro

Forse servirà avere lircd avviato per cui avviatelo momentaneamente con '/etc/init.d/lircd start'
irrecord vi chiederà interattivamente di inserire i nomi per i pulsanti del vostro telecomando.
Ricordate che 'hold down' vuol dire tenere premuto!
Alla fine in tmp/telecomando avrete il vostro file configurato.
Adesso copiatelo sul file di configurazione di lirc

Code:

cp -v /tmp/teleomando /etc/lircd.conf


Stoppate lirc.
Modificate il file /etc/conf.d/lircd
così
Code:

LIRCD_OPTS="-H dev/input -d /dev/input/eventX"

Sostituendo a X il vostro valore
Riavviate lircd.
Tutto fatto.

Questa guida non spiegherà come configurare lirc per funzionare con ogni programma,vi rimando al sito di lirk
www.lirc.org
Per una guida più esaustiva, in inglese, ecco
http://www.linuxtv.org/v4lwiki/index.php/Remote_controllers


Ramiel
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools) 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