From owner-freebsd-questions@FreeBSD.ORG Mon Sep 19 23:14:09 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 0FD25106564A; Mon, 19 Sep 2011 23:14:09 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 910A48FC15; Mon, 19 Sep 2011 23:14:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; q=dns/txt; s=DKIM-NAME-SERVICES; d=a1poweruser.com; h=From:To:Cc:Subject:Message-ID:X-Sender:X-Envelope-From; l=500; bh=2cF2FWFsVV3NgggXXUMAduHV1hvTprV9TE8KuDp9pgE=; b=YGhrPCX6+0Dmpv8BC2nEuKFrVTrtF4E1SlDAbQjOBHHH8VDBaB1fM9/bYNPG8xC8yRm8uWG9tqubQUZVA5hpSgGb/7EEd0vwwVR32mh9usLwZr/UHrlPCnGOj/a0blZFtTGQ0TAq5gOKFUKjqAejxixdniINigmZD/4v+EOCKXE= Received: from [192.168.1.64] ([76.240.47.196]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 19 Sep 2011 16:14:08 -0700 Message-ID: <4E77CCC2.1000103@a1poweruser.com> Date: Mon, 19 Sep 2011 19:14:10 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Nathan Whitehorn References: <4E71F647.2050007@a1poweruser.com> <4E7453CB.1040908@freebsd.org> <4E74C9B7.2090901@a1poweruser.com> In-Reply-To: <4E74C9B7.2090901@a1poweruser.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Sep 2011 23:14:08.0544 (UTC) FILETIME=[D5706200:01CC7721] X-Sender: fbsd8@a1poweruser.com X-Envelope-From: fbsd8*a1poweruser.com 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: Mon, 19 Sep 2011 23:14:09 -0000 > Now I must point out that I tested hitting the cancel button in the > kbdmap command. It worked in that no keymap= statement was inserted into > /etc/rc.conf but it must also make some other changes some where else in > the system because if you do select an entry from the kbdmap database > and them remove the keymap= statement that was inserted into > /etc/rc.conf and then reboot the system, it will hang on reboot. > > Another point of interest is when selecting "cancel for the default > keyboard" still results in the block of 9 keys above the arrow keys to > not function. Issuing the "man cmd_name" command does 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 don't work. There may > be more system utility commands with the same flaw. > > This may indicate that the default keyboard map in kbdmap command has > changed, is not the same as in previous releases or some thing else in > the 9.0 system has changed. In either case this needs research. > > Joe > I continued to research this problem and found the cause. The content of 9.0 /etc/ttys has changed, (IE; cons25 is now xtern). I have some changes in ttys on 8.2 and I just copied that file over to 9.0 without looking at the content. The block of 9 keys above the arrow keys now work correctly.