Hello.
I'm running FreeBSD 14.3-STABLE on the RockPro RK3399. I don't know the reason,but my mouse does not work.
nano /etc/rc.conf :
nano /boot/loader.conf :
nano /etc/sysctl.conf :
# kldstat
The DE that I'm using is LXDE,but I also tried XFCE. In both cases my mouse does not work. Can some figure out why ?
I'm running FreeBSD 14.3-STABLE on the RockPro RK3399. I don't know the reason,but my mouse does not work.
nano /etc/rc.conf :
Code:
keymap="it.kbd"
hostname="RockPro"
dbus_enable="YES"
powerd_enable="YES"
devmatch_enable="YES"
nano /boot/loader.conf :
Code:
hw.usb.template=3
umodem_load="YES"
boot_multicore="YES"
boot_serial="YES"
vmm_load="YES"
nmdm_load="YES"
kern.geom.label.ufsid.enable="1"
kern.racct.enable="1"
aio_load="YES"
utouch_load="YES"
usbhid_load="YES"
xhci_mouse="YES"
nano /etc/sysctl.conf :
Code:
vfs.zfs.min_auto_ashift=12
kern.evdev.rcpt_mask=6
kern.init_shutdown_timeout=900
kern.maxfiles=25600
kern.maxfilesperproc=16384
vfs.usermount=1
hw.snd.default_unit=1
hw.snd.latency=0
kern.timecounter.alloweddeviation=0
hw.usb.uaudio.buffer_ms=2
# kldstat
Code:
1 : kernel
2 : zfs.ko
3 : nmdm.ko
4 : umodem.ko
5 : ucom.ko
6 : utouch.ko
The DE that I'm using is LXDE,but I also tried XFCE. In both cases my mouse does not work. Can some figure out why ?