Alan Lord wrote:
Hi all,

I built a fairly recent LFS (SVN 20061505) and all is fine but I can't use the \ and | key on my keyboard (I have a UK pc105 keyboard). This is the key to the left of the z.

As you can see from above, they work in M$oft but when I switch over to my linux box they stop working. Both at the console and in X.

I have configured this Linux build for the first time to use en_GB.UTF-8.

I am wondering if this has something to do with it???

LANG=en_GB.UTF-8 works fine here. How did you configure your keyboard? When compiling the kernel I

loadkeys -m /usr/share/kbd/keymaps/i386/qwerty/uk.map.gz > \
    drivers/char/defkeymap.c

and in xorg.conf I have

Section "InputDevice"

        Identifier      "Keyboard1"
        Driver          "kbd"
        Option          "AutoRepeat"  "500 30"
        Option          "XkbModel"    "pc105"
        Option          "XkbLayout"   "gb"

EndSection

Andy
--
http://linuxfromscratch.org/mailman/listinfo/lfs-chat
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to