Microsoft MCE (1039) remote configuration - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Hardware (/forum-7.html) +--- Forum: Remotes and CEC support (/forum-26.html) +--- Thread: Microsoft MCE (1039) remote configuration (/thread-444.html) |
RE: Microsoft MCE (1039) remote configuration - wolfylee - 17th Feb, 2013 07:44 AM (17th Feb, 2013 07:27 AM)CurlyMo Wrote: What did the if condition check reveal (adding the echo's?) Sorry Mo, the pi must have crashed as it stopped loading properly after my last post. I could ssh in but the screen was black on my tv. I'll have to revisit this tomorrow as I will be killed if we can't watch a film tonight Thanks for your help so far, and your patience. I'll be back tomorrow I'll redo everything we have done so far... RE: Microsoft MCE (1039) remote configuration - wolfylee - 18th Feb, 2013 01:05 AM I went through this whole post again and did all the same but there was no change. It did not like my echo statements as written. RE: Microsoft MCE (1039) remote configuration - CurlyMo - 18th Feb, 2013 01:13 AM Sorry, then i'm clueless. Let's hope someone else can help us RE: Microsoft MCE (1039) remote configuration - wolfylee - 18th Feb, 2013 01:31 AM Ok no worries - thanks for the help anyway! RE: Microsoft MCE (1039) remote configuration - _nico - 22nd Feb, 2013 08:04 AM Hi CurlyMo, i have the same problem. Output - lsusb, dmesg and /proc/bus/input/devices http://pastebin.com/An9JTaa8 RE: Microsoft MCE (1039) remote configuration - CurlyMo - 22nd Feb, 2013 08:09 AM So none of the buttons work, and mode2 doesn't output anything as well? RE: Microsoft MCE (1039) remote configuration - _nico - 22nd Feb, 2013 08:14 AM (22nd Feb, 2013 08:09 AM)CurlyMo Wrote: So none of the buttons work, and mode2 doesn't output anything as well? Only numeric buttons doesn't work - other buttons works. Code: root@else ~ # irw Output from mode2 for button "0". --- EDIT 2013-02-21_23-21 GMT+1 Code: irrecord -a test4 Code: begin remote --- EDIT 2013-02-21_23-26 GMT+1 On Arch Linux (amd64) works fine with this file. RE: Microsoft MCE (1039) remote configuration - CurlyMo - 22nd Feb, 2013 08:27 AM Can you do: Code: sudo wget -O - https://raw.github.com/xbianonpi/xbian/xbian-beta1/etc/lirc/remotes/devinput.conf > /etc/lirc/remotes/devinput.conf RE: Microsoft MCE (1039) remote configuration - _nico - 22nd Feb, 2013 08:32 AM (22nd Feb, 2013 08:27 AM)CurlyMo Wrote: Can you do: Doesn't work That's strange - i tried it before! Code: root@else ~ # wget -O - https://raw.github.com/xbianonpi/xbian/xbian-beta1/etc/lirc/remotes/devinput.conf > /etc/lirc/remotes/devinput.conf --- Info: ... on RaspBMC works this out-of-the-box. RE: Microsoft MCE (1039) remote configuration - CurlyMo - 22nd Feb, 2013 08:40 AM Then, can you do: Code: sudo wget -O - http://pastebin.com/raw.php?i=5hwXqTwJ >> /etc/lirc/remotes/mceusb.conf RE: Microsoft MCE (1039) remote configuration - _nico - 22nd Feb, 2013 08:49 AM (22nd Feb, 2013 08:40 AM)CurlyMo Wrote: Then, can you do: I have tried almost everything, too - doesn't work - i do not understand! Code: vi /etc/lirc/lircd.conf RE: Microsoft MCE (1039) remote configuration - CurlyMo - 22nd Feb, 2013 08:56 AM But did you already try to create a full map yourself with irrecord? RE: Microsoft MCE (1039) remote configuration - _nico - 22nd Feb, 2013 05:22 PM (22nd Feb, 2013 08:56 AM)CurlyMo Wrote: But did you already try to create a full map yourself with irrecord? I create a fullmap with (irrecord -a) - doesn't work - xbian ignores the conf file. --- I found the problem. --- I create /etc/lirc/remotes/mceusb.conf with this content. Edit /etc/lirc/lircd.conf Code: #include "/etc/lirc/remotes/devinput.conf" Your /etc/lirc/hardware.conf Code: ... Code: root@else ~ # cat /proc/bus/input/devices | grep 'Media Center Ed.' | wc -l Ok, lirc use /etc/lirc/hardware/mceusb_event0.conf I edit following lines ... Code: DRIVER="devinput" Code: #DRIVER="devinput" ... , ... Code: DEVICE="/dev/input/event1" Code: DEVICE="/dev/lirc0" ... and it works! But, the cursor keys UP, DOWN, LEFT, RIGHT and ENTER are recognized by xbmc twice - when i stop lirc, then works only the cursor keys UP, DOWN, LEFT, RIGHT and ENTER. (http://forum.xbmc.org/showthread.php?tid=90078&pid=721137#pid721137) Happy bug fixing! I'll stick with RaspBMC - everything works out-of-the-box! RE: Microsoft MCE (1039) remote configuration - CurlyMo - 22nd Feb, 2013 07:53 PM Quote:I create a fullmap with (irrecord -a) - doesn't work - xbian ignores the conf file.What do you mean by this. If Lirc did indeed skip the config, then how does that relate to your comment here: Quote:EDIT 2013-02-21_23-21 GMT+1 RE: Microsoft MCE (1039) remote configuration - _nico - 22nd Feb, 2013 07:58 PM (22nd Feb, 2013 07:53 PM)CurlyMo Wrote:Quote:I create a fullmap with (irrecord -a) - doesn't work - xbian ignores the conf file.What do you mean by this. If Lirc did indeed skip the config, then how does that relate to your comment here: |