Thanks, christ. That did help a lot.
"ir-keytable -t" DOES work (when I stop lircd. Explains why it didn't do anything the first time. *facepalm*).
Quote:
1333138370.506132: event MSC: scancode = 800f541e
1333138370.625135: event MSC: scancode = 800f541e
1333138370.719132: event MSC: scancode = 800f541e
So it looks like the wiki suggests "If you get only raw translated codes then your keymap file does not match the Remote Receiver and Remote."
And it's right, those certainly don't match the ones in the keymap in /usr/MythVantage/templates/remotes/mceusb/lircd.conf.mceusb. (That's the up button, which should be 0x07be1.) It's close to /etc/rc_keymaps/rc6_mce which maps KEY_UP to 0x800f041e, but different.
Just on a lark, I figured it might be having a bit of an identity crisis nonetheless, but
Quote:
sudo grep f541e /etc/rc_keymaps/*
returned nothing.
At this point, while I think I could manually rewrite the keymap in the conf file, I might be better served by first figuring out why the codes changed in the first place. Maybe you've got some thoughts on it?