by gorby » Sat Oct 01, 2011 7:47 pm
I have rebooted several times since upgrading and uname -a gives me
$this->bbcode_second_pass_code('', 'Linux alarm 3.0-ARCH #1 PREEMPT Sat Aug 20 04:27:21 UTC 2011 armv5tel Feroceon 88FR131 rev 1 (v5l) Marvell SheevaPlug Reference Board GNU/Linux')
I just tried doing a fresh install and upgrading everything and rebooting. Upon reboot i plugged in the mce transceiver and checked lsmod which gave me this.
$this->bbcode_second_pass_code('', 'Module Size Used by
ir_lirc_codec 3553 0
lirc_dev 7725 1 ir_lirc_codec
ir_sony_decoder 1809 0
ir_jvc_decoder 1927 0
ir_rc6_decoder 2399 0
rc_rc6_mce 1090 0
ir_rc5_decoder 1799 0
ir_nec_decoder 2359 0
mceusb 10497 0
rc_core 14061 9 ir_lirc_codec,ir_sony_decoder,ir_jvc_decoder,ir_rc6_decoder,rc_rc6_mce,ir_rc5_decoder,ir_nec_decoder,mceusb
ipv6 258286 10
mv_cesa 9005 0 ')
So the module seems to load automatically? Not sure why it loads all those sony and jvc modules. Even tried blacklisting them if there was some kind of conflict but that didn't make any difference. This is the output of dmesg if it will help.
$this->bbcode_second_pass_code('', '[ 19.005578] IR NEC protocol handler initialized
[ 19.042530] Registered IR keymap rc-rc6-mce
[ 19.074244] input: Media Center Ed. eHome Infrared Remote Transceiver (0471:0815) as /devices/platform/orion-ehci.0/usb1/1-1/1-1.4/1-1.4:1.0/rc/rc0/input0
[ 19.098868] rc0: Media Center Ed. eHome Infrared Remote Transceiver (0471:0815) as /devices/platform/orion-ehci.0/usb1/1-1/1-1.4/1-1.4:1.0/rc/rc0
[ 19.113848] mceusb 1-1.4:1.0: Registered Philips eHome Infrared Transceiver on usb1:4
[ 19.116074] IR RC5(x) protocol handler initialized
[ 19.126416] usbcore: registered new interface driver mceusb
[ 19.218889] IR RC6 protocol handler initialized
[ 19.330869] IR JVC protocol handler initialized
[ 19.362159] IR Sony protocol handler initialized
[ 19.406079] lirc_dev: IR Remote Control driver registered, major 251
[ 19.424345] rc rc0: lirc_dev: driver ir-lirc-codec (mceusb) registered at minor = 0
[ 19.424361] IR LIRC bridge handler initialized')
Do you have any other idea as to why this is not working? Thanks!