From owner-freebsd-current@freebsd.org Wed Jan 13 21:13:59 2021 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D11104E8A96 for ; Wed, 13 Jan 2021 21:13:59 +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 4DGKtt5Zx1z3m9m for ; Wed, 13 Jan 2021 21:13:58 +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 5C7DE1864D6 for ; Thu, 14 Jan 2021 00:13:55 +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 CYN1Ba8QCkfJ for ; Thu, 14 Jan 2021 00:13:49 +0300 (MSK) Received: from mail.cicgroup.ru (unknown [195.170.219.74]) by corp.infotel.ru (Postfix) with ESMTP id ACA0B1864CC for ; Thu, 14 Jan 2021 00:13:49 +0300 (MSK) Received: from mail.cicgroup.ru (localhost [127.0.0.1]) by mail.cicgroup.ru (Postfix) with ESMTP id 206F542211C for ; Thu, 14 Jan 2021 00:13:43 +0300 (MSK) 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 fes-OYXn-wFQ for ; Thu, 14 Jan 2021 00:13:40 +0300 (MSK) Received: from [192.168.0.30] (gateway [10.0.2.2]) by mail.cicgroup.ru (Postfix) with ESMTPA id D661B422120 for ; Thu, 14 Jan 2021 00:13:40 +0300 (MSK) Subject: Re: iichid touchpad stopped working To: freebsd-current@freebsd.org References: <665af960-b1e7-d4ac-0bf3-55c1559355df@alvermark.net> <50974047-ed08-73f5-680c-80b5aad324ac@kondratyev.su> From: Vladimir Kondratyev Message-ID: Date: Thu, 14 Jan 2021 00:13:28 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4DGKtt5Zx1z3m9m X-Spamd-Bar: - X-Spamd-Result: default: False [-1.90 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[195.170.219.3:from]; RCVD_COUNT_FIVE(0.00)[6]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[195.170.219.3:from:127.0.2.255]; DMARC_NA(0.00)[kondratyev.su]; NEURAL_HAM_SHORT(-0.90)[-0.904]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_SPF_NA(0.00)[no SPF record]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:8299, ipnet:195.170.192.0/19, country:RU]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 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: Wed, 13 Jan 2021 21:13:59 -0000 On 13.01.2021 23:29, Jakob Alvermark wrote: > On 1/13/21 5:56 PM, Vladimir Kondratyev wrote: >> On 13.01.2021 18:54, Jakob Alvermark wrote: >>> Hi, >>> >>> >>> After updating -current on my Acer laptop the touchpad stopped workin= g. >>> >>> The device is detected fine: >>> >>> iichid0: at addr 0x2c irq 67 on >>> iicbus0 >>> >>> But there are no events from it. >>> >>> Might it have something to do with this: >>> >>> commit b1f1b07f6d412cb3ec8588a634836e26396eec70 >>> Author: Vladimir Kondratyev >>> Date:=C2=A0=C2=A0 Wed Oct 7 00:50:16 2020 +0300 >>> >>> =C2=A0=C2=A0=C2=A0=C2=A0 hid: Import iichid - I2C transport backend f= or HID subsystem >>> >> =C2=A0 It is quite possible. You should remove sysutils/iichid after t= his >> commit. >=20 > I did. Still no luck. >=20 > Anything I can do to debug? >=20 Add following options to kernel config and rebuild kernel: options IICHID_DEBUG options IICHID_SAMPLING Than add hw.iichid.debug=3D5 to /boot/loader.conf, than reboot and send m= e a boot log.