Hello,
I'm back to the FreeBSD community, and I reinstalled it (bye Linux for now). I managed to establish the Wi-Fi connection and get Xorg working.
However, I've got an issue with my touchpad, it doesn't seem to work. I searched through the forum, through the Wiki, and I always find the same informations/configurations which doesn't seem to work in my case.
The touchpad doesn't work in the tty, doesn't work in X.org.
I've read this wiki page : https://wiki.freebsd.org/SynapticsTouchpad
I've read several posts on this forum, which talk about different configurations in those files :
- /etc/sysctl.conf :
- /etc/rc.conf :
- /boot/loader.conf :
my first concerns is : is my touchpad even recognized ? I'm not sure about how to check that, cause it doesn't seem to use a PCI bus. And if it is recognized, how to make it work ? Does someone have a xiaomi laptop and have a BSD version on it ?
I saw a topic about a Xiaomi notebook air, and openbsd (https://jcs.org/2017/05/22/xiaomiair) and apparently it doesn't work. But thats' not the exact same configuration here.
PS : It worked on the several Linux distros I've tried.
I'm back to the FreeBSD community, and I reinstalled it (bye Linux for now). I managed to establish the Wi-Fi connection and get Xorg working.
However, I've got an issue with my touchpad, it doesn't seem to work. I searched through the forum, through the Wiki, and I always find the same informations/configurations which doesn't seem to work in my case.
The touchpad doesn't work in the tty, doesn't work in X.org.
I've read this wiki page : https://wiki.freebsd.org/SynapticsTouchpad
I've read several posts on this forum, which talk about different configurations in those files :
- /etc/sysctl.conf :
Code:
kern.randompid=1
vfs.zfs.min_auto_ashift=12
hw.psm.synaptics.vscroll_hor_area=1300
hw.psm.trackpoint.sensitivity=205
hw.psm.trackpoint.upper_plateau=105
- /etc/rc.conf :
Code:
clear_tmp_enable="YES"
hostname="mybsd"
wlans_iwm0="wlan0"
ifconfig_wlan0="WPA DHCP"
sshd_enable="NO"
ntpd_enable="YES"
powerd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
zfs_enable="YES"
dbus_enable="NO"
hald_enable="NO"
gdm_enable="YES"
#webcamd_enable="YES"
kld_list="/boot/modules/i915kms.ko"
moused_enable="YES"
Code:
kern.vty=vt
aesni_load="YES"
geom_eli_load="YES"
kern.geom.label.disk_ident.enable="0"
kern.geom.label.gptid.enable="0"
zfs_load="YES"
snd_driver_load="YES"
kld_list="/boot/modules/i915kms.ko"
hw.psm.synaptics_support="1"
I saw a topic about a Xiaomi notebook air, and openbsd (https://jcs.org/2017/05/22/xiaomiair) and apparently it doesn't work. But thats' not the exact same configuration here.
PS : It worked on the several Linux distros I've tried.