From owner-freebsd-mobile@FreeBSD.ORG Thu Feb 5 18:18:07 2004 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 10A1216A4CF for ; Thu, 5 Feb 2004 18:18:07 -0800 (PST) Received: from mtiwmhc13.worldnet.att.net (mtiwmhc13.worldnet.att.net [204.127.131.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3645843D6D for ; Thu, 5 Feb 2004 18:17:52 -0800 (PST) (envelope-from duanewinner@worldnet.att.net) Received: from [10.10.0.102] (pcp04355855pcs.glstrt01.nj.comcast.net[68.45.111.171]) by worldnet.att.net (mtiwmhc13) with SMTP id <2004020602175011300g000ne> (Authid: duanewinner); Fri, 6 Feb 2004 02:17:50 +0000 From: Duane Winner To: freebsd-mobile In-Reply-To: <20040205171152.68E6A5D07@ptavv.es.net> References: <20040205171152.68E6A5D07@ptavv.es.net> Content-Type: text/plain Organization: UTRS, Inc. Message-Id: <1076033845.253.8.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 05 Feb 2004 21:17:26 -0500 Content-Transfer-Encoding: 7bit Subject: Re: T30 - mouse and suspend issue X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: duanewinner@att.net List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2004 02:18:07 -0000 On Thu, 2004-02-05 at 12:11, Kevin Oberman wrote: > > From: Duane Winner > > Date: Thu, 05 Feb 2004 09:40:20 -0500 > > Sender: owner-freebsd-mobile@freebsd.org > > > > Hello, > > > > Has anybody experienced this behavior?: > > > > When I suspend my laptop (using "zzz" or Fn-F4), when I wake it up, the > > mouse (Trackpoint) is dead. The keyboard still responds. > > If the laptop is docked, the mouse (PS/2) works fine after a suspend. > > This behavior occurs regardless of whether I have X running or not. > > > > I have a Thinkpad T30 (2366-81U) running FreeBSD-4.9-RELEASE. > > I have using apm, not apci, and have apm0 enable in the kernel and apm > > and apmd enabled in my rc.conf. > > I believe that you need to edit the psm flags in /boot/device.hints to > be: > hint.psm.0.flags="0x2000" > > This sets HOOKRESUME in the driver to fix this exact problem. Thanks. Adding "hints.psm.0.flags="0x2000"" to /boot/device.hints didn't fix the problem, but you pointed me in the right direction. Based on this information, I tried adding "flags = 0x2000" to the psm0 device in my kernel config and recompiled the kernel. That worked. -DW