Mike FABIAN wrote:
I guess you are using X11.
Well it's definitely not Aqua ;-).
Does
setxkbmap -layout jp -model jp106 -rules xfree86
work for you?
Yes, in the sense that this gives me the Japanese keyboard layout, but the keys still produce no input. I presume the problem lies at a deeper level (kernel?), as none of the keys (listed here with keycodes 135 - 139) seem produce any kind of input. http://www.win.tue.nl/~aeb/linux/kbd/scancodes-7.html#ss7.1 (...)
If the above command works, what keyboard settings do you have in /etc/X11/XF86config?
FWIW : Section "InputDevice" Driver "keyboard" Identifier "Keyboard[0]" Option "Protocol" "Standard" Option "XkbLayout" "us" Option "XkbModel" "pc106" Option "XkbRules" "xfree86" Option "XkbVariant" "nodeadkeys" EndSection Kernel: 2.4.21-99-default from dmesg: usb.c: registered new driver hiddev usb.c: registered new driver hid input: USB HID v1.00 Keyboard [Siam United Hi-Tech. Ltd. SUH USB Keyboard] on usb1:3.0 hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech@suse.cz> hid-core.c: USB HID support drivers It's not a vitally important problem, I can get by using the English layout. Thanks Ian Barwick