Number Pad not working on fresh install of 13.1

Number keys don’t work on the number pad, whether in NumLk on or NumLk off. Enter key works. Ins causes the cursor position to jump; freezes up applications and won’t Esc out. Changing the System Keyboard Layout doesn’t affect it. /etc/sysconfig Editor>Keyboard>keytable is set at “us.map.gz”. >Yast_Keyboard is set at “english-us.pc104”.

Worked well on opensuse 12.3 and on Windows 7 (dual boot).

I don’t have a clue how to fix this. Any help appreciated.

AT Translated Set 2 keyboard (/dev/input/event0).
Lenovo AMD Athlon II x4, openSUSE 13.1, 64-bit

Ok here is a start. Make sure your Numlock is off, and type “xev” in the console. Press these keys: Keypad 7, Numlock, Keypad 7. Post the output (only the output generated by these key presses, should be six items in total). For reference, here is what it outputs for me:

KeyPress event, serial 40, synthetic NO, window 0x5400001,
    root 0xa2, subw 0x0, time 2438335, (-508,406), root:(246,429),
    state 0x0, keycode 79 (keysym 0xff95, KP_Home), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 40, synthetic NO, window 0x5400001,
    root 0xa2, subw 0x0, time 2438431, (-508,406), root:(246,429),
    state 0x0, keycode 79 (keysym 0xff95, KP_Home), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 40, synthetic NO, window 0x5400001,
    root 0xa2, subw 0x0, time 2438911, (-508,406), root:(246,429),
    state 0x0, keycode 77 (keysym 0xff7f, Num_Lock), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 40, synthetic NO, window 0x5400001,
    root 0xa2, subw 0x0, time 2438999, (-508,406), root:(246,429),
    state 0x10, keycode 77 (keysym 0xff7f, Num_Lock), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 40, synthetic NO, window 0x5400001,
    root 0xa2, subw 0x0, time 2439519, (-508,406), root:(246,429),
    state 0x10, keycode 79 (keysym 0xffb7, KP_7), same_screen YES,
    XLookupString gives 1 bytes: (37) "7"
    XmbLookupString gives 1 bytes: (37) "7"
    XFilterEvent returns: False

KeyRelease event, serial 40, synthetic NO, window 0x5400001,
    root 0xa2, subw 0x0, time 2439615, (-508,406), root:(246,429),
    state 0x10, keycode 79 (keysym 0xffb7, KP_7), same_screen YES,
    XLookupString gives 1 bytes: (37) "7"
    XFilterEvent returns: False

xev reports three events:

KeyRelease event, serial 33, synthetic NO, window 0x2400001,
root 0x2bd, subw 0x0, time 29770784, (-1069,164), root:(190,219),
state 0x0, keycode 36 (keysym 0xff0d, Return), same_screen YES,
" XLookupString gives 1 bytes: (0d) "
XFilterEvent returns: False

KeyPress event, serial 36, synthetic NO, window 0x2400001,
root 0x2bd, subw 0x0, time 29778373, (-1070,163), root:(189,218),
state 0x0, keycode 77 (keysym 0xff7f, Num_Lock), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False

KeyRelease event, serial 36, synthetic NO, window 0x2400001,
root 0x2bd, subw 0x0, time 29778481, (-1070,163), root:(189,218),
state 0x10, keycode 77 (keysym 0xff7f, Num_Lock), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False

Fixed the problem with a re-installation.