disable SIP.
copy my MyDriverxxx.kext to /Library/Extensions/.
sudo touch /Library/DriverExtensions. At this time, the system preference prompt does not appear.
Manually load the driver.
or
sudo kextload /Library/Extensions/MyDriverxxx.kext
The following error occurred:
kextutil /Library/Extensions/MyDriverxxx.kext
Executing: /usr/bin/kmutil load --bundle-path /Library/Extensions/MyDriverxxx.kext
Error: Error Domain=KMErrorDomain Code=1 "Error occurred while building cache: in '/Library/Application Support/Websense Endpoint/DLP/WebsenseEndpointDLP.kext/Contents/PlugIns/WebsenseEndpointProcessKpi.kext/WebsenseEndpointProcessKpi' missing TEXT segment" UserInfo={NSLocalizedDescription=Error occurred while building cache: in '/Library/Application Support/Websense Endpoint/DLP/WebsenseEndpointDLP.kext/Contents/PlugIns/WebsenseEndpointProcessKpi.kext/WebsenseEndpointProcessKpi' missing TEXT segment}