> For some reason the function keys aren't showing up while running /lib/udev/keymap
That could have several reasons: - You pressed them once before, and the kernel is still waiting for the release event. (The very thing we are trying to workaround) - The brightness keys belong to a different input device. From your udev dump, there are two plausible devicies: The standard keyboard (input/event4), and the "Asus Extra Buttons" (input/event7), did you try both? - The kernel does not generate input events for those two keys. Did you check with acpi_listen whether it sends acpi events? (Step 6 on https://wiki.ubuntu.com/Hotkeys/Troubleshooting) -- [Asus K60IJ] All function keys don't respond for 20s-1min after pressing brightness keys https://bugs.launchpad.net/bugs/500459 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
