Seven
Seven
@jordanurbs Thanks for letting me know about this. There should be a way to include it, maybe as an alternate EFI. Looks like they are using is SSDT patching to...
@jordanurbs I'm working on an update now that OC 0.8.5 is released. It should be complete in a couple of days.
@jahwookie unfortunately I don't have a Thunderbolt device to test with. If you can recommend a cheap Thunderbolt device I'll pick it up and test it out. Thanks.
@jordanurbs let me know if the 2nd EFI works for you. It is working for me. All the best.
@JonMcL I'm on Monterey and using the internal Bluetooth now as well. I'm not having any issues with my Apple TrackPad 2. I leave it on continuously and it connects...
@tucomel Not sure if you've solved this? I know it is recommended to replace USBInjectall.kext [after installation](https://dortania.github.io/OpenCore-Post-Install/usb/). Most would suggest you complete port mapping b/f installing the OS now as...
@matteofreddi I just started playing around with the EFI to include Thunderbolt. Looks like you have it figured out? Was there anything in addition to the Vt-d changes to enable...
Latest version of EFI support Thunderbolt. Let me know if I need to change any settings as I only had one Thunderbolt devices to test with. Thanks.
Having same issue. Did you get this resolved?
I hacked the`.cargo/registry/src/index.crates.io-6f17d22bba15001f/adguardian-1.6.0/src/welcome.rs` file by changing line 75 from: ``` let adguard_version = Version::parse(&version_str[1..]).unwrap(); ``` to ``` let adguard_version = Version::parse(version_str).unwrap(); ``` with some help from ChatGPT. I then rebuilt...