From owner-freebsd-questions@FreeBSD.ORG Sat Mar 25 18:48:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 C67C316A400 for ; Sat, 25 Mar 2006 18:48:22 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 588F043D48 for ; Sat, 25 Mar 2006 18:48:22 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id v1so1135807nzb for ; Sat, 25 Mar 2006 10:48:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c8q8BFsld/QVxegAy5CfG1F2qz7M7SbqJK0I5yRm+6AYUrA4RqxBcizvueN5mtbDcILmvleCfEaY3xCd6ZgB95EMsHtdWNGtBaip83nWzULzUlDphZ9DpBnRAXCp7+r3fdAuQSBsOVsdtqDzcD4zDZOYhepI1hyMiE+BdmrmzcY= Received: by 10.36.41.12 with SMTP id o12mr1060963nzo; Sat, 25 Mar 2006 10:48:21 -0800 (PST) Received: by 10.37.22.74 with HTTP; Sat, 25 Mar 2006 10:48:21 -0800 (PST) Message-ID: Date: Sat, 25 Mar 2006 21:48:21 +0300 From: "Andrew Pantyukhin" To: "Lena@lena.kiev.ua" In-Reply-To: <20060325083444.GA507@lena.kiev> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060325083444.GA507@lena.kiev> Cc: freebsd-questions@freebsd.org Subject: Re: How to reinitialize psm0 without reboot? 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, 25 Mar 2006 18:48:22 -0000 On 3/25/06, Lena@lena.kiev.ua wrote: > Hi, > > A hardware glitch of an (optical) PS/2 mouse can cause the mouse pointer > to freeze. Subsequent "killall -HUP moused" gives: > > Mar 23 09:11:34 bedside kernel: psm0: failed to reset the aux device. > Mar 23 09:11:34 bedside kernel: psm0: the aux device has gone! (reinitial= ize). > > or: > > Mar 23 10:48:27 bedside kernel: psm0: failed to disable the device (psmcl= ose). > Mar 23 10:48:28 bedside kernel: psm0: failed to get status (psmclose). > Mar 23 10:48:28 bedside kernel: psm0: failed to enable the device (doopen= ). > Mar 23 10:48:28 bedside moused: unable to open /dev/psm0: Input/output er= ror > > and attempts to start moused again fail: > > Mar 23 09:13:04 bedside moused: unable to open /dev/psm0: Device not conf= igured > > How to reinitialize/configure /dev/psm0 without reboot? > 5.4-RELEASE-p3 with some security patches. > > Thanks, > > Lena > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > PS/2 devices (keyboards and mice) are pretty dependent on the BIOS subsystem. If they fail at runtime chances are that a BIOS reinit (reboot) is the only way to bring them back. I've used USB mice for years now - and you can just replug one if anything goes wrong.