Hello everyone,

I've been trying to get lirc support for my tvcard, which i have managed to do it with the following steps........

apt-get install lirc (lirc 0.8.0-9.2)
Remote controllers - V4LWiki
from the above guide
"cat /proc/bus/input/devices"

I: Bus=0001 Vendor=14f1 Product=8800 Version=0001
N: Name="cx88 IR (PixelView PlayTV Ultra"
P: Phys=pci-0000:02:02.0/ir0
S: Sysfs=/class/input/input3
H: Handlers=kbd event3
B: EV=100003
B: KEY=2c0814 100004 0 0 0 4 2008000 2090 2001 1e0000 4400 0 ffc

"irrecord -H dev/input -d /dev/input/event3 /playtv_pro_ultra"
"lircd -H dev/input -d /dev/input/event3"
"irw"

So my remote is working!!
I did put all that staff into my hardware.conf and lircd.conf in /etc/lirc

How to configure and use LIRC
from the above guide i managed to have a working /.lircrc

My problem is, that i cannot have lircd loading on startup with the -H dev/input -d /dev/input/event3. I tried to pass these things into /etc/init.d/lirc
but no luck.

The only way to get things work is to type when i get into gnome
lircd -H dev/input -d /dev/input/event3
irexec &

How can I make this work??