From owner-freebsd-mobile@FreeBSD.ORG Fri Jan 14 18:48:27 2005 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA50F16A4CE; Fri, 14 Jan 2005 18:48:27 +0000 (GMT) Received: from lark.auton.cs.cmu.edu (LARK.AUTON.CS.CMU.EDU [128.2.222.44]) by mx1.FreeBSD.org (Postfix) with SMTP id 7711543D39; Fri, 14 Jan 2005 18:48:27 +0000 (GMT) (envelope-from dpelleg@lark.auton.cs.cmu.edu) Sender: dpelleg@lark.auton.cs.cmu.edu To: "Simon L. Nielsen" References: <41E7CBAD.18930.979A271B@localhost> <20050114184047.GA772@zaphod.nitro.dk> From: Dan Pelleg Date: 14 Jan 2005 13:48:17 -0500 In-Reply-To: <20050114184047.GA772@zaphod.nitro.dk> Message-ID: Lines: 30 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: Dan Langille cc: freebsd-mobile@FreeBSD.org Subject: Re: suspend/resume on 5.3-stable with ThinkPad T41 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2005 18:48:28 -0000 "Simon L. Nielsen" writes: > On 2005.01.14 13:39:57 -0500, Dan Langille wrote: > > > I have suspend/resume working but for one issue : the mouse. I can > > fix the mouse by HUP'ing moused. I'd like to automate that, but I'm > > failing to find the solution. > > On my R40 I simply added "/etc/rc.d/moused restart" to /etc/rc.resume. > > -- > Simon L. Nielsen Does that actually work? I distinctly remember it having no effect (as does the archive: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=4773+0+/usr/local/www/db/text/2004/freebsd-mobile/20041114.freebsd-mobile ). Are you using APM? In any case, adding this line to /boot/device.hints did the trick for me: hint.psm.0.flags="0x2000" It was suggested on this list, and I think the original discussion contained some tips regarding other flags you could try setting. -- Dan Pelleg