Bus 001 Device 004: ID 0471:0815 Philips eHome Infrared Transceiver
to work, but I might miss something.
All HowTos I found say there should be a device in /dev/input/by-id/ but there is only my keyboard.
Is there a special way to setup this remote receivers in Archlinux? I know the RPi can handle it, because OpenElec works like a charme with it.
What info can I provide?
lsmod:
Code: Select all
[root@alarmpi pi]# lsmod
Module Size Used by
rc_rc6_mce 884 0
ir_mce_kbd_decoder 3340 0
ir_sony_decoder 1500 0
ir_jvc_decoder 1588 0
ir_rc6_decoder 2108 0
ir_rc5_decoder 1508 0
ir_nec_decoder 2012 0
ir_lirc_codec 3092 0
lirc_dev 6796 1 ir_lirc_codec
rc_core 11656 8 ir_lirc_codec,ir_nec_decoder,ir_rc5_decoder,ir_rc6_decoder,ir_jvc_decoder,ir_sony_decoder,ir_mce_kbd_decoder,rc_rc6_mce
ipv6 221660 12
snd_bcm2835 15316 2
snd_pcm 50640 2 snd_bcm2835
snd_page_alloc 2612 1 snd_pcm
snd_timer 14512 1 snd_pcm
snd 28724 6 snd_timer,snd_pcm,snd_bcm2835
soundcore 440 1 snd
evdev 6820 0 Code: Select all
usb 1-1.2: new full speed USB device number 4 using dwc_otg
usb 1-1.2: New USB device found, idVendor=0471, idProduct=0815
usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-1.2: Product: eHome Infrared Transceiver
usb 1-1.2: Manufacturer: Philips
usb 1-1.2: SerialNumber: PH00EKwn
...
lirc_dev: IR Remote Control driver registered, major 251
IR LIRC bridge handler initialized
IR NEC protocol handler initialized
IR RC5(x) protocol handler initialized
IR RC6 protocol handler initialized
IR JVC protocol handler initialized
IR Sony protocol handler initialized
IR MCE Keyboard/mouse protocol handler initialized