WCHSoftGroup / ch34xser_macos

MacOS USB driver for USB to serial chip ch340, ch341, ch342, ch343, ch344, ch9101, ch9102, ch9103, etc
313 stars 25 forks source link

Installing fails in monterey with domain error 10 #17

Open sarathsp06 opened 1 year ago

sarathsp06 commented 1 year ago
image

MacOS Monterey 12.6.1 Hardware Overview:

Model Name: MacBook Pro Model Identifier: MacBookPro16,1 Processor Name: 8-Core Intel Core i9 Processor Speed: 2.3 GHz Number of Processors: 1 Total Number of Cores: 8 L2 Cache (per Core): 256 KB L3 Cache: 16 MB Hyper-Threading Technology: Enabled Memory: 16 GB System Firmware Version: 1916.40.8.0.0 (iBridge: 20.16.420.0.0,0) OS Loader Version: 540.120.3~22 Serial Number (system): C02CR4NUMD6N Hardware UUID: F7E1E911-4B88-58ED-A471-B9E7A3FDB206 Provisioning UDID: F7E1E911-4B88-58ED-A471-B9E7A3FDB206 Activation Lock Status: Disabled

moyun-yinyun commented 1 year ago

typedef NS_ERROR_ENUM(OSSystemExtensionErrorDomain, OSSystemExtensionErrorCode) { OSSystemExtensionErrorUnknown = 1, OSSystemExtensionErrorMissingEntitlement = 2, OSSystemExtensionErrorUnsupportedParentBundleLocation = 3, OSSystemExtensionErrorExtensionNotFound = 4, OSSystemExtensionErrorExtensionMissingIdentifier = 5, OSSystemExtensionErrorDuplicateExtensionIdentifer = 6, OSSystemExtensionErrorUnknownExtensionCategory = 7, OSSystemExtensionErrorCodeSignatureInvalid = 8, OSSystemExtensionErrorValidationFailed = 9, OSSystemExtensionErrorForbiddenBySystemPolicy = 10, OSSystemExtensionErrorRequestCanceled = 11, OSSystemExtensionErrorRequestSuperseded = 12, OSSystemExtensionErrorAuthorizationRequired = 13, } NS_ENUM_AVAILABLE_MAC(10.15);

Your system has disabled the installation of related extensions

moyun-yinyun commented 1 year ago
image

MacOS Monterey 12.6.1 Hardware Overview:

Model Name: MacBook Pro Model Identifier: MacBookPro16,1 Processor Name: 8-Core Intel Core i9 Processor Speed: 2.3 GHz Number of Processors: 1 Total Number of Cores: 8 L2 Cache (per Core): 256 KB L3 Cache: 16 MB Hyper-Threading Technology: Enabled Memory: 16 GB System Firmware Version: 1916.40.8.0.0 (iBridge: 20.16.420.0.0,0) OS Loader Version: 540.120.3~22 Serial Number (system): C02CR4NUMD6N Hardware UUID: F7E1E911-4B88-58ED-A471-B9E7A3FDB206 Provisioning UDID: F7E1E911-4B88-58ED-A471-B9E7A3FDB206 Activation Lock Status: Disabled

Reinstall after using this command “systemextensionsctl reset“