CTRL, ALT & ALTGR dead on Fujitsu Celcius H770 with Linux Mint 19 Tara












0















My CTRL-L, CTRL-R, ALT, ALTGR and numpad keys don't work anymore. The German layout keyboard was fully functional after installation, but the keys got lost after some reboots. I had problems with the touchpad, but that could be temporarily solved by applying



sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps


Later I have removed the libinput packages and installed sz



according: Lifebook E546 touchpad on ubuntu 16.04



The selection of the layout under preferences for keyboard doesn't help. It seems as if a different kind of reduced keyboard is recognized.



This is the section from /proc/bus/input/devices about keyboard:



I: Bus=0011 Vendor=0001 Product=0001 Version=ab54
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/devices/platform/i8042/serio0/input/input2
U: Uniq=
H: Handlers=sysrq kbd event2 leds
B: PROP=0
B: EV=120013
B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
B: MSC=10
B: LED=7


And here is the output of xinput:



$ sudo xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ HOLTEK Optical Mouse id=10 [slave pointer (2)]
⎜ ↳ PS/2 Generic Mouse id=12 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Fujitsu FUJ02E3 id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Power Button id=9 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]


Any idea?










share|improve this question









New contributor




Hanno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    My CTRL-L, CTRL-R, ALT, ALTGR and numpad keys don't work anymore. The German layout keyboard was fully functional after installation, but the keys got lost after some reboots. I had problems with the touchpad, but that could be temporarily solved by applying



    sudo modprobe -r psmouse
    sudo modprobe psmouse proto=imps


    Later I have removed the libinput packages and installed sz



    according: Lifebook E546 touchpad on ubuntu 16.04



    The selection of the layout under preferences for keyboard doesn't help. It seems as if a different kind of reduced keyboard is recognized.



    This is the section from /proc/bus/input/devices about keyboard:



    I: Bus=0011 Vendor=0001 Product=0001 Version=ab54
    N: Name="AT Translated Set 2 keyboard"
    P: Phys=isa0060/serio0/input0
    S: Sysfs=/devices/platform/i8042/serio0/input/input2
    U: Uniq=
    H: Handlers=sysrq kbd event2 leds
    B: PROP=0
    B: EV=120013
    B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
    B: MSC=10
    B: LED=7


    And here is the output of xinput:



    $ sudo xinput list
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ HOLTEK Optical Mouse id=10 [slave pointer (2)]
    ⎜ ↳ PS/2 Generic Mouse id=12 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Fujitsu FUJ02E3 id=6 [slave keyboard (3)]
    ↳ Video Bus id=7 [slave keyboard (3)]
    ↳ Video Bus id=8 [slave keyboard (3)]
    ↳ Power Button id=9 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]


    Any idea?










    share|improve this question









    New contributor




    Hanno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      My CTRL-L, CTRL-R, ALT, ALTGR and numpad keys don't work anymore. The German layout keyboard was fully functional after installation, but the keys got lost after some reboots. I had problems with the touchpad, but that could be temporarily solved by applying



      sudo modprobe -r psmouse
      sudo modprobe psmouse proto=imps


      Later I have removed the libinput packages and installed sz



      according: Lifebook E546 touchpad on ubuntu 16.04



      The selection of the layout under preferences for keyboard doesn't help. It seems as if a different kind of reduced keyboard is recognized.



      This is the section from /proc/bus/input/devices about keyboard:



      I: Bus=0011 Vendor=0001 Product=0001 Version=ab54
      N: Name="AT Translated Set 2 keyboard"
      P: Phys=isa0060/serio0/input0
      S: Sysfs=/devices/platform/i8042/serio0/input/input2
      U: Uniq=
      H: Handlers=sysrq kbd event2 leds
      B: PROP=0
      B: EV=120013
      B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
      B: MSC=10
      B: LED=7


      And here is the output of xinput:



      $ sudo xinput list
      ⎡ Virtual core pointer id=2 [master pointer (3)]
      ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
      ⎜ ↳ HOLTEK Optical Mouse id=10 [slave pointer (2)]
      ⎜ ↳ PS/2 Generic Mouse id=12 [slave pointer (2)]
      ⎣ Virtual core keyboard id=3 [master keyboard (2)]
      ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
      ↳ Fujitsu FUJ02E3 id=6 [slave keyboard (3)]
      ↳ Video Bus id=7 [slave keyboard (3)]
      ↳ Video Bus id=8 [slave keyboard (3)]
      ↳ Power Button id=9 [slave keyboard (3)]
      ↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]


      Any idea?










      share|improve this question









      New contributor




      Hanno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      My CTRL-L, CTRL-R, ALT, ALTGR and numpad keys don't work anymore. The German layout keyboard was fully functional after installation, but the keys got lost after some reboots. I had problems with the touchpad, but that could be temporarily solved by applying



      sudo modprobe -r psmouse
      sudo modprobe psmouse proto=imps


      Later I have removed the libinput packages and installed sz



      according: Lifebook E546 touchpad on ubuntu 16.04



      The selection of the layout under preferences for keyboard doesn't help. It seems as if a different kind of reduced keyboard is recognized.



      This is the section from /proc/bus/input/devices about keyboard:



      I: Bus=0011 Vendor=0001 Product=0001 Version=ab54
      N: Name="AT Translated Set 2 keyboard"
      P: Phys=isa0060/serio0/input0
      S: Sysfs=/devices/platform/i8042/serio0/input/input2
      U: Uniq=
      H: Handlers=sysrq kbd event2 leds
      B: PROP=0
      B: EV=120013
      B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
      B: MSC=10
      B: LED=7


      And here is the output of xinput:



      $ sudo xinput list
      ⎡ Virtual core pointer id=2 [master pointer (3)]
      ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
      ⎜ ↳ HOLTEK Optical Mouse id=10 [slave pointer (2)]
      ⎜ ↳ PS/2 Generic Mouse id=12 [slave pointer (2)]
      ⎣ Virtual core keyboard id=3 [master keyboard (2)]
      ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
      ↳ Fujitsu FUJ02E3 id=6 [slave keyboard (3)]
      ↳ Video Bus id=7 [slave keyboard (3)]
      ↳ Video Bus id=8 [slave keyboard (3)]
      ↳ Power Button id=9 [slave keyboard (3)]
      ↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]


      Any idea?







      linux debian ubuntu linux-mint keyboard






      share|improve this question









      New contributor




      Hanno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Hanno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 7 hours ago









      Paradox

      167112




      167112






      New contributor




      Hanno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 8 hours ago









      HannoHanno

      1




      1




      New contributor




      Hanno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Hanno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Hanno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Hanno is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f507489%2fctrl-alt-altgr-dead-on-fujitsu-celcius-h770-with-linux-mint-19-tara%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Hanno is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Hanno is a new contributor. Be nice, and check out our Code of Conduct.













          Hanno is a new contributor. Be nice, and check out our Code of Conduct.












          Hanno is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f507489%2fctrl-alt-altgr-dead-on-fujitsu-celcius-h770-with-linux-mint-19-tara%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Entries order in /etc/network/interfaces

          新発田市

          Grub takes very long (several minutes) to open Menu (in Multi-Boot-System)