From owner-freebsd-current@FreeBSD.ORG Tue Oct 12 15:10:50 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B9FA16A4CE for ; Tue, 12 Oct 2004 15:10:50 +0000 (GMT) Received: from smtp1.jazztel.es (smtp1.jazztel.es [62.14.3.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE30843D1D for ; Tue, 12 Oct 2004 15:10:49 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from antivirus by smtp1.jazztel.es with antivirus id 1CHOIq-0002b9-00 Tue, 12 Oct 2004 17:11:04 +0200 Received: from [212.106.255.193] (helo=rguez.homeunix.net) by smtp1.jazztel.es with esmtp id 1CHOIq-0002an-00 Tue, 12 Oct 2004 17:11:04 +0200 Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) by rguez.homeunix.net (8.13.1/8.13.1) with ESMTP id i9CFAmjb078239; Tue, 12 Oct 2004 17:10:48 +0200 (CEST) (envelope-from josemi@freebsd.jazztel.es) Received: from localhost (localhost [[UNIX: localhost]]) by redesjm.local (8.13.1/8.13.1/Submit) id i9CFAmXA097527; Tue, 12 Oct 2004 17:10:48 +0200 (CEST) (envelope-from josemi@freebsd.jazztel.es) X-Authentication-Warning: orion.redesjm.local: freebsd set sender to josemi@freebsd.jazztel.es using -f From: Jose M Rodriguez To: freebsd-current@freebsd.org Date: Tue, 12 Oct 2004 17:10:47 +0200 User-Agent: KMail/1.7 References: <69b7b6901d.6901d69b7b@osu.edu> <200410121511.53192.josemi@freebsd.jazztel.es> <416BE333.7060900@gmx.de> In-Reply-To: <416BE333.7060900@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200410121710.48152.josemi@freebsd.jazztel.es> X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.27.0.12; VDF 6.27.0.81 (host: antares.redesjm.local) X-Virus-Scanned: by antivirus cc: Jochen Gensch Subject: Re: ACPI Suspend -> /dev/ums0 dead X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 15:10:50 -0000 El Martes, 12 de Octubre de 2004 15:59, Jochen Gensch escribi=F3: > Jose M Rodriguez wrote: > > try as attached. [ -c ] are test of device presence, see test(1) > > Doesn't help. Killall is not being executed, see process numbers. > > Before Suspend: > > NB ~:ps ax | grep mouse > 364 ?? Is 0:00.01 /usr/sbin/moused -p /dev/ums0 -I > /var/run/moused.ums0 > 536 ?? Is 0:00.00 /usr/sbin/moused -p /dev/psm0 -t auto > > After resuming (psm0 dead) > > NB ~:ps ax | grep mouse > 536 ?? Ss 0:00.00 /usr/sbin/moused -p /dev/psm0 -t auto > 707 ?? Ss 0:00.00 /usr/sbin/moused -p /dev/ums0 -I > /var/run/moused.ums0 > > Jochen > After a closer look. This is not a current@ problem. Seems you have=20 problems whith some apm/acpi daemon. try this on mobile@. =2D- josemi