Results 1 to 9 of 9

Thread: Change Keyboard Layout on Server Permanently

  1. #1
    Join Date
    Dec 2007
    Beans
    7

    Red face Change Keyboard Layout on Server Permanently

    Hi all

    whenever I reboot my server they keyboard layout is reset to US layout.

    I tried editing /etc/default/keyboard but to no avail...

    dpkg-reconfigure console-data will correct the layout, but only until I restart.

    This is on Ubuntu Server 11.04 with home dirs encrypted.

    already tried this:
    http://ubuntuforums.org/showthread.php?t=1758915

    thanks in advance

  2. #2
    Join Date
    Nov 2005
    Location
    Sendai, Japan
    Beans
    11,296
    Distro
    Kubuntu

    Re: Change Keyboard Layout on Server Permanently

    Try dpkg-reconfigure console-setup.
    「明後日の夕方には帰ってるからね。」


  3. #3
    Join Date
    Dec 2007
    Beans
    7

    Re: Change Keyboard Layout on Server Permanently

    Quote Originally Posted by Bachstelze View Post
    Try dpkg-reconfigure console-setup.
    already tried... same thing...

    actually I just solved it, thanks to your comment.

    I had put an invalid string in /etc/default/keyboard
    dpkg-reconfigure console-setup creates a new initramfs and there it notified me that it couldn't find the defined symbolds from /etc/default/keyboard

    so I looked at the dir /usr/share/X11/xkb/symbols/ and there I saw the correct layout.
    then ran dpkg-reconfigure console-setup
    and it works now

  4. #4
    Join Date
    Feb 2007
    Beans
    13
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Change Keyboard Layout on Server Permanently

    I am having the same problem with Ubuntu Server.

    But I'm a bit of a noob.

    Could you please explain your solution in some more basic steps?

    Many thanks

  5. #5
    Join Date
    Jan 2012
    Beans
    0

    Re: Change Keyboard Layout on Server Permanently

    Quote Originally Posted by MikB View Post
    I am having the same problem with Ubuntu Server.

    But I'm a bit of a noob.

    Could you please explain your solution in some more basic steps?

    Many thanks
    I have the same issue.
    Any help?

  6. #6
    Join Date
    Dec 2006
    Beans
    13

    Re: Change Keyboard Layout on Server Permanently

    Quote Originally Posted by manuelsal View Post
    I have the same issue.
    Any help?
    I'm on 11.10 Oneiric, and you have to run
    Code:
    sudo dpkg-reconfigure keyboard-configuration
    to reconfigure the console keyboard layout

  7. #7
    Join Date
    Jan 2012
    Beans
    0

    Re: Change Keyboard Layout on Server Permanently

    Quote Originally Posted by mrtorrent View Post
    I'm on 11.10 Oneiric, and you have to run
    Code:
    sudo dpkg-reconfigure keyboard-configuration
    to reconfigure the console keyboard layout
    Thanks, it works, but if i reboot the system i lose my config.
    Any suggestion for this issue?

    Thanks

  8. #8
    Join Date
    Oct 2010
    Location
    Cork, Ireland
    Beans
    18
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Change Keyboard Layout on Server Permanently

    Quote Originally Posted by manuelsal View Post
    Thanks, it works, but if i reboot the system i lose my config.
    Any suggestion for this issue?

    Thanks
    Run

    Code:
    sudo dpkg-reconfigure keyboard-configuration
    first, then run:

    Code:
    sudo dpkg-reconfigure console-setup

  9. #9
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Change Keyboard Layout on Server Permanently

    Old thread closed.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •