From owner-freebsd-questions Mon Aug 14 08:49:38 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id IAA22755 for questions-outgoing; Mon, 14 Aug 1995 08:49:38 -0700 Received: from rocky.sri.MT.net (sri.MT.net [204.94.231.129]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id IAA22744 for ; Mon, 14 Aug 1995 08:49:30 -0700 Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id JAA05559; Mon, 14 Aug 1995 09:51:22 -0600 Date: Mon, 14 Aug 1995 09:51:22 -0600 Message-Id: <199508141551.JAA05559@rocky.sri.MT.net> To: "Jeff Wilson" Cc: questions@freebsd.org Subject: Re: FreeBSD on Thinkpad 360CE In-Reply-To: <9508141312.AA19026@belgium.fishkill.ibm.com> References: <199508101705.LAA26375@rocky.sri.MT.net> <9508141312.AA19026@belgium.fishkill.ibm.com> Reply-To: nate@sneezy.sri.com (Nate Williams) From: nate@sneezy.sri.com (Nate Williams) Sender: questions-owner@freebsd.org Precedence: bulk > Does anyone have an suggestions about how to get the OS to recognize the > type 2 keycodes, given the right kernel? You need to compile a kernel with pcvt, with the options as follows: # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint options "PCVT_FREEBSD=210" # pcvt running on FreeBSD 2.1 options "PCVT_SCANSET=2" # Stupid Stinkpad keyboards The last one is the important one. The boot floppy I built for you has this in it. Nate