chris1111 Posted December 20, 2024 Share Posted December 20, 2024 4 hours ago, ANTIKO said: Still doesn't appear)) strange there is no probleme here 1 Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829058 Share on other sites More sharing options...
ANTIKO Posted December 20, 2024 Share Posted December 20, 2024 14 hours ago, chris1111 said: strange there is no probleme here Thanks, but I was looking for this. Auto Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829061 Share on other sites More sharing options...
Slice Posted December 21, 2024 Share Posted December 21, 2024 10 hours ago, ANTIKO said: Thanks, but I was looking for this. Auto Test with Clover. It has special workaround for this case. Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829066 Share on other sites More sharing options...
MaLd0n Posted December 21, 2024 Share Posted December 21, 2024 19 hours ago, ANTIKO said: The question is a little off topic, is it possible to configure macOS so that when the power button of the computer is pressed, there would not be an instant shutdown, but how does it happen when it turns off in the menu? Inject devices PWRB and SLPB into _SB Quote Scope (\_SB) { Device (PWRB) { Name (_HID, EisaId ("PNP0C0C") /* Power Button Device */) // _HID: Hardware ID Method (_STA, 0, NotSerialized) // _STA: Status { If (_OSI ("Darwin")) { Return (0x0B) } Else { Return (Zero) } } } } Scope (\_SB) { Device (SLPB) { Name (_HID, EisaId ("PNP0C0E") /* Sleep Button Device */) // _HID: Hardware ID Method (_STA, 0, NotSerialized) // _STA: Status { If (_OSI ("Darwin")) { Return (0x0B) } Else { Return (Zero) } } } } To avoid conflict use these rename ACPI patches Quote <dict> <key>Base</key> <string></string> <key>BaseSkip</key> <integer>0</integer> <key>Comment</key> <string>SLPB to XLPB</string> <key>Count</key> <integer>0</integer> <key>Enabled</key> <true/> <key>Find</key> <data>U0xQQg==</data> <key>Limit</key> <integer>0</integer> <key>Mask</key> <data></data> <key>OemTableId</key> <data></data> <key>Replace</key> <data>WExQQg==</data> <key>ReplaceMask</key> <data></data> <key>Skip</key> <integer>0</integer> <key>TableLength</key> <integer>0</integer> <key>TableSignature</key> <data></data> </dict> <dict> <key>Base</key> <string></string> <key>BaseSkip</key> <integer>0</integer> <key>Comment</key> <string>PWRB to XWRB</string> <key>Count</key> <integer>0</integer> <key>Enabled</key> <true/> <key>Find</key> <data>UFdSQg==</data> <key>Limit</key> <integer>0</integer> <key>Mask</key> <data></data> <key>OemTableId</key> <data></data> <key>Replace</key> <data>WFdSQg==</data> <key>ReplaceMask</key> <data></data> <key>Skip</key> <integer>0</integer> <key>TableLength</key> <integer>0</integer> <key>TableSignature</key> <data></data> </dict> 2 1 1 Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829073 Share on other sites More sharing options...
jsl Posted December 21, 2024 Share Posted December 21, 2024 On 12/21/2024 at 1:44 AM, mnfesq said: I'm just guessing here but the last time I had a problem with Firefox crashing on opening was because of AMFI. Using the AMFIPass.kext solved the problem for me. Thanks for your advice but I have applied AMFIPass.kext 1.4.1 already with boot-args "amfi=0x80". Only after re-installation of 15.3 beta fixed this issue now ! 1 Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829086 Share on other sites More sharing options...
Anto65 Posted December 21, 2024 Author Share Posted December 21, 2024 With AMFIPass.kext 1.4.1 , no boot-args is needed 6 Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829087 Share on other sites More sharing options...
ANTIKO Posted December 30, 2024 Share Posted December 30, 2024 Has anyone tried to start an AirportItlwm using this manual? https://github.com/OpenIntelWireless/itlwm/issues/1009#issuecomment-2370919270 Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829244 Share on other sites More sharing options...
strangeron Posted December 30, 2024 Share Posted December 30, 2024 57 minutes ago, ANTIKO said: Has anyone tried to start an AirportItlwm using this manual? Feedback from those who have tried this method is positive. Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829245 Share on other sites More sharing options...
ANTIKO Posted December 30, 2024 Share Posted December 30, 2024 13 hours ago, strangeron said: Feedback from those who have tried this method is positive. This is good, but I would like to read the opinion of people who have tested this method here. 1 Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829248 Share on other sites More sharing options...
strangeron Posted December 30, 2024 Share Posted December 30, 2024 1 hour ago, ANTIKO said: This is good, but I would like to read the opinion of people who have tested this method here. I think it's not possible for now. They are not forum members. These comments were shared in a Turkish forum. However, I am attaching a config.plist for your review. config-21.plist 1 Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829252 Share on other sites More sharing options...
ANTIKO Posted December 30, 2024 Share Posted December 30, 2024 13 hours ago, strangeron said: They are not forum members. These comments were shared in a Turkish forum. config-21.plist 49.34 kB · 1 download I am interested in the opinion of people on the forum. Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829254 Share on other sites More sharing options...
Stefanalmare Posted December 30, 2024 Share Posted December 30, 2024 (edited) 3 hours ago, ANTIKO said: Has anyone tried to start an AirportItlwm using this manual? https://github.com/OpenIntelWireless/itlwm/issues/1009#issuecomment-2370919270 This is the method I use from day 1 of Sequoia. It works! config.plist Edited December 30, 2024 by Stefanalmare 2 1 Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829257 Share on other sites More sharing options...
ANTIKO Posted December 30, 2024 Share Posted December 30, 2024 (edited) 13 hours ago, Stefanalmare said: Это метод, который я использую с первого дня Sequoia. Он работает! config.plist 59,88 кБ · 0 загрузок Это метод, который я использую с первого дня Sequoia. Он работает! Can I see the screenshots? What and how? Which manual was followed? exactly 15.3? Edited December 30, 2024 by ANTIKO Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829258 Share on other sites More sharing options...
Stefanalmare Posted December 30, 2024 Share Posted December 30, 2024 2 hours ago, ANTIKO said: Can I see the screenshots? What and how? Which manual was followed? exactly 15.3? Just read the tutorial in the link. And, you don't need to believe me. I'm not going to send screenshots. 3 Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829262 Share on other sites More sharing options...
ANTIKO Posted December 30, 2024 Share Posted December 30, 2024 16 hours ago, Stefanalmare said: Just read the tutorial in the link. And, you don't need to believe me. I'm not going to send screenshots. Did I write that I don't believe? Or maybe the crown will fall off your head if you just don't show the screenshots? Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829266 Share on other sites More sharing options...
Stefanalmare Posted December 30, 2024 Share Posted December 30, 2024 1 hour ago, ANTIKO said: Did I write that I don't believe? Or maybe the crown will fall off your head if you just don't show the screenshots? You have the tutorial, you have my config and it is not enough. After that, you are sarcastic. Please, starting from now, consider I'm invisible for you here. Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829272 Share on other sites More sharing options...
ANTIKO Posted December 31, 2024 Share Posted December 31, 2024 (edited) 16 hours ago, Stefanalmare said: You have the tutorial, you have my config and it is not enough. After that, you are sarcastic. Please, starting from now, consider I'm invisible for you here. Thank you for your reply, if it was difficult for you to do it, I will do it. And for the future, don't pretend to be the ultimate truth. The crown is not eternal. Spoiler Edited December 31, 2024 by ANTIKO Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829280 Share on other sites More sharing options...
xtddd Posted January 6, 2025 Share Posted January 6, 2025 hi,friend. agdpmod=pikera is needed in boot if using NootRx.kext to enable rx 6000 series graphic? 1 Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829383 Share on other sites More sharing options...
Max.1974 Posted January 6, 2025 Share Posted January 6, 2025 Depends that what is your gpu model card. I think if you use old cards already contain in config.plist from Kext. New models will need add. I prefer use WEG and BRG0 ssdt. But people will going improve and get better and better 2 Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829384 Share on other sites More sharing options...
Max.1974 Posted January 6, 2025 Share Posted January 6, 2025 (edited) PS: I removed Whatevergreen.kext and DeviceProperties refers to Gpu, left agdpmod=pikera on Boot args and my SSDT BRG0. Recognize like shows grep command RX 6900 XT Gigabyte Aorus 16GB My base clock from BIOS is 85 MHz not 100 mhz because prevents Raptor Lake issues See my score 251 k from Geekbench 6 Spoiler Whatevergreen kext not so bad too 248 k Spoiler Edited January 6, 2025 by Max.1974 3 Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829385 Share on other sites More sharing options...
cankiulascmnfye Posted January 6, 2025 Share Posted January 6, 2025 On 12/30/2024 at 1:07 PM, Stefanalmare said: This is the method I use from day 1 of Sequoia. It works! config.plist 59.88 kB · 21 downloads Wow, that's interesting. So just to be clear that I got these instructions straight: https://github.com/OpenIntelWireless/itlwm/issues/1009#issuecomment-2370919270 Faking an Intel Wifi-card as a Broadcom card and applying root patches for modern wifi with OCLP allows Intel cards to use AirportItlmw.kext in Sequoia?!? Wicked cool. 3 Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829386 Share on other sites More sharing options...
cankiulascmnfye Posted January 6, 2025 Share Posted January 6, 2025 @Stefanalmare I've got AirportItlwm working in Sequoia as well! For macOS Sequoia, inject the AirportItlwm.kext for Ventura (Iv'e renamed it, since I also have Sonoma installed) Make sure to get the Min/MaxKernel Settings right! 5 Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829398 Share on other sites More sharing options...
cankiulascmnfye Posted January 6, 2025 Share Posted January 6, 2025 7 minutes ago, eSaF said: Well done on getting this to work!!! Would be interested to know if all Apple Services are available as with Broadcom Cards. i.e F/Time, AirDrop, Hand Off etc. I don't have any iDevices so I can't test most of this. 1 Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829402 Share on other sites More sharing options...
cankiulascmnfye Posted January 6, 2025 Share Posted January 6, 2025 (edited) @eSaF The chances that Apple Services work with AirportItlwm are higher than with Itlwm, since itlwm inject the card as an Ethernet Adapter! Added the guide to OCLP Wintel section: https://github.com/5T33Z0/OC-Little-Translated/blob/main/14_OCLP_Wintel/Enable_Features/AirportItllwm_Sequoia.md Edited January 6, 2025 by cankiulascmnfye 2 Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829403 Share on other sites More sharing options...
miliuco Posted January 7, 2025 Share Posted January 7, 2025 (edited) @eSaF What is the onboard wifi card? I didn't know that your mobo has an integrated wifi chipset. Edited January 7, 2025 by miliuco Typo 1 Link to comment https://www.insanelymac.com/forum/topic/360375-pre-release-macos-sequoia-153/page/3/#findComment-2829405 Share on other sites More sharing options...
Recommended Posts