Comment 2 for bug 1778569

Revision history for this message
Wes Newell (wesnewell) wrote : Re: vlc liblirc-client0 depends breaks kernel lirc

OK, I changed one key code and then issued this command;
root@mythfe0:/home/wes# ir-keytable -c -w /etc/rc_keymaps/myremotes
Then tested that it worked like this]
root@mythfe0:/home/wes# ir-keytable -t
Testing events. Please, press CTRL-C to abort.
555.460958: event type EV_MSC(0x04): scancode = 0x28
555.460958: event type EV_KEY(0x01) key_down: KEY_SEMICOLON(0x0027)
555.460958: event type EV_SYN(0x00).
;555.566930: event type EV_MSC(0x04): scancode = 0x28
555.566930: event type EV_SYN(0x00).
555.836028: event type EV_KEY(0x01) key_up: KEY_SEMICOLON(0x0027)
555.836028: event type EV_SYN(0x00).
Then tried it in notes clipboard and it didn't work.
Then rebooted and it worked. So I guess it takes a reboot, meaning the ir-keytable -c -w /etc/rc_keymaps/myremotes command doesn't fully support all changes that need to happen for the rc keymap file to work right in other apps. BTW, this was all with vlc installed along with liblirc-client0. With them removed, the changes worked without a reboot iirc. Might want to close this out. I don't know.