From owner-freebsd-mobile@FreeBSD.ORG Mon Mar 22 09:54:54 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 A977016A4CE for ; Mon, 22 Mar 2004 09:54:54 -0800 (PST) Received: from lap.dougb.net (c-24-130-160-161.we.client2.attbi.com [24.130.160.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72EE643D2F for ; Mon, 22 Mar 2004 09:54:54 -0800 (PST) (envelope-from DougB@DougBarton.net) Received: from DougBarton.net (localhost [127.0.0.1]) by lap.dougb.net (8.12.11/8.12.11) with ESMTP id i2MHsgVY000834; Mon, 22 Mar 2004 09:54:47 -0800 (PST) (envelope-from DougB@DougBarton.net) Message-ID: <405F2862.8090405@DougBarton.net> Date: Mon, 22 Mar 2004 09:54:42 -0800 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040307 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pratik Mehta References: In-Reply-To: X-Enigmail-Version: 0.83.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-mobile@freebsd.org Subject: Re: Touchpad not working 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: Mon, 22 Mar 2004 17:54:54 -0000 I have the following in my /etc/rc.local so that on my Dell Latitude D800 if I have a USB mouse plugged in, it is the only mouse, and if I don't, the touchpad and stick are both active: if ! ps -ax | grep '[m]oused.*ums' >/dev/null; then /usr/sbin/moused -p /dev/psm0 -t auto -a 2,2 -3 -m 1=4 fi HTH, Doug -- If you're never wrong, you're not trying hard enough