From owner-freebsd-questions@FreeBSD.ORG Mon Mar 22 22:22:55 2004 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 43C3616A4D0 for ; Mon, 22 Mar 2004 22:22:55 -0800 (PST) Received: from peter.smxy.org (smxy.org [64.32.179.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18DC143D45 for ; Mon, 22 Mar 2004 22:22:55 -0800 (PST) (envelope-from ste@smxy.org) Received: from smxy.org (bgp377940bgs.plnfld01.nj.comcast.net [68.36.5.198]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by peter.smxy.org (Postfix) with ESMTP id 59A08208E for ; Tue, 23 Mar 2004 01:22:54 -0500 (EST) Message-ID: <405FD7BD.8060004@smxy.org> Date: Tue, 23 Mar 2004 01:22:53 -0500 From: "Shaun T. Erickson" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <405FC8A6.5040708@users.sourceforge.net><16479.52259.349047.251508@jerusalem.litteratus.org> <405FCE37.5060104@users.sourceforge.net> <038c01c4109d$858a4dc0$1a01a8c0@blackstar.net> In-Reply-To: <038c01c4109d$858a4dc0$1a01a8c0@blackstar.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: disconnecting keyboard: big trouble !?! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ste@smxy.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Mar 2004 06:22:55 -0000 Steve Ireland wrote: > This is a PS/2 thing, not an operating system thing. You really can > fry your motherboard plugging and unplugging PS/2 devices while the > system is powered up. I suppose it's possible, but I know I 've never fry'd one. I'm always unplugging and pluging mine back in. The key to getting the keyboard re-initialized, when you plug it back in - at least under 5.2.1-RELEASE-p3 - is to change hint.atkbd.0.flags="0x1" to hint.atkbd.0.flags="0x0" in /boot/device.hints and reboot. After that, you can plug and unplug to your heart's content. I'm told this setting may have to be made in the kernel, requiring a custom kernel, in 4.x releases. -ste