From owner-freebsd-current@FreeBSD.ORG Tue Oct 12 11:24:21 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 6604816A4DA for ; Tue, 12 Oct 2004 11:24:20 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 3A88B43D48 for ; Tue, 12 Oct 2004 11:24:19 +0000 (GMT) (envelope-from incmc@gmx.de) Received: (qmail 24041 invoked by uid 65534); 12 Oct 2004 11:24:18 -0000 Received: from pD9FF1256.dip.t-dialin.net (EHLO ms.homeip.net) (217.255.18.86) by mail.gmx.net (mp011) with SMTP; 12 Oct 2004 13:24:18 +0200 X-Authenticated: #15946415 Received: from ms.homeip.net ([217.255.18.86] helo=[10.0.0.101]) by ms.homeip.net with asmtp (TLSv1:AES256-SHA:256) id 1CHKlX-000Kqy-8I for freebsd-current@freebsd.org; Tue, 12 Oct 2004 13:24:27 +0200 Message-ID: <416BBED8.7020307@gmx.de> Date: Tue, 12 Oct 2004 13:24:08 +0200 From: Jochen Gensch User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040826) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <69b7b6901d.6901d69b7b@osu.edu> <416BB35E.8060107@gmx.de> <200410121251.31740.josemi@freebsd.jazztel.es> In-Reply-To: <200410121251.31740.josemi@freebsd.jazztel.es> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 11:24:22 -0000 Jose M Rodriguez wrote: > There isn't mouse 'mux' support in FreeBSD's moused. You can use only > one. Sure that is true? I am using both at this moment on the console, so no X is runnig. Both with moused. I can activate usb mouse by moused -p /dev/ums0 and trackpoint by moused -p /dev/psm0. Usbd is running, too by the way. I figured out, that ums0 isn't the problem here, it just takes 2-3 seconds and it is there after resuming. I didn't know what device is carrying what mouse. So the problem is /dev/psm0. The trackpoint is dead after resuming, even though I entered a moused -p /dev/psm0 in /etc/rc.resume. This doesn't seem to be executed. Is that the correct place to set commands after resume? Jochen