Deadpool Posted November 11, 2020 Share Posted November 11, 2020 Salve @Gengik84 / @iCanaro dopo vari tentativi sono finalmente riuscito a far partire Catalina (ed a giorni spero che riuscirò anche con Big Sur) con OpenCore 0.6.3. A prima vista, l'unica cosa che non sembra funzionare è il trackpad. Viene riconosciuto dal sistema e posso modificare le opzioni, gestures ecc nelle impostazioni, però la freccia non si muove e sono costretto ad utiizzare un mouse usb. Potreste gentilmente orientarmi su quali parametri dovrei controllare per vedere se riesco a farlo funzionare come prima quando ero su clover? I kext in uso (prima su clover ed adesso su opencore) sono i seguenti: AirportBrcmFixup - per abilitare il wifi (Broadcom BCM94352Z) AppleALC - per abilitare l'audio (Layout 21) BrcmBluetoothInjector, BrcmFirmwareData, BrcmPatchRAM3 - per abilitare il bluetooth Lilu - estensione del kernel SMCBatteryManager - per l'icona della batteria nella barra dei menu in alto VirtualSMC - emulatore Apple SMC Voodool2C, Voodool2CHID - per abilitare il touchpad e le relative gestures VoodooPS2Controller - per abilitare la tastiera WhateverGreen - per abilitare la grafica Grazie mille in anticipo per il vostro aiuto. Link to comment Share on other sites More sharing options...
blasj93 Posted November 11, 2020 Share Posted November 11, 2020 togli voodool2c e voodool2chid e usa solo voodoops2 controller, abilita dal config e dovrebbe funzionare il touchpad Link to comment Share on other sites More sharing options...
Deadpool Posted November 11, 2020 Author Share Posted November 11, 2020 5 ore fa, blasj93 ha scritto: togli voodool2c e voodool2chid e usa solo voodoops2 controller, abilita dal config e dovrebbe funzionare il touchpad Salve @blasj93 ho seguito le tue istruzioni però il trackpad continua a non funzionare. Nelle impostazioni lo riconosce e mi fa selezionare le varie opzioni e gestures però la freccia continua a non muoversi. Se avete altre possibili soluzioni, per favore fatemi sapere intanto continuo cercando in giro se è capitata la stessa cosa a qualcun altro. Grazie Link to comment Share on other sites More sharing options...
Administrators Gengik84 Posted November 11, 2020 Administrators Share Posted November 11, 2020 Devi prestare attenzione a l'ordine di come sono definiti i kext e relativi plugins sul config Ovviamente avendo un I2C devi usare quei kext come anche VoodooPS2 ma solo per la tastiera. oltre a questo devi usare le stesse tue acpi Link to comment Share on other sites More sharing options...
Deadpool Posted November 11, 2020 Author Share Posted November 11, 2020 5 ore fa, Gengik84 ha scritto: Devi prestare attenzione a l'ordine di come sono definiti i kext e relativi plugins sul config Ovviamente avendo un I2C devi usare quei kext come anche VoodooPS2 ma solo per la tastiera. oltre a questo devi usare le stesse tue acpi Grazie @Gengik84 sinceramente non capisco bene quali plugin dovrei togliere e/o riordinare. Allego un file di testo dove si può vedere la situazione attuale. Sarebbe possibile che mi indicassi cosa togliere / riordinare? Ho fatto delle prove però sembra che non hanno risolto il problema e non riesco più a pensare che combinazioni provare. Per quanto riguarda le mie ACPI, ho un DSDT patchato da te tempo fa che credo includa delle modifiche per far si che il trackpad funzioni perfettamente usando clover e gli stessi kexts che ho adesso con opencore. Grazie mille in anticipo! ordine dichiarazione kexts opencore.zip Link to comment Share on other sites More sharing options...
katsuja Posted November 11, 2020 Share Posted November 11, 2020 (edited) 1 ora fa, Deadpool ha scritto: Grazie @Gengik84 sinceramente non capisco bene quali plugin dovrei togliere e/o riordinare. Allego un file di testo dove si può vedere la situazione attuale. Sarebbe possibile che mi indicassi cosa togliere / riordinare? Ho fatto delle prove però sembra che non hanno risolto il problema e non riesco più a pensare che combinazioni provare. Per quanto riguarda le mie ACPI, ho un DSDT patchato da te tempo fa che credo includa delle modifiche per far si che il trackpad funzioni perfettamente usando clover e gli stessi kexts che ho adesso con opencore. Grazie mille in anticipo! ordine dichiarazione kexts opencore.zip 1 kB · 5 download Il mio notebook con questo ordine funziona: Spoiler Edited November 11, 2020 by katsuja Link to comment Share on other sites More sharing options...
Administrators Gengik84 Posted November 12, 2020 Administrators Share Posted November 12, 2020 @Deadpool 19 ore fa, Gengik84 ha scritto: VoodooPS2 ma solo per la tastiera. disabilita il resto Link to comment Share on other sites More sharing options...
Deadpool Posted November 12, 2020 Author Share Posted November 12, 2020 3 ore fa, Gengik84 ha scritto: @Deadpool disabilita il resto @Gengik84 disabilitando tutto e mantenendo solo il plugin per la tastiera, nelle opzioni non appare nessun trackpad e nessuna possibilità di gestire le varie opzioni e gestures. La tastiera funzona anche se dopo un risveglio mi è capitato che non funzionasse ed ho risolto con un riavvio. La parte relativa ai kext adesso è questa: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Add</key> <array> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/Lilu</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>Lilu.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VirtualSMC</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VirtualSMC.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/AirportBrcmFixup</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>AirportBrcmFixup.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string></string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcm4360_Injector.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string></string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/AppleALC</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>AppleALC.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string></string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>BrcmBluetoothInjector.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/BrcmFirmwareData</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>BrcmFirmwareData.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/BrcmPatchRAM3</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>BrcmPatchRAM3.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/NVMeFix</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>NVMeFix.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/SMCBatteryManager</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>SMCBatteryManager.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <false/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooGPIO</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <false/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooI2CServices</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <false/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooInput</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooPS2Controller</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VoodooPS2Controller.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <false/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooInput</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooPS2Keyboard</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <false/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooPS2Mouse</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <false/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooPS2Trackpad</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/WhateverGreen</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>WhateverGreen.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <false/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooI2C</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VoodooI2C.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <false/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooI2CHID</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VoodooI2CHID.kext</string> </dict> </array> </dict> </plist> Resto a tua disposizione per i prossimi passi. Grazie! Link to comment Share on other sites More sharing options...
Deadpool Posted November 12, 2020 Author Share Posted November 12, 2020 8 ore fa, Deadpool ha scritto: @Gengik84 disabilitando tutto e mantenendo solo il plugin per la tastiera, nelle opzioni non appare nessun trackpad e nessuna possibilità di gestire le varie opzioni e gestures. La tastiera funzona anche se dopo un risveglio mi è capitato che non funzionasse ed ho risolto con un riavvio. La parte relativa ai kext adesso è questa: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Add</key> <array> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/Lilu</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>Lilu.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VirtualSMC</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VirtualSMC.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/AirportBrcmFixup</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>AirportBrcmFixup.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string></string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcm4360_Injector.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string></string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/AppleALC</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>AppleALC.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string></string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>BrcmBluetoothInjector.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/BrcmFirmwareData</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>BrcmFirmwareData.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/BrcmPatchRAM3</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>BrcmPatchRAM3.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/NVMeFix</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>NVMeFix.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/SMCBatteryManager</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>SMCBatteryManager.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <false/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooGPIO</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <false/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooI2CServices</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <false/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooInput</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooPS2Controller</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VoodooPS2Controller.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <false/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooInput</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooPS2Keyboard</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <false/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooPS2Mouse</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <false/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooPS2Trackpad</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <true/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/WhateverGreen</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>WhateverGreen.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <false/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooI2C</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VoodooI2C.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>Enabled</key> <false/> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooI2CHID</string> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>VoodooI2CHID.kext</string> </dict> </array> </dict> </plist> Resto a tua disposizione per i prossimi passi. Grazie! Salve di nuovo @Gengik84 ho continuato a fare prove attivando / disattivando i plugin e cambiando l’ordine degli stessi più volte però non ho avuto fortuna. Spero che con il tuo aiuto riesca finalmente a far funzionare il trackpad e consecutivamente installare Big Sur. Grazie! Link to comment Share on other sites More sharing options...
Administrators Gengik84 Posted November 13, 2020 Administrators Share Posted November 13, 2020 prova a allegare il config Link to comment Share on other sites More sharing options...
Deadpool Posted November 13, 2020 Author Share Posted November 13, 2020 35 minuti fa, Gengik84 ha scritto: prova a allegare il config Buonasera @Gengik84 come richiesto, allego il config. Come sempre, grazie mille per il tuo aiuto! OpenCore config.plist.zip Link to comment Share on other sites More sharing options...
Administrators Gengik84 Posted November 13, 2020 Administrators Share Posted November 13, 2020 scarica OC-EFI_Maker scegli menù 1 procedi, quando chiede dei laptop rispondi y quando chiede I2C rispondi yes quando ha finito apri il config e controlla come è tutto l'elenco dei kext e riportalo nel tuo nello stesso modo Link to comment Share on other sites More sharing options...
Deadpool Posted November 13, 2020 Author Share Posted November 13, 2020 3 ore fa, Gengik84 ha scritto: scarica OC-EFI_Maker scegli menù 1 procedi, quando chiede dei laptop rispondi y quando chiede I2C rispondi yes quando ha finito apri il config e controlla come è tutto l'elenco dei kext e riportalo nel tuo nello stesso modo @Gengik84 ho seguito le tue istruzioni e provato però il trackpad continua a non funzionare. ci sono dei kexts dichiarati nel config che crea OC EFI Maker che io non ho quindi li ho omessi sistemando nell'ordine mostrato, quelli che ho. In allegato ti lascio il config ordinato seguendo le tue istruzioni. A questo punto non so se ci potessero essere altri problemi a parte l'ordine di dichiarazione dei kexts e plugin. Se puoi, fammi sapere cos' altro posso provare. Grazie opencore config.plist.zip Link to comment Share on other sites More sharing options...
Deadpool Posted November 15, 2020 Author Share Posted November 15, 2020 (edited) Il 13/11/2020 at 22:39, Deadpool ha scritto: @Gengik84 ho seguito le tue istruzioni e provato però il trackpad continua a non funzionare. ci sono dei kexts dichiarati nel config che crea OC EFI Maker che io non ho quindi li ho omessi sistemando nell'ordine mostrato, quelli che ho. In allegato ti lascio il config ordinato seguendo le tue istruzioni. A questo punto non so se ci potessero essere altri problemi a parte l'ordine di dichiarazione dei kexts e plugin. Se puoi, fammi sapere cos' altro posso provare. Grazie opencore config.plist.zip 5 kB · 0 download Buonasera @Gengik84 mentre cerco di risolvere il problema del trackpad su opencore, ho aggiornato a big Sur utilizzando clover. Avvio abbastanza lento pero posso usare quasi tutto utilizzando il dsdt da te patchato per Catalina e le varie patch sul config (sempre per Catalina). Ho notato che il Wi-Fi (BCM94352Z)non funziona anche aggiungendo come boot arg il fix brcmfx-driver=2 e la ventola va sempre a 1000. Avresti mica idea su come attivare il Wi-Fi? Così posso fare le varie prove visto che il mio laptop non ha LAN. Grazie Edited November 15, 2020 by Deadpool Link to comment Share on other sites More sharing options...
Deadpool Posted November 17, 2020 Author Share Posted November 17, 2020 Il 15/11/2020 at 21:21, Deadpool ha scritto: Buonasera @Gengik84 mentre cerco di risolvere il problema del trackpad su opencore, ho aggiornato a big Sur utilizzando clover. Avvio abbastanza lento pero posso usare quasi tutto utilizzando il dsdt da te patchato per Catalina e le varie patch sul config (sempre per Catalina). Ho notato che il Wi-Fi (BCM94352Z)non funziona anche aggiungendo come boot arg il fix brcmfx-driver=2 e la ventola va sempre a 1000. Avresti mica idea su come attivare il Wi-Fi? Così posso fare le varie prove visto che il mio laptop non ha LAN. Grazie Salve @Gengik84 avevo installato big Sur con opencore però non riuscendo a far funzionare il trackpad, avviavo con clover che si riesce a farmi funzionare il trackpad. Adesso c’è un bug segnalato agli sviluppatori in clover che da problemi di avvio su big Sur. Ho dovuto installare da zero Catalina in attesa che il bug di clover venga risolto o che riesca a far funzionare il trackpad con opencore. Se non è troppo disturbo, potresti gentilmente aiutarmi a cercare di far funzionare il trackpad con opencore? Grazie mille in anticipo. Link to comment Share on other sites More sharing options...
Support Team iCanaro Posted November 17, 2020 Support Team Share Posted November 17, 2020 il giro del mondo in 80 giorni posta un po' questa cartella Clover Link to comment Share on other sites More sharing options...
Deadpool Posted November 17, 2020 Author Share Posted November 17, 2020 2 ore fa, iCanaro ha scritto: il giro del mondo in 80 giorni posta un po' questa cartella Clover Salve @iCanaro perdona il ritardo però solo adesso sono rientrato a casa. Allego la cartella Clover come richiesto. Grazie EFIclover.zip Link to comment Share on other sites More sharing options...
Deadpool Posted November 18, 2020 Author Share Posted November 18, 2020 Il 17/11/2020 at 19:46, Deadpool ha scritto: Salve @iCanaro perdona il ritardo però solo adesso sono rientrato a casa. Allego la cartella Clover come richiesto. Grazie EFIclover.zip 3 MB · 0 download @iCanaro / @Gengik84 buonasera. Perdonate il disturbo, potreste gentilmente indicarmi cosa controllare per poter installare ed usare big Sur? Come indicato anteriormente, usando opencore avvio però non mi funziona il trackpad, mentre con clover, attualmente non mi avvia big Sur però Catalina si. Vi sarei molto grato se potreste aiutarmi. Grazie! Link to comment Share on other sites More sharing options...
Administrators Gengik84 Posted November 18, 2020 Administrators Share Posted November 18, 2020 clover è quello aggiornato e avvia BigSur che problema da? Link to comment Share on other sites More sharing options...
Deadpool Posted November 18, 2020 Author Share Posted November 18, 2020 (edited) 11 minuti fa, Gengik84 ha scritto: clover è quello aggiornato e avvia BigSur che problema da? Buonasera @Gengik84 attualmente sono su una fresa install di Catalina. Ho clover 5126 che avvia perfettamente Catalina. Adesso ho scaricato big Sur per fare l’aggiornamento. Una volta avviato l’aggiornamento da Catalina mi chiede di riavviare, riavvio e nella schermata di clover, avvio l’aggiornamento è mi da l’errore: Can’t perform kext scan: no kext summary”. errore.jpeg.zip Edited November 18, 2020 by Deadpool aggiunto screenshot errore Link to comment Share on other sites More sharing options...
Administrators Gengik84 Posted November 18, 2020 Administrators Share Posted November 18, 2020 ultimo clover che trovi qui in download? Link to comment Share on other sites More sharing options...
Deadpool Posted November 18, 2020 Author Share Posted November 18, 2020 1 minuto fa, Gengik84 ha scritto: ultimo clover che trovi qui in download? @Gengik84 si questo CLOVER-5126-913abfe7b-All ho allegato la cartella clover nel post precedente. se hai bisogno di altre info, sono a tua completa disposizione Link to comment Share on other sites More sharing options...
Administrators Gengik84 Posted November 18, 2020 Administrators Share Posted November 18, 2020 12 minuti fa, Deadpool ha scritto: Can’t perform kext scan: no kext summary”. ok però per questo non saprei metti i kext nella cartella per bigsur e rimuovi da other riprova Link to comment Share on other sites More sharing options...
Deadpool Posted November 18, 2020 Author Share Posted November 18, 2020 (edited) 6 minuti fa, Gengik84 ha scritto: ok però per questo non saprei metti i kext nella cartella per bigsur e rimuovi da other riprova @Gengik84 non essendoci una cartella per i kexts di bigsur, la creo a mano con il nome 11 o 11.00? un altra cosa, nell'errore dice qualcosa del kext voodoo input. already have prelinked v 1.0.9 mentre io avrei la 1.0.8. c'entra qualcosa? Edited November 18, 2020 by Deadpool Link to comment Share on other sites More sharing options...
Deadpool Posted November 18, 2020 Author Share Posted November 18, 2020 15 minuti fa, Gengik84 ha scritto: ok però per questo non saprei metti i kext nella cartella per bigsur e rimuovi da other riprova @Gengik84 sembra che sono riuscito a far partire l’aggiornamento a big Sur cancellando il plugin voodoo input 1.0.8 del kext voodoo ps2 controller. Adesso sembra che stia utilizzando lo stesso plugin però quello del kext voodooI2C che è la versione 1.0.9. Ti faccio sapere l’esito non appena finisce di aggiornare. Grazie Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now