<span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px">>Hi Johan<br>><br>>I'm using MCE remotes on 2 frontends and they work just fine with the<br>>mceusb driver. This is the lsmod output on one of the Zotac boards on a<br>
>2.6.32 kernel:<br>><br>># lsmod<br>>Module Size Used by<br>>nvidia 10264008 38<br>>lirc_mceusb 11405 1<br>>lirc_dev 7889 3 lirc_mceusb<br>
><br>
>One thing that had me going for ages was that I'd named the lirc config<br>>file incorrectly. I'd called it lirc.conf and it should have been<br>>lircd.conf. This resulted in irrecord working fine but irw gave no output<br>
>and nor did mythtv work (not surprisingly!!). Same result if the file is<br>>not where lircd looks for it. Old versions of lircd look in /etc, newer<br>>versions look in /etc/lirc for the config file<br>><br>
>I used a 'stock' lircd.conf from the <a href="http://lirc.org/" style="color:rgb(17, 65, 112)" target="_blank">lirc.org</a> website but if you do roll<br>>your own using irrecord then use the -n switch (-disable-namespace) which<br>
>disables namespace checks like KEY_PLAY etc</span><div><span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px"><br></span></div><div><span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px">Interesting to see your module is called "lirc_mceusb" i only have "mceusb" and when I load it, it appears under "ir_core". lirc_dev has no dependencies and neither has mceusb.</span></div>
<div><span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px"><br></span></div><div><span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px">Also, how do you start lircd with the driver as "mceusb". If I try for instance "lircd --nodaemon --driver=mceusb --device=/dev/input/by-id/usb-Philips_eHome_Infrared_Transceiver_PH00Q9GT-event-if00" but that is not accepted and I'm presented with a list that is accepted. Is the driver not "registered" or something?<br>
<br>This is my lsmod:<br>dvinepvr:~ # lsmod |grep ir_<br>ir_lirc_codec 4843 0 <br>lirc_dev 16018 1 ir_lirc_codec<br>ir_sony_decoder 2453 0 <br>ir_jvc_decoder 2578 0 <br>ir_rc6_decoder 3090 0 <br>
ir_rc5_decoder 2546 0 <br>ir_nec_decoder 2738 0 <br>ir_common 6515 1 cx88xx<br>ir_core 21236 17 rc_dib0700_rc5,rc_hauppauge_new,ir_lirc_codec,ir_sony_decoder,cx88xx,ir_jvc_decoder,dvb_usb_dib0700,ir_rc6_decoder,rc_rc6_mce,mceusb,dvb_usb,ir_rc5_decoder,ir_nec_decoder,ir_common<br>
dvinepvr:~ # lsmod |grep mce<br>rc_rc6_mce 1574 0 <br>mceusb 16564 0 <br>ir_core 21236 17 rc_dib0700_rc5,rc_hauppauge_new,ir_lirc_codec,ir_sony_decoder,cx88xx,ir_jvc_decoder,dvb_usb_dib0700,ir_rc6_decoder,rc_rc6_mce,mceusb,dvb_usb,ir_rc5_decoder,ir_nec_decoder,ir_common<br>
dvinepvr:~ # <br><br>This is the out-of-the-box suse 11.4 config (apart from me adding mceusb manually). There seems to be a lot of unnecessary modules loaded but even if I unload the ones I know are not needed, it still does not work. Maybe I should try to unload ir_core?<br>
<br>I got the Microsoft MCE set in a all-in deal from trademe (together with a complete HTPC) from someone who moved to My-sky from Windows MCE.<br><br>James, keen to have a look at your config files. Thnx for the offer. <br>
</span></div>