Hi,
I have recently installed FreeBSD 12.0-RELEASE on my ASUS ROG GL752VW and I am still struggling a bit at configuring everything.
I have a touchpad (trackpad ?) on my PC, but this one doesn't work at all.
I am currently dual-booting between my new FreeBSD and an ArchLinux, on which the touchpad worked "out of the box". Regarding the logs on my ArchLinux :
It looks like I have some kind of "Elantech" touchpad.
But on the FreeBSD nothing is working, not even a press on the pad or anything.
I already had put in /etc/rc.conf :
So my external wired mouse is working great. But not the touchpad.
Considering this thread Thread synaptics-driver-not-loading-elantech-touchpad.59207 I tried to put in /boot/loader.conf :
and after a reboot it was still not working.
I also tried to add the line
still in /boot/loader.conf.
I'm a bit lost because I don't see anything to help me fix this problem.
Maybe it's because of these following lines in
Any thoughts?
I have recently installed FreeBSD 12.0-RELEASE on my ASUS ROG GL752VW and I am still struggling a bit at configuring everything.
I have a touchpad (trackpad ?) on my PC, but this one doesn't work at all.
I am currently dual-booting between my new FreeBSD and an ArchLinux, on which the touchpad worked "out of the box". Regarding the logs on my ArchLinux :
Code:
[ 3.639190] elan_i2c i2c-ELAN1000:00: Elan Touchpad: Module ID: 0x0005, Firmware: 0x0004, Sample: 0x000d, IAP: 0x000e
[ 3.641005] input: Elan Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-ELAN1000:00/input/input16
It looks like I have some kind of "Elantech" touchpad.
But on the FreeBSD nothing is working, not even a press on the pad or anything.
I already had put in /etc/rc.conf :
Code:
moused_enable="YES"
So my external wired mouse is working great. But not the touchpad.
Considering this thread Thread synaptics-driver-not-loading-elantech-touchpad.59207 I tried to put in /boot/loader.conf :
Code:
hw.psm.elantech_support="1"
I also tried to add the line
Code:
hw.psm.synaptics_support="1"
I'm a bit lost because I don't see anything to help me fix this problem.
Maybe it's because of these following lines in
dmesg -a
:
Code:
Starting default mousedmoused: unable to open /dev/psm0: No such file or directory
.
Any thoughts?