NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/58302: Newer Elantech touchpad is not being registered by pms



The following reply was made to PR kern/58302; it has been noted by GNATS.

From: "Marc Coquand" <marc@mccd.space>
To: <gnats-bugs%netbsd.org@localhost>, <kern-bug-people%netbsd.org@localhost>,
 <gnats-admin%netbsd.org@localhost>, <netbsd-bugs%netbsd.org@localhost>
Cc: 
Subject: Re: kern/58302: Newer Elantech touchpad is not being registered by
 pms
Date: Sat, 01 Jun 2024 17:32:58 -0500

 Hey,=20
 
 So I tried today to give the updated patch linked in the email
 thread a spin.
 
 I wasn't able to build the kernel with xorg support (see details
 below) so I could only test it without xorg.
 
 I built NetBSD on the following commit (github)=20
 
 74b93bff118ebb0ab3b384ea79fe9a7c9c62ae20
 
 I applied the patch as is with git am, and didn't do anything to
 fix the whitespace warnings. I built the kernel with the following
 command:
 
 ./build.sh -U -u -O ~/obj -j2 -m amd64 release
 
 I created an installation media and booted into OS with -x -v
 flags, and these were my findings:
 
 $ dmesg | grep -i pms
 [ ...] pms0 at pckbc1 (aux slot)
 [ ...] pms0: synaptics_probe: Not synaptics.
 [ ...] wsmouse0 at pms0 mux 0
 
 $ dmesg | grep -i elan
 nothing
 
 $ dmesg | grep -i iic
 [ ...] iic0 at dwiic0: I2C bus
 [ ...] iic1 at ichsmb0: I2C bus
 
 Since (ostensibly) dmesg doesn't report registering any elan touchpad
 , I didn't think the patch worked and so I didn't bother trying
 further to build with xorg support.
 
 --=20
 The error I got when trying to build NetBSD with Xorg support was
 
 https://paste.sr.ht/~marcc/54861b687ea2bace19a4afb35273ceddf3399582
 
 Fixing the import issues yielded more errors, so I gave up. I
 attempted to buid it on FreeBSD 14
 
 -- Marc
 
 On Sat Jun 1, 2024 at 2:20 AM -05, Michael van Elst wrote:
 > The following reply was made to PR kern/58302; it has been noted by GNATS=
 .
 >
 > From: mlelstv%serpens.de@localhost (Michael van Elst)
 > To: gnats-bugs%netbsd.org@localhost
 > Cc:=20
 > Subject: Re: kern/58302: Newer Elantech touchpad is not being registered =
 by pms
 > Date: Sat, 1 Jun 2024 07:17:50 -0000 (UTC)
 >
 >  marc@mccd.space ("Marc Coquand") writes:
 > =20
 >  > Sorry for spamming, I forgot to include in the original report
 >  > a patch that might be relevant to this ticket.
 > =20
 >  > https://mail-index.netbsd.org/tech-kern/2023/07/15/msg028984.html
 > =20
 >  That looks good. It applies to -current except for a whitespace
 >  mismatch in i2c.c
 > =20
 >  Can you test it ? :)
 > =20
 



Home | Main Index | Thread Index | Old Index