Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Scarica l installer di Sequoia, ricrei la USB con bootabler ad esempio , ricopi la EFI aggiornata
  3. Buonasera, altra domanda, avevo installato da chiavetta usb Big Sur, successivamente aggiornando con OCAT kext e Opencore a Sewuoia. Ho poi montato la Efi del pc e copiata sulla chiavetta. Ma c’è possibilità di inserire anche Sequoia nella chiavetta? Grazie
  4. Today
  5. Thanks. The DSDT is confusing, with many conditions I havent seen with other manufacturers. If you see IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/GPP7@2,1/IOPP/UP00@0/IOPP/DP40@8/IOPP/UP00@0/IOPP/DP28@5/IOPP/ethernet@0 \_SB.PCI0.GPP7.UP00.DP40.UP00.DP28 are all created as they should, despite the conditional declarations. But the NIC has no proper ACPI name ("ethernet@0"). Maybe a SSDT to name it would help? The scopes which matter are those where devices are declared. \_SB.PCI0.GPP7.UP00 is created under If (((G002 != 0x03) && (G000 != Zero))) at line 25080. This is patch #1a. \_SB.PCI0.GPP7.UP00.DP40.UP00 is created under If ((((G002 != 0x03) && (G000 == One)) && ( (G002 != 0x04) && (G003 != Zero)))) at lines 38352-38353. I do not think this is the issue, since you see the IOService path, but if I wanted to make a patch I would look for it in the binary DSDT.aml. Here it is (I looked for the OpCode sequence G002 != 0x04 && G003 != Zero, there is only one in the DSDT): The complete condition is: A0399090 92934730 30320A03 93473030 30019092 93473030 320A0493 47303033 00 where 'A0' is 'If'. Replace all bytes by 'A3' (NoOp) to remove the condition: A3A3A3A3 A3A3A3A3 A3A3A3A3 A3A3A3A3 A3A3A3A3 A3A3A3A3 A3A3A3A3 A3A3A3A3 A3 To make it more generic, make a mask for the padding byte '39' between 'A0' ('If') and test '90' ('&&'): FF00FFFF FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF FF SSDT-RTL8125.aml.zip
  6. 👍 Buonaserata a tutti Un bambino chiede al padre cosa siano le icone. Il padre risponde: "Sono immagini sacre". Il figlio chiede: "E perché Windows ne ha tante?". Il padre: "Perché per farlo funzionare ci vuole un miracolo!
  7. Da quando ho aggiornato a Ventura noto un fastidioso lag video in YouTube e all’apertura di file video (mp4) il video non è fluido (circa 2 -3 secondi di interruzione e salto sistematica). Ho una RX560 e con il precedente OS non avevo problemi. Consigli? Grazie
  8. ho notato che su osx le app scalano molto velocemente anche la versione del sistema. e chissà con quale motivazione tecnica visto che avidemux (per esempio) lo avvii da catalina a sequoia e forse oltre.
  9. macOS Sequoia 15.7.2. - 24G322 - 👍.
  10. macOS Tahoe 26.1 Beta 4 - 25B5072a-
  11. Io non ho hardware vecchio, ma uso come primario Ventura La fregatura e' che ad esempio un software che uso (Davinci resolve) ora ha come requisito minimo Sonoma. quindi se desidero usare le nuove versioni sono costretto ad aggiornare
  12. I’ve got 5 Scopes for (_SB.PCI0.GPP7), 3 for (_SB.PCI0.GPP7.UP00.DP40), 2 for (_SB.PCI0.GPP7.UP00.DP40.UP00.DP40), and 2 for (_SB.PCI0.GPP7.UP00.DP20)—all tucked under different conditional statements. Then there’s also 2 Scopes for (_SB.PCI0.GPP7.UP00.DP60.XH00) that are under different conditionals too. I really have no idea which ones to keep!
  13. I can get the onboard network card recognized normally if I manually delete the G000~G02D variables and the subsequent conditional statements following the OP’s method—it’s just not very clean. I’m wondering how you made your patch step by step? Also, the address for my RTL8125BG is IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/GPP7@2,1/IOPP/UP00@0/IOPP/DP40@8/IOPP/UP00@0/IOPP/DP28@5/IOPP/ethernet@0.
  14. attualmente uso sequoia aggiornato su questo vecchio hardware. domandona: con monterey o addirittura catalina ci si campa ancora sonni tranquilli? la motivazione? su stesso pc i vecchi os sono di tanto più reattivi. i nuovi hanno una vagonata di roba che non uso. personalmente, i sistemi operativi dovrebbero essere un kernel, server grafico, server sonoro e il software ce lo metti tu. alla fine uso un browser, quicktime, iina e un qualsiasi video editor.
  15. Beta 4 (25B5072a) Full Installer https://swcdn.apple.com/content/downloads/41/52/093-85252-A_MV4AZOFO08/ldthfqyadch8d0o06hcl1q34lxlxqb75ug/InstallAssistant.pkg
  16. Mi ha fatto un po penare per la lentezza iniziale dell'apertura del programma dopo l'installazione, ma credo sia dovuto alla poca potenza dell'i3 e della poca ram...boo comunque una volta che ha memorizzato l'apertura va come una scheggia
  17. Yesterday
  18. From the thread on AMD OSX, your board is a MSI X670e Gaming Plus Wifi, and the NIC is a Realtek 8125BG. Is this particular model supported under macOS? The three statements which are patched control many different devices. Do you know the path to the RTL8125BG?
  19. 😁 Aggiornamento Disponibile ! Beta 4 (25B5072a)
  20. dany

    Riordinare la GUI

    ho 17 infatti...ok ora metto 144, grazie. e grazie per la f10
  21. Anto65

    Riordinare la GUI

    Come hai in Misc - > Boot -> PickerAttributes : ? Con 144 ( invece di 17 ) dovrebbe mostrarti l icona corretta per l ardisca 😁 Inserendo CrScreenshotDxe.efi non cambia nulla , cambia che puoi postare immaggini decenti della Gui e poi non ti serve il cell per farlo 😁 ... F10
  22. The patch definitely modified the DSDT like it should, but my onboard network card still isn’t working. Do I really have to make patches for every single conditional statement that looks like "If (((G002 != 0x03) && ((G000 == One)"? There are so many conditional statements, and the same device is referred to differently in different condition blocks. Even if I remove the conditional statements, which one should I pick? If ((G002 != One)) If (((G000 == One) && ((G002 >= 0x04) && ( G002 <= 0x07)))){} If (((G000 == One) && (G002 == 0x07))){} If (((G002 != 0x03) && (G000 != Zero))){} If ((G002 != 0x03)) If ((G002 < 0x03)) If (((G002 != 0x03) && (G000 == One))) If (((G002 != 0x03) && (G000 != Zero))) If (((G002 != 0x03) && ((G000 == One) && (G004 == 0x43FA1022)))) If (((G002 != 0x03) && ((G000 == One) && ( G004 != 0x43FA1022)))) If (((G002 != 0x03) && (G000 == 0x02))) If (((G002 < 0x03) && (G000 == One))) If (((G002 != 0x03) && ((G000 == One) && ( G002 != 0x04)))) If (((G002 != 0x03) && ((G000 == One) && ( (G002 != 0x04) && (G002 != 0x07))))) If (((G002 != 0x03) && ((G000 == One) && ( G002 != 0x05)))) If (((G002 != 0x03) && ((G000 == One) && ( G002 != 0x06)))) If (((G000 == One) && (G002 == 0x04))) If (((G000 == One) && (G002 == 0x05))) If (((G000 == One) && (G002 == 0x06))) If ((((G002 != 0x03) && (G000 == One)) && ( (G002 != 0x04) && (G003 != Zero)))) If (((G000 == One) && ((G002 == 0x07) && (G003 != Zero)))) If ((((G002 != 0x03) && (G000 == One)) && ( (G002 != 0x04) && ((G002 != 0x07) && (G003 != Zero))))) If ((((G002 != 0x03) && (G000 == One)) && ( (G002 != 0x04) && (G003 == Zero)))) If ((G002 != 0x03)) If ((G002 != 0x02)) If ((G001 == One)) The DSDT on MSI motherboards is a total disaster!
  1. Load more activity
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.