Created attachment 205040 [details] dmseg output This issue is similar to: Bug 238291, but Acer Aspire V3-371 has no trackpoint. Touchpad is not working (at all; cursor is not moving) in Acer Aspire V3-371. I tried various solutions corresponding to synaptics and elantech, but with no effect. I can use USB mouse, but no touchpad. I have tried patch from https://reviews.freebsd.org/D20507 - no effect, touchpad is dead. I also can't see psm0 device. When using the same disk on second laptop (Lenovo Y570) I don't observe any issue with touchpad. The same goes for other OSes on Acer Aspire V3-371 (so touchpad is not at fault).
Created attachment 205041 [details] pciconf results
Created attachment 205042 [details] xorg configuration file
Created attachment 205043 [details] loader.conf
Created attachment 205044 [details] sysctl.conf
Created attachment 205045 [details] uname -a result
Created attachment 205046 [details] rc.conf
I CCed two persons that I think might be able to help you. They helped me on a similar problem.
Created attachment 206338 [details] DMI information received with Linux Laptop model information on Acer site: https://www.acer.com/ac/en/US/content/support-product/5488?b=1&pn=NX.MPFEP.070&sn=NXMPFEP070522108F56600
Created attachment 206339 [details] I2C devices list on Linux
Created attachment 206340 [details] Linux lsmod results
Created attachment 206341 [details] Linux lspci results
Created attachment 206342 [details] Linux lsusb results
Created attachment 206343 [details] Linux version information
It is SYN1B7F Synaptics touchpad attached through SMBus interface. FreeBSD does not support such a devices yet. AFAIK this touchpad should support PS/2 interface too but it looks like it has not been soldered.
FYI, some people are working on it. https://reviews.freebsd.org/D16698
(In reply to Jung-uk Kim from comment #15) > FYI, some people are working on it. I wouldn't be too optimistic. Such Synaptics devices usually implements Synaptic's proprietery protocol which is not HID-compatible.
^Triage: clear stale flags.
(In reply to Vladimir Kondratyev from comment #16) Sorry for necro-posting. At second glance I see I2C device present in Linux device list. Most probably, this device is supported in current. If not, we should add its PNP string to ig4 driver. acpidump -dt output will be help-full in that case