From owner-freebsd-x11@freebsd.org Thu Mar 15 11:06:21 2018 Return-Path: Delivered-To: freebsd-x11@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 B6954F43299; Thu, 15 Mar 2018 11:06:21 +0000 (UTC) (envelope-from vladimir@kondratyev.su) Received: from corp.infotel.ru (corp.infotel.ru [195.170.219.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4B3AC7B2B9; Thu, 15 Mar 2018 11:06:20 +0000 (UTC) (envelope-from vladimir@kondratyev.su) Received: from corp (corp.infotel.ru [195.170.219.3]) by corp.infotel.ru (Postfix) with ESMTP id BE15E11D10; Thu, 15 Mar 2018 13:58:43 +0300 (MSK) X-Virus-Scanned: amavisd-new at corp.infotel.ru Received: from corp.infotel.ru ([195.170.219.3]) by corp (corp.infotel.ru [195.170.219.3]) (amavisd-new, port 10024) with ESMTP id MuQYFCm2usTD; Thu, 15 Mar 2018 13:58:42 +0300 (MSK) Received: from mail.cicgroup.ru (unknown [195.170.219.74]) by corp.infotel.ru (Postfix) with ESMTP id B0F4D11D08; Thu, 15 Mar 2018 13:58:42 +0300 (MSK) Received: from mail.cicgroup.ru (localhost [127.0.0.1]) by mail.cicgroup.ru (Postfix) with ESMTP id 91F5C3AC9F7; Thu, 15 Mar 2018 13:58:36 +0300 (MSK) X-Virus-Scanned: amavisd-new at cicgroup.ru Received: from mail.cicgroup.ru ([127.0.0.1]) by mail.cicgroup.ru (mail.cicgroup.ru [127.0.0.1]) (amavisd-new, port 10024) with SMTP id MHg34u-QLOxA; Thu, 15 Mar 2018 13:58:34 +0300 (MSK) Received: from localhost (localhost [127.0.0.1]) by mail.cicgroup.ru (Postfix) with ESMTPA id 138903AC8C4; Thu, 15 Mar 2018 13:58:34 +0300 (MSK) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 15 Mar 2018 13:58:33 +0300 From: Vladimir Kondratyev To: Johannes Lundberg Cc: Michael Gmelin , freebsd-x11@freebsd.org, owner-freebsd-x11@freebsd.org Subject: Re: Dell touchpad not working with evdev In-Reply-To: <86efkl3c54.fsf@gmail.com> References: <86h8ph3cou.fsf@gmail.com> <2E10F303-32D8-4745-A58B-5035C2811308@grem.de> <86efkl3c54.fsf@gmail.com> Message-ID: <19dba073b6dcabecd7d88ededebb691f@kondratyev.su> X-Sender: vladimir@kondratyev.su User-Agent: Roundcube Webmail/1.2.5 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Mar 2018 11:06:21 -0000 On 2018-03-15 12:45, Johannes Lundberg wrote: >>> Anyone know how I can get my Dell laptop's PS2 touchpad to work with >>> evdev? The keyboard, also PS2, works fine. >>> >>> I tried setting >>> hw.psm.elantech_support: 1 >>> but that didn't help. Did you try to enable synaptics driver with setting hw.psm.synaptics_support: 1 in /boot/loader.conf? If you tried and are still 100% sure of elantech than place debug.psm.loglevel=5 in /boot/loader.conf and send me psm negotiation part of the boot log > Device: IntelliMouse > Kernel: /dev/input/event3 Looks like your touchpad was misdetected as IntelliMouse at boot time and left in relative mode. Does it work at vt console after "service moused onestart"? -- WBR Vladimir Kondratyev