Keyboard - how do i get the numeric keypad to work?

Need help with your Linux distro? All questions are good - not all answers are -but we try

Moderator: jkerr82508

User avatar
viking60
Über-Berserk
Posts: 9351
Joined: 14 Mar 2010, 16:34

Keyboard - how do i get the numeric keypad to work?

Postby viking60 » 10 Apr 2010, 21:32

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.
Image

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!"

User avatar
dedanna1029
Sound-Berserk
Posts: 8784
Joined: 14 Mar 2010, 20:29
Contact:

Re: Keyboard - how do i get the numeric keypad to work?

Postby dedanna1029 » 10 Apr 2010, 22:57

What happens if you do:

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

km


or
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

User avatar
viking60
Über-Berserk
Posts: 9351
Joined: 14 Mar 2010, 16:34

Re: Keyboard - how do i get the numeric keypad to work?

Postby viking60 » 10 Apr 2010, 23:49

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.

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!"

User avatar
dedanna1029
Sound-Berserk
Posts: 8784
Joined: 14 Mar 2010, 20:29
Contact:

Re: Keyboard - how do i get the numeric keypad to work?

Postby dedanna1029 » 11 Apr 2010, 00:01

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

User avatar
dedanna1029
Sound-Berserk
Posts: 8784
Joined: 14 Mar 2010, 20:29
Contact:

Re: Keyboard - how do i get the numeric keypad to work?

Postby dedanna1029 » 11 Apr 2010, 00:17

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

User avatar
viking60
Über-Berserk
Posts: 9351
Joined: 14 Mar 2010, 16:34

Re: Keyboard - how do i get the numeric keypad to work?

Postby viking60 » 11 Apr 2010, 00:55

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:
Image
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!"

User avatar
dedanna1029
Sound-Berserk
Posts: 8784
Joined: 14 Mar 2010, 20:29
Contact:

Re: Keyboard - how do i get the numeric keypad to work?

Postby dedanna1029 » 11 Apr 2010, 05:36

Sorry hon, I'm tapped out. :\

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

User avatar
viking60
Über-Berserk
Posts: 9351
Joined: 14 Mar 2010, 16:34

Re: Keyboard - how do i get the numeric keypad to work?

Postby viking60 » 11 Apr 2010, 09:38

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!"

User avatar
dedanna1029
Sound-Berserk
Posts: 8784
Joined: 14 Mar 2010, 20:29
Contact:

Re: Keyboard - how do i get the numeric keypad to work?

Postby dedanna1029 » 11 Apr 2010, 15:36

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. :(
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

User avatar
b1o
IT and IS Guru-Berserk
Posts: 198
Joined: 15 Mar 2010, 03:16

Re: Keyboard - how do i get the numeric keypad to work?

Postby b1o » 12 Apr 2010, 17:14

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

User avatar
viking60
Über-Berserk
Posts: 9351
Joined: 14 Mar 2010, 16:34

Re: Keyboard - how do i get the numeric keypad to work?

Postby viking60 » 12 Apr 2010, 18:29

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!"

User avatar
b1o
IT and IS Guru-Berserk
Posts: 198
Joined: 15 Mar 2010, 03:16

Re: Keyboard - how do i get the numeric keypad to work?

Postby b1o » 14 Apr 2010, 01:05

this is my xorg, though it say's little about keyboards :P
i've set up all the layout stuff in the gnome keymap app

Code: Select all

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder58)  Fri Mar 12 02:13:46 PST 2010

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Fri Mar 12 02:12:40 PST 2010

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "1"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 190.0
    VertRefresh     56.0 - 125.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "SONY TV"
    HorizSync       30.0 - 50.0
    VertRefresh     58.0 - 62.0
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 280"
    BusID          "PCI:2:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 280"
    BusID          "PCI:2:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP: 1680x1050_120 +0+0; DFP: nvidia-auto-select +0+0; DFP: 1680x1050 +0+0; DFP: 1400x1050 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "CRT: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
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


Return to “Help”