From owner-freebsd-mobile@FreeBSD.ORG Wed Jan 19 23:57:58 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 0CB4E16A4CE; Wed, 19 Jan 2005 23:57:58 +0000 (GMT) Received: from blackwater.lemis.com (wantadilla.lemis.com [192.109.197.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 898B843D49; Wed, 19 Jan 2005 23:57:56 +0000 (GMT) (envelope-from grog@lemis.com) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 7FC73856B1; Thu, 20 Jan 2005 10:27:54 +1030 (CST) Date: Thu, 20 Jan 2005 10:27:54 +1030 From: Greg 'groggy' Lehey To: Hauan David A Message-ID: <20050119235754.GE17730@wantadilla.lemis.com> References: <59FD5336D1B1FA40AF6DDD241D8DBAC601459527@amcw2ms517.amc.ds.af.mil> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qFgkTsE6LiHkLPZw" Content-Disposition: inline In-Reply-To: <59FD5336D1B1FA40AF6DDD241D8DBAC601459527@amcw2ms517.amc.ds.af.mil> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 cc: FreeBSD Questions cc: FreeBSD mobile Mailing List Subject: Re: Enabling Dell Inspiron 1150 touch pad? 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: Wed, 19 Jan 2005 23:57:58 -0000 --qFgkTsE6LiHkLPZw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wednesday, 19 January 2005 at 17:11:07 -0600, Hauan David A wrote: > On Wednesday, January 19, 2005 2:36 PM, Greg 'groggy' Lehey wrote: >> >> I've just installed 5.3-RELEASE on an Inspiron 1150 (some of >> you will have seen my questions about this machine a couple >> of weeks ago). I can't get the touch pad to work. I've >> tried installing a -CURRENT (as of yesterday) kernel, and >> there's no improvement. The relevant parts of the dmesg >> (from a verbose boot) appear to be: >> >> psmcpnp0: at irq 12 on isa0 >> psm0: current command byte:0065 >> psm0: the aux port is not functioning (-1). >> >> The complete dmesg is at http://www.lemis.com/grog/dmesg. >> >> Before I go digging, has anybody else seen something like >> this? Any ideas where to look? > > http://www.rdegraaf.nl/index.asp?sND_ID=487235 Thanks! That did the trick. I now have: psm0: flags 0x1000 irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Generic PS/2 mouse, device ID 0 For the benefit of others: this laptop requires a device flag for the touch pad. This change is needed in /boot/device.hints: --- /boot/device.hints 2004/11/05 01:27:17 1.1 +++ /boot/device.hints 2005/01/19 17:36:23 @@ -27,6 +27,8 @@ hint.atkbd.0.irq="1" hint.psm.0.at="atkbdc" hint.psm.0.irq="12" +# Needed on Inspiron 1150 +hint.psm.0.flags="0x1000" hint.vga.0.at="isa" hint.sc.0.at="isa" hint.sc.0.flags="0x100" The web page also talks about putting start parameters for moused into /etc/rc.conf; I don't think this is necessary. I suspect that you just need to remove the line: moused_enable="NO" Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers. --qFgkTsE6LiHkLPZw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB7vQCIubykFB6QiMRAkCkAJ4oCFZg1jlFCyP5GqfhlBsKZws2LwCeIs8W gbhZM3jRoGpLJ1evdF1749s= =+D4Z -----END PGP SIGNATURE----- --qFgkTsE6LiHkLPZw--