Did someone test in Big Sur Beta 6 release??
I tested my kext but no luck :(
Post
Replies
Boosts
Views
Activity
Hi,
Could you share example of Info.plist and Driver Entitlement which is working for you to match your hardware.
Thanks in advance.
Our KEXT also now working in Big Sur Beta 7.
Also I tested in Beta 8 today and it's loading. :)
BTW any idea what's alternative for IOSCSI Architecture Model Family in DriverKit??
Can we use USBDriverKit, IOUSBHostInterface and BOT??
Hi,
I am able to activate the PCI DEXT and matching is also happening. When I connect/Disconnect then Driver is loading and unloading.
But PCIDevice->Open method is failing with error: kIOReturnNotOpen (0x2cd)
This I have tried to call before and after RegisterService method call. In both case this Open method call is failing.
Even I tried Open method calling from Externalmethod i.e.
App->UserClient->ExternalMethod->MainDriverOpenSessionToPCIDevice
In all case, Open is failing.
Anyone faced this error??
If someone is able to Open session to PIC Device then it please let me know what steps to follow.
Thanks