cankiulascmnfye Posted August 25 Share Posted August 25 Anybody else wondering why they just stopped curating the OpenCore Install guide after Comet Lake? 3 Link to comment Share on other sites More sharing options...
strangeron Posted August 25 Share Posted August 25 32 minutes ago, cankiulascmnfye said: Anybody else wondering why they just stopped curating the OpenCore Install guide after Comet Lake? I could be wrong. Could it be because the processors after the 10th generation are already imitating the previous processors? 2 Link to comment Share on other sites More sharing options...
cankiulascmnfye Posted August 25 Share Posted August 25 (edited) I don't know if you are aware, but recently a new "zero-click" vulnerability (zero-click means no user-interatcion is required, which is the worst kind) in Windows was published which directly attacks the TCP/IPv6 stack. Since 99.99999 % of home users don't need TCP/IPv6 anyway, it's good practice to disable it for LAN and WIFI. To list your network interfaces: sudo networksetup -listallnetworkservices To disable it: sudo networksetup -setv6off Ethernet sudo networksetup -setv6off Wi-Fi To re-enable it sudo networksetup -setv6automatic Wi-Fi sudo networksetup -setv6automatic Ethernet Double-check if the sttings have been applied afterwards. For Wi-Fi: System Settings > Network > W-FI > Details... TCP/IP > "Configure IPV6" should be listed as "Off" For LAN/Ethernet: System Settings > Network > Ethernet > Details... TCP/IP > "Configure IPV6" should be listed as "Off" Edited August 26 by cankiulascmnfye 11 2 Link to comment Share on other sites More sharing options...
cankiulascmnfye Posted August 26 Share Posted August 26 So, a repo was just made public by one of the main devs of OpenCore regarding metal support for legacy systems which currently does not work (3rd and 4th Gen Intel Core, Kepler): https://github.com/dortania/MetallibSupportPkg 3 Link to comment Share on other sites More sharing options...
Slice Posted August 26 Share Posted August 26 Delta update 5 Link to comment Share on other sites More sharing options...
Slice Posted August 26 Share Posted August 26 See Sequoia logo. It was absent in previous beta. 6 Link to comment Share on other sites More sharing options...
minty_flare Posted August 27 Share Posted August 27 (edited) On 6/18/2024 at 4:05 AM, lorys89 said: Finally on sequoia I have logitech mx keyboard keys and logitech mx anywhere 3 mouse connected to the bt and working (intel ax210) Hello, how did you got the BT working? I have AX201 too, tried the 3 kext on Page 3, as well as the NVRAM entry, but seems I cant make i to work, I not sure if the NVRAM entry was correct and the arrangement of the kexts too. Thank you Edited August 27 by minty_flare Updated Link to comment Share on other sites More sharing options...
jlrycm Posted August 27 Share Posted August 27 (edited) 37 minutes ago, minty_flare said: Hello, how did you got the BT working? I have AX201 too, tried the 3 kext on Page 3, as well as the NVRAM entry, but seems I cant make i to work, I not sure if the NVRAM entry was correct and the arrangement of the kexts too. Thank you AFAIK, if you compile the IntelBluetoothFirmware kext from Github you should be able to get it working. I’ve also successfully used the kexts that @Shaneee shared in this thread. Edited August 27 by jlrycm 3 Link to comment Share on other sites More sharing options...
minty_flare Posted August 27 Share Posted August 27 24 minutes ago, jlrycm said: AFAIK, if you compile the IntelBluetoothFirmware kext from Github you should be able to get it working. I’ve also successfully used the kexts that @Shaneee shared in this thread. Thanks mate, I tried resetting the NVRAM and it worked out, I was using the OC mod NO ACPI by btwise awhile ago and switch it to the normal OC bootloder and reset the nvram at so far it went this way, Im not sure if it has something to do with NO ACPI or the normal OC 2 Link to comment Share on other sites More sharing options...
kaoskinkae Posted August 27 Share Posted August 27 In a week and days we will have the official version very soon. Sandra today the RC? 1 1 Link to comment Share on other sites More sharing options...
naiclub Posted August 27 Share Posted August 27 8 hours ago, jlrycm said: AFAIK, if you compile the IntelBluetoothFirmware kext from Github you should be able to get it working. I’ve also successfully used the kexts that @Shaneee shared in this thread. Will my Intel(R) Wi-Fi 6E AX211 160MHz wireless Bluetooth work? Link to comment Share on other sites More sharing options...
Max.1974 Posted August 27 Share Posted August 27 Its possible testing, like @Shaneee said " Using itlwm + Heliport for WiFi and these kexts that I updated to work for BT". Need fix config.plist in Opencore with: nvram setting bluetoothExternalDongleFailed DATA 00 bluetoothInternalControllerInfo DATA 0000000000000000000000000000 8 Link to comment Share on other sites More sharing options...
minty_flare Posted August 27 Share Posted August 27 6 minutes ago, Max.1974 said: Its possible testing, like @Shaneee said " Using itlwm + Heliport for WiFi and these kexts that I updated to work for BT". Need fix config.plist in Opencore with: nvram setting bluetoothExternalDongleFailed DATA 00 bluetoothInternalControllerInfo DATA 0000000000000000000000000000 You can try reset nvram after setting your config, when I reset, it finally worked out. 4 Link to comment Share on other sites More sharing options...
cankiulascmnfye Posted August 27 Share Posted August 27 28 minutes ago, Max.1974 said: Its possible testing, like @Shaneee said " Using itlwm + Heliport for WiFi and these kexts that I updated to work for BT". Need fix config.plist in Opencore with: nvram setting bluetoothExternalDongleFailed DATA 00 bluetoothInternalControllerInfo DATA 0000000000000000000000000000 The configs of my legacy iMacs contain these settings as well. 5 Link to comment Share on other sites More sharing options...
naiclub Posted August 27 Share Posted August 27 32 minutes ago, Max.1974 said: Its possible testing, like @Shaneee said " Using itlwm + Heliport for WiFi and these kexts that I updated to work for BT". Need fix config.plist in Opencore with: nvram setting bluetoothExternalDongleFailed DATA 00 bluetoothInternalControllerInfo DATA 0000000000000000000000000000 Can I get more details? Do I need to use anything additional? Thank you very much. 4 Link to comment Share on other sites More sharing options...
Max.1974 Posted August 27 Share Posted August 27 2 hours ago, naiclub said: Can I get more details? Do I need to use anything additional? Thank you very much. Just follow @miliuco tutorial with these new kexts You can do it 😉 7 Link to comment Share on other sites More sharing options...
cankiulascmnfye Posted August 27 Share Posted August 27 (edited) 3 hours ago, naiclub said: Can I get more details? Do I need to use anything additional? Thank you very much. I did some more digging and it seems these two BT fixes are now part of Bluetoofixup: https://github.com/acidanthera/BrcmPatchRAM/pull/31 So I disabled both patches: bluetoothExternalDongleFailed DATA 00 bluetoothInternalControllerInfo DATA 0000000000000000000000000000 Rebooted, reset NVRAM. And, as expected, Bluetooth still works, since my EFI contains the BlueToolFixup.kext. I guess these patches are remnants of a time before they were implemented in BlueToolFixup in June 2023 Edited August 27 by cankiulascmnfye 7 Link to comment Share on other sites More sharing options...
jlrycm Posted August 27 Share Posted August 27 5 hours ago, minty_flare said: You can try reset nvram after setting your config, when I reset, it finally worked out. That’s a standard mandatory procedure for me every time I change something in my EFI kexts and config file sections that would represent a change in the NVRAM 1 hour ago, cankiulascmnfye said: I did some more digging and it seems these two BT fixes are now part of Bluetoofixup: https://github.com/acidanthera/BrcmPatchRAM/pull/31 So I disabled both patches: bluetoothExternalDongleFailed DATA 00 bluetoothInternalControllerInfo DATA 0000000000000000000000000000 Rebooted, reset NVRAM. And, as expected, Bluetooth still works, since my EFI contains the BlueToolFixup.kext. I guess these patches are remnants of a time before they were implemented in BlueToolFixup in June 2023 I’ll update the kext and disable this if it was picked up already 2 Link to comment Share on other sites More sharing options...
naiclub Posted August 27 Share Posted August 27 6 hours ago, Max.1974 said: Just follow @miliuco tutorial with these new kexts You can do it 😉 hello Now I'm stuck on Secure Boot. It's enabled. cannot be closed It won't let me close. Therefore unable to boot into Mac OS. 2 Link to comment Share on other sites More sharing options...
Max.1974 Posted August 28 Share Posted August 28 Are you enable secure boot on Bios? Need try disable and not need OCLP patcher. 2 Link to comment Share on other sites More sharing options...
naiclub Posted August 28 Share Posted August 28 4 hours ago, Max.1974 said: Are you enable secure boot on Bios? Need try disable and not need OCLP patcher. Hello, which kext do I need to use? 2 Link to comment Share on other sites More sharing options...
Res Posted August 28 Share Posted August 28 BT still not works. So far, except for the OCLP method, I noted intel AC 9560 combo BT with IntelBluetoothFirmware-sequoia works only on beta 1~3. Maybe I am wrong. 3 Link to comment Share on other sites More sharing options...
CloverLeaf Posted August 28 Share Posted August 28 4 hours ago, Res said: BT still not works. So far, except for the OCLP method, I noted intel AC 9560 combo BT with IntelBluetoothFirmware-sequoia works only on beta 1~3. Maybe I am wrong. @Res The BT works on my laptop with the latest Sequoia Beta. 5 Link to comment Share on other sites More sharing options...
ovidoi Posted August 28 Share Posted August 28 (edited) 5 hours ago, Res said: BT still not works. So far, except for the OCLP method, I noted intel AC 9560 combo BT with IntelBluetoothFirmware-sequoia works only on beta 1~3. Maybe I am wrong. Hi, use intel BluetoothFirmware and Bluetoolfixup working good in beta6 to my laptop @everyone please tell me why OCLP doesn't install AMDRadeonx3000.kext, the file exist in DMG pack amd has support for terrascale2 video card, i try many distro but same issue. In sonoma does not this issue include last oclp 160n build 173 pack version #1652 In Sequoia installed only AMDRadeonX3000GLDriver.bundle, but without AMDRadeonX3000.kext not have qe/ci. how to install manualy, not have rights to write in system/library/extension, please help, thx. Cannot msg send to oclp team. L.E. file atach is the 13.6 folder in dmg pack, the file exist but no install. Edited August 28 by ovidoi update 2 Link to comment Share on other sites More sharing options...
naiclub Posted August 28 Share Posted August 28 AirportItlwm.kext IntelBluetoothFirmware.kext BlueToolFixup.kext IntelBTPatcher.kext Use these 4 Can't boot into Sequoia and Sonoma. Ventura Montorey Bigsur can boot normally. Can use bluetooth but wireless doesn't work. 2 Link to comment Share on other sites More sharing options...
Recommended Posts