opnsense-ports/misc/utouch-kmod/pkg-message
Franco Fichtner 99ca6f1dbb */*: sync with upstream
Taken from: FreeBSD
2023-04-20 09:14:31 +02:00

17 lines
453 B
Text

[
{ type: install
message: <<EOM
To load installed driver in to the kernel type:
"kldload /boot/modules/utouch.ko"
It may be necessary to unload conflicting uhid(4)
and usbhid(4) drivers with "kldunload uhid" or
"kldunload usbhid" after utouch.ko has been loaded.
Note: hms(4) driver from FreeBSD 13+ has implemented
similar functionality.
To load driver automaticaly at the boot time add
utouch_load="YES" string to /boot/loader.conf file.
EOM
}
]