Backslash key is dead on text console with Japanese keyboard

Bug #97466 reported by Jun Kobayashi
2
Affects Status Importance Assigned to Milestone
console-setup (Ubuntu)
Fix Released
Undecided
Colin Watson

Bug Description

Binary package hint: console-setup

Version-Release number:
Ubuntu 7.04 Beta
console-setup 1.13ubuntu9

Steps to Reproduce:
1. Boot PC with Japanese keyboard with Ubuntu 7.04 Beta Desktop CD
2. Double click the 'Install' icon
3. Go to step 3
4. Select 'Japan' keyboard layout
5. Go through and finish the installation
6. Reboot the system
7. Login screen appears and press Ctrl + Alt + F1
8. Login to console with your username and password
9. Press \ key and no character appears
10. Press Shift + \ and no character appears

Expected results:
Press \ key and a character \ comes on command line
Press Shift + \ key and a character | (pipe) comes on command line

Revision history for this message
Jun Kobayashi (jkbys) wrote :

Cause of this problem is that keycode 124 is not included in /etc/console-setup/boottime.gz.

Fix Instruction:
1. Run the following command.

  ~$ sudo nano /usr/bin/ckbcomp

2. Find and edit the following line.

  133 => -1, # Japanese

to

  133 => 124, # Japanese

3. Restart console-setup

  ~$ sudo /etc/init.d/console-setup restart

I'm attaching a diff patch for ckbcomp.

Revision history for this message
Tollef Fog Heen (tfheen) wrote :

Milestone; assign to Colin.

Changed in console-setup:
assignee: nobody → kamion
Revision history for this message
Colin Watson (cjwatson) wrote :

console-setup (1.13ubuntu12) feisty; urgency=low

  * Map keycode 133 to AT scancode 124 for Japanese (thanks, Jun Kobayashi;
    LP: #97466).

 -- Colin Watson <email address hidden> Wed, 4 Apr 2007 16:48:15 +0100

Changed in console-setup:
status: Unconfirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.