Posts

Post marked as solved
2 Replies
Did you try running kmutil trigger-panic-medic --volume-root /Volumes/<YourVolumeName> in recovery mode? Hi mallen6:I try to do : Remove the extension from /Library/Extensions. Boot to macOS Recovery. Run Terminal. Enter the command kmutil trigger-panic-medic --volume-root /Volumes/<YourVolumeName>. Restart Mac. Then repeat my steps. But it still didn't worked.
Post marked as solved
4 Replies
You need to add the "HiddenPort" property to your plist and specify "False", this will make it appear in Network Preferences as a Modem.  I have tried to add the "HiddenPort" property to my plist and specify "False". But it doesn't work. Does it need other settings? I am new to dext, is there any sample code about this can be shared?
Post not yet marked as solved
1 Replies
Check the imported provisioning profile in Signing&Capability, "com.developer.driverkit.transport.usb" is also not included.
Post not yet marked as solved
2 Replies
Replied In dext problem
Hi, can you share your steps about how to load and unload your dext Demo App? Have you got DriverKit Entitlement?
Post not yet marked as solved
6 Replies
Hi, can you share your steps about how to activate the extension? Have you got DriverKit Entitlement?
Post marked as solved
19 Replies
Hello, here I want to ask a question. As you said: Okay, I have a Network system extension that successfully builds and runs on my offline dev machine with SIP disabled and a test provisioning profile that for whitelisted devices. NOTE this is a network system extension with a companion app (not an endpoint security extension that I've posted about previously)What steps I need to do as successfully as you to build and run a extension on a dev machine. Need Request Entitlement? Provisioning profile? What are the specific steps?Thanks in advance.
Post not yet marked as solved
2 Replies
I have submitted Entitlement request for a long time, why can't get any response? I cannot debug my Driverkit driver code without this.
Post not yet marked as solved
11 Replies
And is there any sample code for the usb network card device based on driverkit? Github seems to have only usb sample code.Thanks in advance.
Post not yet marked as solved
11 Replies
Thanks for your reply. I download the code from github, but it cannot compile.And Xcode has an error "Signing for "MyUserUSBInterfaceDriver" requires a development team, Select a development team in the Signing &amp; Capabilities editor"Then I disable the "Automatically manage signing" in Signing&amp;Capabilities editor , it shows "MyUserUSBInterfaceDriver require a provisioning profile". How can I resolve the issue?
Post not yet marked as solved
2 Replies
To try:1. We have tested two different device. One device is normal, it's ECM DATA interface subclass is 00. The other is 06, it can't be recognized by the mac 10.15. We check AppleUSBECM.kext/Contents/Info.plist, both are supported. Only mac 10.15 has this issue, is this change on mac 10.15?2. Then try to delete /System/Library/DriversExtension/AppleUserECM.dext, the USB NIC can be recognized normally. The AppleUserECM.dext is a new file on macOS 10.15, the old version of the mac OS does not have it, and the issue only appears on macOS10.15. so we think it is a OS side issue.
Post not yet marked as solved
2 Replies
Recurring step:1. Insert USB RNDIS NIC device on mac 10.15 beta OS.2. The device pops up the installation app tool and clicks to install it.Actual Behavior:1. After the installation, the USB NIC cannot be found on the mac OS by ifconfig and Network Utility.2. IORegistryExplorer shows the USB NIC control interface status is normal, but the data interface is abnormal.