Results 1 to 5 of 5

Thread: Lenovo Z370 pressing OneKey Event blocks keyboard

  1. #1

    Lenovo Z370 pressing OneKey Event blocks keyboard

    Hello,

    on the Lenovo Z370 on the right side above the keyboard there are five keys. I think the are called OneKey Events.
    If I press one of the 3 left keys, they do what the should (sound up, down, mute).
    When pressing the 2 other ones nothing seems to happen.

    But no matter which one I press afterwards the hole keyboard does not work anymore. Also the indicator-applet(?) lost its menus.

    In the kern.log I found this:
    Code:
    kbd_keycode: 15 callbacks suppressed
    keyboard: can't emulate rawmode for keycode 240
    keyboard: can't emulate rawmode for keycode 240
    keyboard: can't emulate rawmode for keycode 240
    ...
    I do not know, if those two things are related.

    And in the file /usr/include/linux/input.h I found this line:
    Code:
    #define KEY_UNKNOWN             240
    Maybe changing KEY_UNKNOWN would help, but I don not know what to write instead..

    I am using Ubuntu 11.04 with Unity 3D.
    Code:
    uname -a
    Linux c-Z370 2.6.38-11-generic #50-Ubuntu SMP Mon Sep 12 21:17:25 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
    Any ideas, how I can prevent the blocking?
    If there is anything you need to know, please let me know.

    Thank you very much
    Last edited by katastrophenschutzplan; October 8th, 2011 at 09:45 PM. Reason: trying to give more Informations.

  2. #2
    Join Date
    Mar 2010
    Beans
    1

    Re: Lenovo Z370 pressing OneKey Event blocks keyboard


  3. #3

    Re: Lenovo Z370 pressing OneKey Event blocks keyboard

    Hello senkovych

    Quote Originally Posted by senkovych View Post
    Thank you very much! I will try that as soon as possible (that would be in about one and a half week).

    Have a nice day

  4. #4
    Join Date
    Dec 2010
    Beans
    2

    Re: Lenovo Z370 pressing OneKey Event blocks keyboard

    This particular problem has been driving me nuts for a while, because just *brushing* the capacitive buttons can disable your keyboard. I just found a fix this afternoon. Add the following line to your /lib/udev/rules.d/95-keyboard-force-release.rules file:

    Code:
    ENV{DMI_VENDOR}=="LENOVO", ATTR{[dmi/id]product_name}=="IdeaPad Z370", RUN+="keyboard-force-release.sh $devpath common-volume-keys"
    Additionally, if you accidentally lock up your keyboard this way, you can restore it by switching to a virtual terminal and then switching back to X (try Ctrl-Alt-F2 followed by Alt-F7).

  5. #5

    Smile Re: Lenovo Z370 pressing OneKey Event blocks keyboard

    Hello

    thank you very much!

    Keyboard does not freeze anymore and the special-sound-keys are working.


    Have a nice day!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •