From owner-freebsd-questions@FreeBSD.ORG Sun Jun 8 12:26:42 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4953F37B401 for ; Sun, 8 Jun 2003 12:26:41 -0700 (PDT) Received: from orngca-mls02.socal.rr.com (orngca-mls02.socal.rr.com [66.75.160.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F63F43FCB for ; Sun, 8 Jun 2003 12:26:41 -0700 (PDT) (envelope-from gwschenk@socal.rr.com) Received: from fuzz.socal.rr.com (cpe-66-74-152-230.socal.rr.com [66.74.152.230])h58JNKv24100 for ; Sun, 8 Jun 2003 12:23:20 -0700 (PDT) From: Gary Schenk To: freebsd-questions@freebsd.org Date: Sun, 8 Jun 2003 12:26:39 -0700 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306081226.39073.gwschenk@socal.rr.com> Subject: Changing to a PS/2 keyboard after install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2003 19:26:42 -0000 FreeBSD fuzz.socal.rr.com 4.7-RELEASE FreeBSD 4.7-RELEASE #3: Sun Jun 8 11:47:48 PDT 2003 root@fuzz.socal.rr.com:/usr/src/sys/compile/FUZZ i386 I installed FreeBSD on this machine which came with a USB keyboard and mouse. The keyboard has problems, and for various reasons, I'd like to replace it with a PS/2 keyboard. Only problem is I can't figure out how to do it. Getting a PS/2 mouse running was easy through sysinstall. Just plugging in the new keyboard did not work. After searching the web and mailing lists, I thought that recompiling the kernel with the following lines would work: # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 # flags 0x1 device psm0 at atkbdc? irq 12 I commented out the flag 0x1 and recompiled and rebooted. That did not work either. As of now the only way I can see to get the PS/2 keyboard working is to reinstall. That seems like overkill. Does anyone have any ideas? Thanks Gary Schenk