Lines 4-11
Link Here
|
4 |
To load installed driver in to the kernel type: |
4 |
To load installed driver in to the kernel type: |
5 |
"kldload /boot/modules/utouch.ko" |
5 |
"kldload /boot/modules/utouch.ko" |
6 |
|
6 |
|
7 |
It may be necessary to unload conflicting uhid(4) driver |
7 |
It may be necessary to unload conflicting uhid(4) |
8 |
with "kldunload uhid" after utouch.ko has been loaded. |
8 |
and usbhid(4) drivers with "kldunload uhid" or |
|
|
9 |
"kldunload usbhid" after utouch.ko has been loaded. |
10 |
Note: hms(4) driver from FreeBSD 13 has implemented |
11 |
similar functionality. |
9 |
|
12 |
|
10 |
To load driver automaticaly at the boot time add |
13 |
To load driver automaticaly at the boot time add |
11 |
utouch_load="YES" string to /boot/loader.conf file. |
14 |
utouch_load="YES" string to /boot/loader.conf file. |