5T33Z0 / OC-Little-Translated

ACPI Hotpatches and Guides for the OpenCore Bootmanager. Enhance and fine-tune your system by adding devices and enabling additional features not covered in the OpenCore Install Guide.
BSD 3-Clause "New" or "Revised" License
504 stars 71 forks source link

Apple DriverKit #106

Closed Terminalstrip closed 5 months ago

Terminalstrip commented 5 months ago

Hi sorry for writing here but I don't know how else I can contact you. Your guide works wonderfully, I just have one doubt that I can't resolve. I don't understand why the new drivers in Apple DriverKit format don't work on hackintosh, specifically I have an RME sound card that works wonderfully with the legacy drivers, but if I install the new drivers in DriverKit format they don't work. What did I miss?

5T33Z0 commented 5 months ago

Hi. Which OS are you using and which RME Interface are you referring to? Provide a product link please.

Terminalstrip commented 5 months ago

hdspe MADi, my system is a Haswell with Sonoma 14.3

same history with new Dk driver of my lynx aes16 card

NEW DK driver https://www.lynxstudio.com/downloads/aes16e/macos-core-audio-driver-v2-build-10-for-pcie-and-thunderbolt/ (not see the card)

OLD Kernel Driver https://www.lynxstudio.com/downloads/aes16e/macos-core-audio-driver-build-62-for-pcie-and-thunderbolt/ (work perfect)

Terminalstrip commented 5 months ago

hdspe MADi, my system is a Haswell with Sonoma 14.3

same history with new Dk driver of my lynx aes16 card

NEW DK driver https://www.lynxstudio.com/downloads/aes16e/macos-core-audio-driver-v2-build-10-for-pcie-and-thunderbolt/ (not see the card)

OLD Kernel Driver https://www.lynxstudio.com/downloads/aes16e/macos-core-audio-driver-build-62-for-pcie-and-thunderbolt/ (work perfect)

On 10 Feb 2024, at 18:03, 5T33Z0 @.***> wrote:

Hi. Which OS are you using and which RME Interface are yoz referring to? Provide a product link please.

— Reply to this email directly, view it on GitHub https://github.com/5T33Z0/OC-Little-Translated/issues/106#issuecomment-1937063691, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKJKTADWXFRQK45MTO5BKLYS6R5VAVCNFSM6AAAAABDC2Q7BGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZXGA3DGNRZGE. You are receiving this because you authored the thread.

5T33Z0 commented 5 months ago

Have you installed the latest firmware update already? https://www.lynxstudio.com/downloads/aes16e/lynxfirmware-updater/

Terminalstrip commented 5 months ago

Yes!

On 10 Feb 2024, at 18:34, 5T33Z0 @.***> wrote:

Have you installed the latest firmware update already? https://www.lynxstudio.com/downloads/aes16e/lynxfirmware-updater/

— Reply to this email directly, view it on GitHub https://github.com/5T33Z0/OC-Little-Translated/issues/106#issuecomment-1937078770, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKJKTAPVDZABGWSWIHO2ZTYS6VRZAVCNFSM6AAAAABDC2Q7BGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZXGA3TQNZXGA. You are receiving this because you authored the thread.

5T33Z0 commented 5 months ago

Is com.lynxstudio.audio.extension.dext present in Library/SystemExtensions?

Did you grant the system access to the driver in the system settings ("Allow" in gatekeeper) after installing it?

Terminalstrip commented 5 months ago

Yes and yes, the installation in fine, but when I reboot the app cannot see the card...

On 10 Feb 2024, at 18:43, 5T33Z0 @.***> wrote:

Is com.lynxstudio.audio.extension.dext present in Library/SystemExtensions

Did you grant the system access to the driver in the system settings ("Allow" in gatekeeper) after installing it?

— Reply to this email directly, view it on GitHub https://github.com/5T33Z0/OC-Little-Translated/issues/106#issuecomment-1937080503, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKJKTA3QBD4J5OSQVEYYWTYS6WTVAVCNFSM6AAAAABDC2Q7BGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZXGA4DANJQGM. You are receiving this because you authored the thread.

5T33Z0 commented 5 months ago

Have you disabled SIP in OpenCore?

Terminalstrip commented 5 months ago

Yes, Do you think it could have something to do with AMFI?

On 10 Feb 2024, at 18:51, 5T33Z0 @.***> wrote:

Have you disabled SIP in OpenCore?

— Reply to this email directly, view it on GitHub https://github.com/5T33Z0/OC-Little-Translated/issues/106#issuecomment-1937081791, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKJKTFVEDMLZVN7MVTRSXTYS6XQLAVCNFSM6AAAAABDC2Q7BGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZXGA4DCNZZGE. You are receiving this because you authored the thread.

5T33Z0 commented 5 months ago

Maybe, yes. If you can, change csractiveconfig back to 00000000, so AMFI works.

My guess is that you cannot grant the system access to the device if amfi is not working.

If you require SIP to be disabled in boot, you could add AMFIPass.kext. Explanation: https://github.com/5T33Z0/OC-Little-Translated/blob/main/13_Peripherals/Fixing_Peripherals.md

Terminalstrip commented 5 months ago

With the command systemextensionsctl list I see the driver are loaded

--- com.apple.system_extension.driver_extension enabled active teamID bundleID (version) name [state]

But the Mixer.app and also the System cannot see the card…. I think this is a driver bug…or another mixer.app side thing. Anyway that for your support, I will use the old kext driver

On 10 Feb 2024, at 18:56, 5T33Z0 @.***> wrote:

Maybe, yes. If you can, change csractiveconfig back to 00000000, so AMFI works.

My guess is that you cannot grant the system access to the device if amfi is not working.

If you require SIP to be disabled in boot, you could add AMFIPass.kext. Eplanation: https://github.com/5T33Z0/OC-Little-Translated/blob/main/13_Peripherals/Fixing_Peripherals.md

— Reply to this email directly, view it on GitHub https://github.com/5T33Z0/OC-Little-Translated/issues/106#issuecomment-1937082727, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKJKTHMMZDQ3NYIB65XSM3YS6YEXAVCNFSM6AAAAABDC2Q7BGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZXGA4DENZSG4. You are receiving this because you authored the thread.

5T33Z0 commented 5 months ago

It's not about the driver being loaded, it's about granting acess to the hardware.

I am closing this issue since it has absolutely nothing to do with OC-Little. The only reason I tried to help you was because I am an audio guy as well.

Good luck.

Terminalstrip commented 5 months ago

sure, if you prefer, just cancel. Thanks again

On 11 Feb 2024, at 16:10, 5T33Z0 @.***> wrote:

It's not about the driver being loaded, it's about granting acess to the hardware.

I am closing this issue since it has absolutely nothing to do with OC-Little. The only reason I tried to help you was because I am an audio guy as well.

Good luck.

— Reply to this email directly, view it on GitHub https://github.com/5T33Z0/OC-Little-Translated/issues/106#issuecomment-1937780899, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKJKTCNPDTK756MSN3FQADYTDNOXAVCNFSM6AAAAABDC2Q7BGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZXG44DAOBZHE. You are receiving this because you authored the thread.