- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- UK Keyboard Problem on C8000
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 10:04 PM
05-02-2006 10:04 PM
UK Keyboard Problem on C8000
The problem I have is that the pipe symbol (|) will not appear when I type it - instead I get what appear to be control chracters. I have the same problem with the pound sign (£). I have compared configuration files between this new machine and an old C3650 setup we have, and can find no difference. I have tried a different keyboard, and still get the same problem.
Does anyone have any suggestions as to what may be causing this problem, or places I should be looking for configuration information?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 10:24 PM
05-02-2006 10:24 PM
Re: UK Keyboard Problem on C8000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 11:05 PM
05-02-2006 11:05 PM
Re: UK Keyboard Problem on C8000
# cat /etc/kbdlang
in your case it should be something like
PS2_DIN_UK_English_Euro USB_PS2_DIN_UK_English_Euro
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 02:02 AM
05-03-2006 02:02 AM
Re: UK Keyboard Problem on C8000
The first link you posted has proved fairly useful. I ran xmodmap -pk, and looked at Key 28, which is the one that should have the pipe symbol. This had the entry:
28 0x005c (backslash) 0x00a6 (brokenbar)
This was also the case for the c3650 workstation (which has a working pip key).
I ran:
xmodmap -e "keycode 28 = backslash bar brokenbar"
And that did the job - I had a working pipe key. However if I log out or reboot I lose the new keyboard settings.
Now the workstation is set up as part of a network, so it may be getting its keymap from the server (which is, oddly enough, the c3650 I referred to above). It certainly gets all of its user profile information from that machine. This may be whether my answer lies I suspect. Mind you, it still doesn't explain why the c3650 has a pipe key and the c8000 doesn't, when they have the same keyboard mapping.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 02:04 AM
05-03-2006 02:04 AM
Re: UK Keyboard Problem on C8000
My keyboard is:
USB_PS2_DIN_UK_English
Which is what it should be. It is the same keyboard setting as the machine that works.