You are not logged in.

#1 2010-03-21 09:55:06

broxtor
Member
Registered: 2010-03-21
Posts: 1

Lirc and Hauppauge PVR-350

I'm trying to get lirc working with my PVR-350 tv card remote, but have been unsuccesfull.

I installed lirc and lirc-utils and put lircd in /etc/rc.conf to start at boot.
I put the lirc_i2c also in /etc/rc.conf to have it loaded at boot.
I got an lircd.conf for my remote and put it in /etc/lirc/lircd.conf.
I edited the /etc/conf.d/lircd.conf to point to the config file in /etc/lirc/lircd.conf.

Lircd starts without any errors, when I lsmod the lirc_i2c module is listed and /dev/lirc0 and /dev/lircd are present. Yet I can' t get any output with either mode2 or irw.

Some file info:
/etc/conf.d/lircd.conf

#
# Parameters for lirc daemon
#

LIRC_DEVICE="/dev/lirc0"
LIRC_DRIVER=""
LIRC_EXTRAOPTS=""
LIRC_CONFIGFILE="/etc/lirc/lircd.conf"

ls -l /dev/lirc*

crw-rw---- 1 root root 61, 0 Mar 21 10:13 /dev/lirc0
lrwxrwxrwx 1 root root    19 Mar 21 10:22 /dev/lircd -> /var/run/lirc/lircd

dmesg | grep lirc

lirc_dev: IR Remote Control driver registered, major 61 
lirc_i2c: chip 0x0 found @ 0x18 (Leadtek IR)
lirc_dev: lirc_register_driver: sample_rate: 10

lsmod | grep lirc

lirc_i2c                6814  0 
lirc_dev               10325  1 lirc_i2c
i2c_core               18137  18 cx8800,cx88xx,tuner_simple,tda9887,tda8290,tuner,msp3400,saa7127,saa7115,bttv,ivtv,v4l2_common,videodev,i2c_nforce2,i2c_algo_bit,nvidia,tveeprom,lirc_i2c

Offline

Board footer

Powered by FluxBB