|
From: Chris F. <chr...@gm...> - 2007-06-04 20:56:09
|
On 6/4/07, Raffaele BELARDI <raf...@st...> wrote: > Hi, > > I'd appreciate some pointers to try debugging the problem I have getting > my Hauppauge HVR-1300 remote working. The system is Gentoo with kernel > 2.6.20 and lirc 0.8.1. I'm trying to set up a Mythtv box. > > I am confused whether the remote should be 'seen' through: > > - the /dev/lirc interface, compiling lirc with device=hauppauge_dvb, or > - the kernel event interface, compiling lirc with device=devinput > > I have tried both, in the first case the device /dev/lirc0 is not > created. In the latter case, /dev/input/event3 is present, but cat'ing > it I don't get any output. If I run lircd with device dev/input, it > starts with no errors but I see no feedback pressing the remote keys. > > I tried to enable debug flags through /sys interface, both for ir_common > module (which should affect the event interface) and for the lirc_dev > module (for the /dev/lirc0 interface), but in neither case I get > additional info in syslog. > > The remote is recognized by the kernel, from syslog: > input: cx88 IR (Hauppauge WinTV-HVR130 as /class/input/input3 > > Could anybody tell me which is the correct interface for this remote and > point me to some way to debug the problem? Any hints are greatly > appreciated, I'm running out of ideas. > > thanks, > Hi Raffaele, I have the same problem as you (I need to take Aspirins to keep going). I also have a Hauppauge WinTV-HVR1300 as /class/input/input8. I'm trying lirc-0.8.2pre2 on ubuntu 2.6.20-15 modprobe lirc_dev creates dmesg entry lirc_dev: IR Remote Control driver registered, at major 61 cat /proc/bus/input/devices I: Bus=0001 Vendor=0070 Product=9601 Version=0001 N: Name="cx88 IR (Hauppauge WinTV-HVR130" P: Phys=pci-0000:02:0b.2/ir0 S: Sysfs=/class/input/input8 H: Handlers=kbd event5 B: EV=100003 B: KEY=100fc312 214a802 0 0 0 0 18000 41a8 4801 9e1680 0 0 10000ffc ls -l /dev/input/ crw-rw---- 1 root root 13, 69 2007-06-04 22:19 event5 cat'ing it I don't get any output. ls -l /dev/lirc* srw-rw-rw- 1 root root 0 2007-06-04 22:19 /dev/lircd tail /var/log/lircd lircd: lircd(hauppauge_dvb) ready lircd: accepted new client on /dev/lircd lircd: could not get hardware features lircd: this device driver does not support the new LIRC interface lircd: major number of /dev/input/event5 is 13 lircd: LIRC major number is 61 lircd: check if /dev/input/event5 is a LIRC device lircd: caught signal Do you get this too? Chris. > raf > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > |