From owner-freebsd-current@freebsd.org Thu Jun 7 20:34:35 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 7586FFEB021 for ; Thu, 7 Jun 2018 20:34:35 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from vps-mail.nomadlogic.org (mail.nomadlogic.org [IPv6:2607:f2f8:a098::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE9677DE89 for ; Thu, 7 Jun 2018 20:34:34 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from [192.168.1.106] (cpe-75-82-194-8.socal.res.rr.com [75.82.194.8]) by vps-mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 37067f3c TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Thu, 7 Jun 2018 13:34:31 -0700 (PDT) Subject: Re: cannot get touchpad mouse, no psm device, on Dell Precision 3520 To: Anton Shterenlikht , freebsd-current@freebsd.org References: <201806072021.w57KLFle090699@jail0199.vps.exonetric.net> From: Pete Wright Message-ID: Date: Thu, 7 Jun 2018 13:34:31 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <201806072021.w57KLFle090699@jail0199.vps.exonetric.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US 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 20:34:35 -0000 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 assuming it is being detected, have you set: moused_enable="YES" in /etc/rc.conf? If you have set that but do not see your touchpad being detected, and assuming it's a synaptics device, have you set the following in /boot/loader.conf? hw.psm.synaptics_support="1" Cheers, -pete -- Pete Wright pete@nomadlogic.org @nomadlogicLA