|
From: Matthias M. <Mat...@gm...> - 2012-03-11 13:37:35
|
Am Sonntag 11 März 2012 schrieben Sie: > On 03/10/2012 11:44 AM, Matthias Meyer wrote: > > I've running Debian Wheezy with kernel 3.2.0 and lirc 0.9. > > I've tried to run thre remote of my (old) Haupauge PVR350 but it doesn't > > work. > > > > ls /dev/lir* > > /dev/lircd > > > > cat /proc/bus/input/devices > > : > > I: Bus=0019 Vendor=0000 Product=0000 Version=0000 > > N: Name="Eee PC WMI hotkeys" > > P: Phys=eeepc-wmi/input0 > > S: Sysfs=/devices/platform/eeepc-wmi/input/input5 > > U: Uniq= > > H: Handlers=kbd event5 rfkill > > B: PROP=0 > > B: EV=100013 > > B: KEY=7e40000 0 0 0 0 0 0 0 0 114008 100000 3000800 1100000 e0000 0 0 0 > > B: MSC=10 > > : > > I: Bus=0018 Vendor=0000 Product=0000 Version=0000 > > N: Name="i2c IR (Hauppauge WinTV PVR-350" > > P: Phys=i2c-0/0-0018/ir0 > > S: Sysfs=/devices/virtual/rc/rc0/input8 > > U: Uniq= > > H: Handlers=kbd event8 > > B: PROP=0 > > B: EV=100013 > > B: KEY=10afc312 2142017 0 0 0 0 118000 41a8 4801 9e16c0 0 0 10000ffc > > B: MSC=10 > > > > /etc/lirc/hardware.conf contains: > > # Run "lircd --driver=help" for a list of supported drivers. > > DRIVER="devinput" > > # usually /dev/lirc0 is the correct setting for systems using udev > > DEVICE="/dev/input/event8" > > MODULES="ir-kbd-i2c" > > > > /etc/lirc/lircmd.conf > > #UNCONFIGURED > > > > /etc/lirc/lircd.conf > > -> is a copy of /usr/share/lirc/remotes/hauppauge/lircd.conf.hauppauge > > > > If I use "/dev/input/event5" in /etc/lirc/hardware.conf I get the numbers > > 0-9 within a terminal if pressed on the remote. But nothing for the other > > keys. > > If I run irw in another terminal nothing changed. I get the numbers within > > the active terminal but nothing in irw. > > > > If I use "/dev/input/event8" in /etc/lirc/hardware.conf I get nothing in the > > terminal and nothing in irw. > > > > It seems that the input from my remote doesn't reach lirc. > > > > Thanks in advance for any advice. > > > > I had the same problem discussed in this thread: > > http://www.gossamer-threads.com/lists/mythtv/users/507773 > > The breadth and depth of knowledge available through this list never > ceases to amaze me. My problem was nailed in minutes. > > The problem is with the 3.2 kernel and lirc. Read the thread for more info. > > Revert to 3.1 and things will work. That is what I have done, pending > testing a new build of the imon.ko module. But your having the problem > points to lirc-9 and the kernel. > > Geoff > Thanks, unfortunately whether debian nor ubuntu provides an 3.1 image at this time :-( Relevant modules loaded in my system are: ir_lirc_codec 12631 0 lirc_dev 12807 1 ir_lirc_codec ir_mce_kbd_decoder 12551 0 ir_sony_decoder 12403 0 ir_jvc_decoder 12401 0 ir_rc6_decoder 12401 0 ir_rc5_decoder 12401 0 rc_hauppauge 12382 0 ir_nec_decoder 12401 0 ir_kbd_i2c 12680 0 rc_core 17918 10 ir_lirc_codec,ir_mce_kbd_decoder,ir_sony_decoder,ir_jvc_decoder,ir_rc6_decoder,ir_rc5_decoder,rc_hauppauge,ir_nec_decoder,ir_kbd_i2c evdev 17225 12 After "rmmod ir_kbd_i2c" I never get the 0-9 within a terminal if pressed on the remote. But as before not within irw. -- Don't Panic |