From owner-freebsd-current@freebsd.org Thu Jun 7 21:01:20 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C0DAFEBAA3 for ; Thu, 7 Jun 2018 21:01:20 +0000 (UTC) (envelope-from as@cmplx.uk) Received: from jail0199.vps.exonetric.net (jail0199.vps.exonetric.net [IPv6:2a02:1658:1::199:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "jail0199.vps.exonetric.net", Issuer "jail0199.vps.exonetric.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B5BA27ECD5 for ; Thu, 7 Jun 2018 21:01:19 +0000 (UTC) (envelope-from as@cmplx.uk) Received: from jail0199.vps.exonetric.net (jail0199.vps.exonetric.net [178.250.76.108]) by jail0199.vps.exonetric.net (8.15.2/8.15.2) with ESMTPS id w57L1IDa094541 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 7 Jun 2018 21:01:18 GMT (envelope-from as@jail0199.vps.exonetric.net) Received: (from as@localhost) by jail0199.vps.exonetric.net (8.15.2/8.15.2/Submit) id w57L1IKU094540; Thu, 7 Jun 2018 21:01:18 GMT (envelope-from as) Date: Thu, 7 Jun 2018 21:01:18 +0000 From: Anton Shterenlikht To: Pete Wright Cc: Anton Shterenlikht , freebsd-current@freebsd.org Subject: Re: cannot get touchpad mouse, no psm device, on Dell Precision 3520 Message-ID: <20180607210118.GA94139@jail0199.vps.exonetric.net> Mail-Followup-To: Pete Wright , Anton Shterenlikht , freebsd-current@freebsd.org References: <201806072021.w57KLFle090699@jail0199.vps.exonetric.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 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: Thu, 07 Jun 2018 21:01:20 -0000 On Thu, Jun 07, 2018 at 01:34:31PM -0700, Pete Wright wrote: > > > On 06/07/2018 13:21, Anton Shterenlikht wrote: > > Please help get touchpad mouse on > > Dell Precision 3520. > > The usb mouse works fine. > > > pciconf isn't really applicable here i think.  does your dmesg buffer > reference any PS/2 devices being detected?  here is CURRENT detecting my > synaptics touchpad: > > $ dmesg|grep psm > psm0: irq 12 on atkbdc0 > psm0: [GIANT-LOCKED] > psm0: model Synaptics Touchpad, device ID 0 z> dmesg|grep psm z> Perhaps this relatively modern laptop uses a different device for its touchpad? Thanks Anton