Remote "menu" key not working after update... all others fine.
#1
Ok, here is what i've got going on. I've pulled down a clean version of the latest (at the time of building Wink) source from github and built it. Now i can no longer use the menu button on my remote. It was working before the update, and all the other buttons are still working as expected.

This was used to return the the main menu screen from any submenu and for in movie menu access. Kind of a pain not to have it. Anyone know if this is a bug, known problem or the idiot at the keyboard doing something wrong? Rolleyes

Any help would be appreciated. Thanks in advance.
~NSW


XBMC: XBMC PRE-11.0 Git:20111116-5b3b0b3 Built on Nov 17 2011
System: Gentoo 2010.0

Key presses from debug log, Menu not processed:
Code:
02:42:12 T:3022317344   DEBUG: LIRC: Update - NEW at 370038:0000000090908679 00 Down mceusb (Down)
02:42:12 T:3022317344   DEBUG: OnKey: 167 (a7) pressed, action is Down
02:42:22 T:3022317344   DEBUG: LIRC: Update - NEW at 380159:00000000909058a7 00 Menu mceusb (Menu)
02:42:23 T:3022317344   DEBUG: LIRC: Update - NEW at 380827:00000000909058a7 00 Menu mceusb (Menu)
02:42:24 T:3022317344   DEBUG: LIRC: Update - NEW at 381523:00000000909058a7 00 Menu mceusb (Menu)
02:42:24 T:3022317344   DEBUG: LIRC: Update - NEW at 382189:00000000909058a7 00 Menu mceusb (Menu)
02:42:25 T:3022317344   DEBUG: LIRC: Update - NEW at 382908:00000000909058a7 00 Menu mceusb (Menu)
02:42:26 T:3022317344   DEBUG: LIRC: Update - NEW at 383617:00000000909046b9 00 Right mceusb (Right)
02:42:26 T:3022317344   DEBUG: OnKey: 168 (a8) pressed, action is Right
02:42:27 T:3022317344   DEBUG: LIRC: Update - NEW at 384782:0000000090908679 00 Down mceusb (Down)
02:42:27 T:3022317344   DEBUG: OnKey: 167 (a7) pressed, action is Down
02:42:27 T:3022317344   DEBUG: LIRC: Update - NEW at 385260:0000000090908679 00 Down mceusb (Down)
02:42:27 T:3022317344   DEBUG: OnKey: 167 (a7) pressed, action is Down
02:42:28 T:3022317344   DEBUG: LIRC: Update - NEW at 385801:000000009090a659 00 Left mceusb (Left)
02:42:28 T:3022317344   DEBUG: OnKey: 169 (a9) pressed, action is Left
02:42:29 T:3022317344   DEBUG: LIRC: Update - NEW at 386548:00000000909006f9 00 Up mceusb (Up)
02:42:29 T:3022317344   DEBUG: OnKey: 166 (a6) pressed, action is Up
02:42:29 T:3022317344   DEBUG: LIRC: Update - NEW at 386923:00000000909006f9 00 Up mceusb (Up)
02:42:29 T:3022317344   DEBUG: OnKey: 166 (a6) pressed, action is Up
02:42:30 T:3022317344   DEBUG: LIRC: Update - NEW at 388420:000000009090b44b 00 Back mceusb (Back)
02:42:30 T:3022317344   DEBUG: OnKey: menu (d8) pressed, action is Back

Lircmap.xml section for my remote:
Code:
<remote device="mceusb">
                <play>Play</play>
                <pause>Pause</pause>
                <stop>Stop</stop>
                <forward>Forward</forward>
                <reverse>Rewind</reverse>
                <left>Left</left>
                <right>Right</right>
                <up>Up</up>
                <down>Down</down>
                <select>OK</select>
                <pageplus>ChanUp</pageplus>
                <pageminus>ChanDown</pageminus>
                <back>Back</back>
                <menu>Menu</menu>
                <title>Guide</title>
                <info>More</info>
                <skipplus>Skip</skipplus>
                <skipminus>Replay</skipminus>
                <display>Teletext</display>
                <start>Home</start>
                <record>Record</record>
                <volumeplus>VolUp</volumeplus>
                <volumeminus>VolDown</volumeminus>
                <mute>Mute</mute>
                <power>Power</power>
                <myvideo>Videos</myvideo>
                <mymusic>Music</mymusic>
                <mypictures>Pictures</mypictures>
                <mytv>TV</mytv>
                <one>One</one>
                <two>Two</two>
                <three>Three</three>
                <four>Four</four>
                <five>Five</five>
                <six>Six</six>
                <seven>Seven</seven>
                <eight>Eight</eight>
                <nine>Nine</nine>
                <zero>Zero</zero>
                <star>Star</star>
                <hash>Hash</hash>
                <clear>Clear</clear>
                <enter>Enter</enter>
                <start>Start</start>
        </remote>
Reply
#2
Looks like I'me having the same problem. Irw output show that my computer is still receiving signal but xbmc just do not recognise it. I actually have two buttons that are out of function. Menu button and info button.
Reply
#3
Cocktus Wrote:Looks like I'me having the same problem. Irw output show that my computer is still receiving signal but xbmc just do not recognise it. I actually have two buttons that are out of function. Menu button and info button.

Thankfully my info button is still working. If i figure anything out, i'll post back here on this thread. Maybe it's the same problem. Nod

Also, since i haven't heard or found to much on this issue, i've opened a bug ticket. (Ticket Link) In case anyone wants to check on progress. I'll also post any solution i get back here on this thread.
Reply
#4
Thumbs Up 
OK, in this case it turns out to be a problem between the keyboard and the chair! Laugh

Basically in my situation, at one update long ago, i set "prefix=/usr" on my install and created a parallel installation. What this means is i have a version of XBMC installed at "/usr/share/xbmc" and one at "/usr/local/share/xbmc". GoGo windows idiot in a linux environment. Rolleyes

The original basis for the change has long since been forgotten. I think it was to move away from the problematic Gentoo emerge of XBMC, that was broken at one point, and get into a clean install. This is all fine and dandy... unless you forgot you did such a thing. Long story short, i've been updating the wrong XBMC and as changes happened in the real install, my settings slowly stopped working.

The lesson learned here is always use the userdata files for settings changes.... or write down what you did yesterday so you can remember it today. Nod

Also, big thanks to vdrfan for helping me out. I would never have figured this out without help.
Reply

Logout Mark Read Team Forum Stats Members Help
Remote "menu" key not working after update... all others fine.0