CTRL, ALT & ALTGR dead on Fujitsu Celcius H770 with Linux Mint 19 Tara2019 Community Moderator ElectionHow to bind AtlGr to Ctrl+Alt in Debian 7Latin characters on Mint - Alt key like Windowsnetwork connection on kaliUbuntu 14.04 Mouse Touchpad gone baddisplay goes off with ctrl + alt + f1Ctrl+Alt+T is not pulling up a new terminal in Linux Mint Cinnamon 18.1Linux Mint 19 Tara - can only install without EFINVDIA Drivers on Linux Mint 19 TaraDoes Linux Mint have Windows-like dead keys?How to disable ALT + HOME shortcut? Linux Mint 18
Find the next value of this number series
What features enable the Su-25 Frogfoot to operate with such a wide variety of fuels?
Quoting Keynes in a lecture
How much of a Devil Fruit must be consumed to gain the power?
Why do ¬, ∀ and ∃ have the same precedence?
PTIJ: Why is Haman obsessed with Bose?
Which Article Helped Get Rid of Technobabble in RPGs?
Why do Radio Buttons not fill the entire outer circle?
Why can't the Brexit deadlock in the UK parliament be solved with a plurality vote?
Are Captain Marvel's powers affected by Thanos breaking the Tesseract and claiming the stone?
How to draw a matrix with arrows in limited space
Creating two special characters
Pre-mixing cryogenic fuels and using only one fuel tank
Mimic lecturing on blackboard, facing audience
Confused about Cramer-Rao lower bound and CLT
How to convince somebody that he is fit for something else, but not this job?
Can you use Vicious Mockery to win an argument or gain favours?
Will number of steps recorded on FitBit/any fitness tracker add up distance in PokemonGo?
Did the UK lift the requirement for registering SIM cards?
What is going on with gets(stdin) on the site coderbyte?
Does Doodling or Improvising on the Piano Have Any Benefits?
Which was the first story featuring espers?
Is it ethical to recieve stipend after publishing enough papers?
How could a planet have erratic days?
CTRL, ALT & ALTGR dead on Fujitsu Celcius H770 with Linux Mint 19 Tara
2019 Community Moderator ElectionHow to bind AtlGr to Ctrl+Alt in Debian 7Latin characters on Mint - Alt key like Windowsnetwork connection on kaliUbuntu 14.04 Mouse Touchpad gone baddisplay goes off with ctrl + alt + f1Ctrl+Alt+T is not pulling up a new terminal in Linux Mint Cinnamon 18.1Linux Mint 19 Tara - can only install without EFINVDIA Drivers on Linux Mint 19 TaraDoes Linux Mint have Windows-like dead keys?How to disable ALT + HOME shortcut? Linux Mint 18
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
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.
add a comment |
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
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.
add a comment |
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
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
linux debian ubuntu linux-mint keyboard
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.
edited yesterday
Paradox
185113
185113
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 yesterday
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.
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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