Where can I fix that?
Keyboard - how do i get the numeric keypad to work?
Moderator: jkerr82508
Keyboard - how do i get the numeric keypad to work?
Well gurus the head line says it. I have installes Arch on my Toshiba Equium and I am happy as a peach. But the numeric keyboard to the right does not work.
Where can I fix that?
Where can I fix that?
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"
"There are no stupid questions - Only stupid answers!"
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Re: Keyboard - how do i get the numeric keypad to work?
What happens if you do:
(replace <layout> with your keyboard layout such as "fr" or "be-latin1)
or
or
look for the line in: /etc/rc.conf, under the LOCALIZATION section
(The available keymaps are in /usr/share/kbd/keymaps. Please note that this setting is only valid for your TTYs, not any graphical window managers or X.)
What's there?
I guess it wouldn't hurt to look at /usr/share/kbd/keymaps and /etc/rc.d/ either.
Have you been through everything on this page: http://wiki.archlinux.org/index.php/Beginners'_Guide_(???) (you will have to copy/paste the whole thing in the location field of your browser; the url doesn't display correctly; the last character is the ) )? The problem being that the keyboard issue could be anything, anywhere, right down to the hardware itself.
Got an /etc/X11/xorg.conf going?
Code: Select all
su
enter root password
loadkeys <layout>(replace <layout> with your keyboard layout such as "fr" or "be-latin1)
or
Code: Select all
kmor
look for the line in: /etc/rc.conf, under the LOCALIZATION section
Code: Select all
KEYMAP=:(The available keymaps are in /usr/share/kbd/keymaps. Please note that this setting is only valid for your TTYs, not any graphical window managers or X.)
What's there?
I guess it wouldn't hurt to look at /usr/share/kbd/keymaps and /etc/rc.d/ either.
Have you been through everything on this page: http://wiki.archlinux.org/index.php/Beginners'_Guide_(???) (you will have to copy/paste the whole thing in the location field of your browser; the url doesn't display correctly; the last character is the ) )? The problem being that the keyboard issue could be anything, anywhere, right down to the hardware itself.
Got an /etc/X11/xorg.conf going?
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
Re: Keyboard - how do i get the numeric keypad to work?
Thank you dedanna. Here we go:
KEYMAP="no-latin1" works fine regarding characters - Checked. So the keyboard map is OK -for that. As you can see ÆØÅ æøå are working
Xorg could be a clue. The Input device looks rather "basic" here.
This is not a matter of Internationalization it is strictly a matter of the numpad.
Yes I have read the Beginners guide - It is a good piece of documentation and I will not claim that I know it by heart, but there is nothing regarding this issue there as far as I can tell. pgup and down are even working on the numpadthere but not the numbers, Enter and + and -.
I have looked at all the combinations in the GUI - the problem is that I lack a version for Thoshiba Equium. So I have Generic intl 105-key now.
KEYMAP="no-latin1" works fine regarding characters - Checked. So the keyboard map is OK -for that. As you can see ÆØÅ æøå are working
Xorg could be a clue. The Input device looks rather "basic" here.
Code: Select all
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AIGLX" "true"
EndSection
This is not a matter of Internationalization it is strictly a matter of the numpad.
Yes I have read the Beginners guide - It is a good piece of documentation and I will not claim that I know it by heart, but there is nothing regarding this issue there as far as I can tell. pgup and down are even working on the numpadthere but not the numbers, Enter and + and -.
I have looked at all the combinations in the GUI - the problem is that I lack a version for Thoshiba Equium. So I have Generic intl 105-key now.
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"
"There are no stupid questions - Only stupid answers!"
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Re: Keyboard - how do i get the numeric keypad to work?
Yeah, keyboard should be more specific there.
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Re: Keyboard - how do i get the numeric keypad to work?
Here's the rest of what I was trying to post earlier:
dedanna1029 wrote:Got an /etc/X11/xorg.conf going (read well. There's a section of that page for Xorg 1.8 also, here: http://wiki.archlinux.org/index.php/Xor ... org_1.8.29 )?
Are you using the evdev driver?
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
Re: Keyboard - how do i get the numeric keypad to work?
dedanna1029 wrote:Got an /etc/X11/xorg.conf going (read well. There's a section of that page for Xorg 1.8 also, here: http://wiki.archlinux.org/index.php/Xor ... org_1.8.29 )?
Are you using the evdev driver?
Yes I am using the edev driver. (But I am happy with my touchpad)
Here is an overview of my settings:

Will start reading the recomended chapter now.....
Ah yes I have read that one over and over again - I am in fact experimenting with the list: /usr/share/X11/xkb/rules/xorg.lst
It is the same as in Keyboard model in the pic. above.
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"
"There are no stupid questions - Only stupid answers!"
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Re: Keyboard - how do i get the numeric keypad to work?
Sorry hon, I'm tapped out. :\
Can't think what else...
Can't think what else...
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
Re: Keyboard - how do i get the numeric keypad to work?
That's what I like about you - you always give it a try. Often it leads to a result and if not - no harm done. This is a tricky one I'll give you that. As I recall Mandriva was working with the numpad. I might give the One Cd a spin and have a look at the settings.That would work - wouldn't it?
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"
"There are no stupid questions - Only stupid answers!"
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Re: Keyboard - how do i get the numeric keypad to work?
Well, just keep in mind that in that case you're talking two completely different distros, so if it works in Mandriva, then it may or may not be the same issue/settings in Arch. It's worth a shot though, yeah.
Part of my problem with this issue is I'm not a laptop person. When they first hit the market hot and heavy, I could put 'em together, but then I'd push 'em on out, so never really had to deal with any issues with them. I can take stabs like you said, but there's not much else I can do.
Part of my problem with this issue is I'm not a laptop person. When they first hit the market hot and heavy, I could put 'em together, but then I'd push 'em on out, so never really had to deal with any issues with them. I can take stabs like you said, but there's not much else I can do.
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
Re: Keyboard - how do i get the numeric keypad to work?
the numpad works for me on my desktop, you could try using the gnome keyboard config, it has some layouts for the different keyboards, see if you can find your laptop there or something
CPU: i7 950 3.1 ghz |RAM: 12 GB DDR3 |Graphics: Nvidia Geforce gtx 280 |motherboard: Rampage II Extreme |OS: Arch + windows7
Just remember, there is no such thing as a stupid question, until you ask it
Just remember, there is no such thing as a stupid question, until you ask it
Re: Keyboard - how do i get the numeric keypad to work?
b1o wrote:the numpad works for me on my desktop, you could try using the gnome keyboard config, it has some layouts for the different keyboards, see if you can find your laptop there or something
The laptop (not desktop) numpad is a royal pain in the Arsch. There is a Toshiba version but not Euium. I must have tried most of those layouts by now
I find it strange that there is no reaction what so ever when I change layout there. Do I need to reboot to make it work?
And what does your xorg.conf look like?
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"
"There are no stupid questions - Only stupid answers!"
Re: Keyboard - how do i get the numeric keypad to work?
this is my xorg, though it say's little about keyboards 
i've set up all the layout stuff in the gnome keymap app
i've set up all the layout stuff in the gnome keymap app
CPU: i7 950 3.1 ghz |RAM: 12 GB DDR3 |Graphics: Nvidia Geforce gtx 280 |motherboard: Rampage II Extreme |OS: Arch + windows7
Just remember, there is no such thing as a stupid question, until you ask it
Just remember, there is no such thing as a stupid question, until you ask it
