From owner-freebsd-questions@FreeBSD.ORG Sat Sep 17 09:01:19 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E70C7106564A for ; Sat, 17 Sep 2011 09:01:19 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from agogare.doit.wisc.edu (agogare.doit.wisc.edu [144.92.197.211]) by mx1.freebsd.org (Postfix) with ESMTP id BB8AB8FC13 for ; Sat, 17 Sep 2011 09:01:19 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0LRN00I00QA6WJ00@smtpauth2.wiscmail.wisc.edu>; Sat, 17 Sep 2011 03:01:18 -0500 (CDT) Received: from wanderer.tachypleus.net (AAnnecy-157-1-38-242.w86-219.abo.wanadoo.fr [86.219.5.242]) by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0LRN00AUIQA4OR20@smtpauth2.wiscmail.wisc.edu>; Sat, 17 Sep 2011 03:01:17 -0500 (CDT) Date: Sat, 17 Sep 2011 10:01:15 +0200 From: Nathan Whitehorn In-reply-to: <4E71F647.2050007@a1poweruser.com> To: Fbsd8 Message-id: <4E7453CB.1040908@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=86.219.5.242 X-Spam-PmxInfo: Server=avs-9, Version=5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2011.9.17.74815, SenderIP=86.219.5.242 References: <4E71F647.2050007@a1poweruser.com> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.1) Gecko/20110905 Thunderbird/6.0.1 X-Mailman-Approved-At: Sat, 17 Sep 2011 11:16:11 +0000 Cc: freebsd-current@freebsd.org, FreeBSD Questions Subject: Re: 9.0 bata2 & keymap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2011 09:01:20 -0000 On 09/15/11 14:57, Fbsd8 wrote: > Out of the 9 USA maps only "us.iso.acc.kbd" worked somewhat. > The keyboard 9 key block above the arrow keys don't function. > Issuing the "man cmd_name" command doe's display the man page, > but the {Page up, Page down keys } don't work. > Also when using the "ee" edit command the {delete, Page up, Page down > keys } don't work. This does not happen in any of the previous releases. > > Further more, localization of the keyboard should not be forced on the > user during the install process. This BSDinstall option should be > disabled or removed. You can press "Cancel" there, which will cancel keymap selection and keep the default. The utility being invoked is just kbdmap(1), and any changes to it need to go there. -Nathan