Jump to content

trognaz

Members
  • Posts

    29
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

trognaz's Achievements

Corporal

Corporal (4/17)

4

Reputation

  1. Hello and thanks Jake Lo, I've tried your configuration but I've the same issues. Below my origin folder (obtained with Clover cause is faster, the aml files are extracted with Rehabman iasl + refs.txt in dsl but I've leaved the original aml) and IOReg. Thanks! origin.zip IOReg.ioreg
  2. H Specs: Laptop Acer Nitro 5 - Model version AN515-54-55CQ CPU: i5-9300H RAM: 16GB (2x8) DDR4 GPU: Intel UHD 630 + Nvidia GTX 1650 4GB SSD: M2 NVMe Sabrent 256 GB SSD: M2 Ngff + Adapter to Sata3 256 GB (WIndows) WIFI + BT: M2 DW1560 I've successfully installed latest Catalina 10.15.6 in dual boot with Windows 10 with Open Core 6.0.0 What works: Graphic accelleration IGPU Intel UHD 630 Audio (jack also) All USB ports (3 and type C also) Realteck Ethernet lan Wifi (DW1560) Integrated webcam Sleep and wake Battery management Brightness keys Keyboard (PS2) Whats doesn't work: BT (I can't understand why cause in windows and in other Mac with the same DW1560 and same kext work) Touchpad/Trackpad ELAN 0504 I've followed the Open Core official Dortania's guide, I've tried first time with SSDT-XOSI.aml patch + OSI to XOSI rename in config.plist and second time with SSDT-GPI0.aml compiled by me with my hardware name from my extracted DSDT, I've followed this guide for that. my SSDT-GPI0: DefinitionBlock ("", "SSDT", 2, "DRTNIA", "GPI0", 0x00000000) { External (GPHD, FieldUnitObj) Scope (\) { If (_OSI ("Darwin")) { GPHD = One } Else { } } } Cause my name in _STA method (DSDT) is GPHD I've tried with VoodooL2C + VoodooL2CHID and VoodooL2C + VoodooL2CELAN (Latest version) in this order: <dict> <key>BundlePath</key> <string>VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooInput</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> <key>BundlePath</key> <string>VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooI2CServices</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> <key>BundlePath</key> <string>VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooGPIO</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> <key>BundlePath</key> <string>VoodooI2C.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooI2C</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> <key>BundlePath</key> <string>VoodooI2CELAN.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooI2CELAN</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> In attachment my EFI: EFI.zip Please help with some idea or correction. THANKS!
  3. Thanks for your answer Jake Lo! finally I've solved to copy VoodooPs2Controller in L/E and rebuild kextcache. Now my touchpad work with basic mouse gestures!
  4. Hello all! I've a strange issue with my Dell latitude 3490. I describe here: With Clover all work properly with Voodoops2controller 2.1.5 + Voodool2c 2.4.3 + Voodool2CHID 1.0 in E/C/K/O, keyboard and trackpad with all gestures work but the cursor is not accurate, for this reason I've decided to use only VoodooPs2Controller 2.1.5 with basic mouse gestures on touchpad. Successfully converted Clover r5119 to OpenCore 0.5.9 (tried my configuration with many boots from usb) on latest Catalina 10.15.6, the boot is faster and all work fine, but touchpad with basic gestures won't work, I can't understand why. I've SSDT-XOSI.aml in ACPI folder and added in config: DefinitionBlock ("", "SSDT", 2, "DRTNIA", "XOSI", 0x00001000) { Method (XOSI, 1, NotSerialized) { Store (Package (0x11) { "Windows 2001", "Windows 2001.1", "Windows 2001 SP1", "Windows 2001 SP2", "Windows 2001 SP3", "Windows 2006", "Windows 2006 SP1", "Windows 2009", "Windows 2012", "Windows 2013", "Microsoft Windows NT", "Microsoft Windows", "Microsoft WindowsME: Millennium Edition" }, Local0) If (_OSI ("Darwin")) { Return (LNotEqual (Ones, Match (Local0, MEQ, Arg0, MTR, Zero, Zero))) } Else { Return (_OSI (Arg0)) } } } Also I've OSI to XOSI patch enabled in config: <dict> <key>Comment</key> <string>Change _OSI to XOSI</string> <key>Count</key> <integer>0</integer> <key>Enabled</key> <true/> <key>Find</key> <data>X09TSQ==</data> <key>Limit</key> <integer>0</integer> <key>Mask</key> <data></data> <key>OemTableId</key> <data></data> <key>Replace</key> <data>WE9TSQ==</data> <key>ReplaceMask</key> <data></data> <key>Skip</key> <integer>0</integer> <key>TableLength</key> <integer>0</integer> <key>TableSignature</key> <data></data> </dict> If add kexts in right order in config all work like Clover (Voodoops2controller 2.1.5 + Voodool2c 2.4.3 + Voodool2CHID 1.0) trackpad work but I've the same problem (not accurate cursor) like this: <dict> <key>BundlePath</key> <string>VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooI2CServices</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> <key>BundlePath</key> <string>VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooGPIO</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> <key>BundlePath</key> <string>VoodooI2C.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooI2C</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> <key>BundlePath</key> <string>VoodooI2CHID.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooI2CHID</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> <key>BundlePath</key> <string>VoodooPS2Controller.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooPS2Controller</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> <key>BundlePath</key> <string>VoodooPS2Controller.kext/Contents/Plugins/VoodooInput.kext</string> <key>Comment</key> <string>Patch engine</string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooInput</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> <key>BundlePath</key> <string>VoodooPS2Controller.kext/Contents/Plugins/VoodooPS2Mouse.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooPS2Mouse</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> <key>BundlePath</key> <string>VoodooPS2Controller.kext/Contents/Plugins/VoodooPS2Keyboard.kext</string> <key>Comment</key> <string>Patch engine</string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooPS2Keyboard</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> <key>BundlePath</key> <string>VoodooPS2Controller.kext/Contents/Plugins/VoodooPS2Trackpad.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooPS2Trackpad</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> but i don't like the not accurate cursor!! I prefer 1000 times the basic gestures with accurate cursor, for this reason I've added only Vodoops2controller in kernel (like Clover), like this: <dict> <key>BundlePath</key> <string>VoodooPS2Controller.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooPS2Controller</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> <key>BundlePath</key> <string>VoodooPS2Controller.kext/Contents/Plugins/VoodooInput.kext</string> <key>Comment</key> <string>Patch engine</string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooInput</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> <key>BundlePath</key> <string>VoodooPS2Controller.kext/Contents/Plugins/VoodooPS2Mouse.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooPS2Mouse</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> <key>BundlePath</key> <string>VoodooPS2Controller.kext/Contents/Plugins/VoodooPS2Keyboard.kext</string> <key>Comment</key> <string>Patch engine</string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooPS2Keyboard</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> <key>BundlePath</key> <string>VoodooPS2Controller.kext/Contents/Plugins/VoodooPS2Trackpad.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/VoodooPS2Trackpad</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> But no touchdpad/trackpad recognized!!!!! no able to move the cursor! why??? I can't understand, is the same kext, is the same hardware, what's the difference in kext injection? Please help me! have a good day/night.
  5. Hello Firlando, nobody can help us, this issue is unsolved, I've this issue for all my pc with 9th and 8th gen, I've tried with OC also (and it is great!) but no solve, with right id after boot black screen and can't solve with connectors remapping by bus id and ports. If you need to solve, you have to buy supported GPUS, like rx580, 570, 5500, 5600, 5700, etc. (look for all AMD supported GPU) or if you don't need great GPU and you want save money go on GT 710 2GB DDR3 (and all kepler chip Nvidia GPU).
  6. Thanks Zappy! I've already tried with 0x00009b3e, but same problem. Thanks Hervè! I've already tried with correct 3E980003 for my SMBIOS definition but the system can't detected GPU in this case. I've solved with RX 580
  7. Hello! I've a strange issue with video output. I've installed Catalina 10.15.5 with GT 710, cause no video output after boot. The system (with discrete GPU) work properly but with Intel UHD 630 stop the video output signal after boot... if i remove the boot argument verbose (-v) i can see the apple logo loading but after half loading no signal. Asus Prime Z390-P i5-9400 (UHD 630) 16GB DDR4 Corsair (2x8) 3000Mhz 1 Nvme Sabrent High performance 1TB In bios, I have this standard options (parallel and serial ports disabled, xhci handoff enabled, legacy usb enabled, cms disabled, secure boot OS, fast boot disabled, primary display IGPU, DVMT 128Mb, etc...) I have an identical system with same configuration and same bios settings (same mobo, same ram, same Nvme and i7 9700k) and all work properly I can't understand this is the same 9th generation intel and the same UHD630! I've already tried to patching correct busID for all port for my IGPU HDMI port! I've tried to pass from all bus ID from 0x01 to 0x06 for all ports (con0, con1, con2) but no connectors detected !!! here my first reboot with bus ID 0x01 on port 1 I've already tried with ig-platform-id 00009B3E but same problem.. In attachment my EFI (with latest reboot test on 3rd port with bus ID 0x06 and HDMI 00080000, please help me with some idea about this issue. Thanks EFI.zip
  8. Hello, I've installed Catalina on tower Asus D520MT (Chipset H110, CPU: i5 6500) all work properly. Only sleep wont work, and i think no problem, I selected option "prevent disks from sleeping whrn the displey is off" in power management, 5 min for display off. After the display is off, if I try to type or click mouse buttons the display wont turn on! I havent ideas about this issues. Please help me. EFI.zip Edit: Solved with supported AMD GPU
  9. OK, thank you. I'll try to boot without OC, and remove all ram and test a single bank for time. Maybe with a new GPU this issue can disappear... booting with HD4400 I haven't this issue. Edit: Solved with RX 580.
  10. Hello Hervè! Thanks for your reply. With Inject nVidia in true the system show wrong Vram memory quantity. The shiki boot-args need for enable novaJpeg function in WE (like enable fast preview with space for jpeg format and no binary pdf, etc.). What do you think about power supply? Sharkoon 750w is it possible that it's a power problem? for example, fake boot often happens and I never turn off the power..
  11. Hello all, I need help for this issue! The description below: Sometimes at Mac Os startup, after system choose selection in clover screen, the display show the black screen. I can't understand why, cause the system work very well and this problem occurs randomly. I think this problem occurs when the pc is power off for some hours, but I really can't understand. The machine specs below: I've a triple boot with Catalina, Manjaro and Windows 10 (3 disks, one system for disk) all work properly. CPU: 4gen (Haswell) i7-4790k 4 Core / 8 Threads (successfully overclocked to 4,6Ghz) RAM: 20GB DDR3 3 Banks (2x8 Hyper X + Corsair Vengeance 1x4 all banks successfully overclocked to 2000Mhz) Motherboard: GA-Z97-HD3 (rev. 2.0) Bios F9 GPU: EVGA Nvidia Geforce GTX 780 Ti 3GB DDR5 (kepler chip and fully supported in Catalina, best Nvidia card avaible for Mac Os) 1 SSD NVMe M2 Silicon Power 256GB in a PCIEx16 3.0 to M2 NVMe Adapter for Mac Os 1 SSD Sata III Samsung Evo 850 250GB for Windows 1 SSD Sata III Kingston 250GB for Manjaro 1 HHD Seagate 1TB for Mac Storage (HFS+) 1 HHD WD Blue 1TB for All systems storage (exfat) (The GPU have only have one DVI-D port worked, HDMI, DP and DVI-I are damaged, but work well on DVI-D and i have this issue only with Mac Os system randomly) Already tried to update Clover, Kexts, Uefi drivers and Catalina. Bios have the default options for hackintosh builds: XHCI Handoff Enabled IO Serial Port Disabled OS Type to Other OS Secure Boot Mode Disabled CFG-Lock Disabled VT-d Disabled Please help me. Thank you all in advance. (I post my EFI for show you, I've removed the Microsoft folder cause the attachment max total size limit in the forum) EFI.zip EFI.zip
  12. Hello, I replace the old battery with a new one. 3/4h life.
  13. Hello all! Here my configuration. Maybe someone will need it. Dell Latitude e7440 (no Fingerprint version) CPU: Haswell Intel Core i7-4600u dual core 4th gen IGPU: Intel Graphics HD 4400 Ram: 16GB DDR3 SSD M-SATA: 256GB Bios: A28 Mac Os: Catalina 10.15.4 Working: full graphics acceleration on Intel HD4400 iGPU, including brightness control (Fn+F3 Brightness up Fn+↓ Brightness up) (with Lilu v1.4.2 + Whatevergreen v1.3.7) multi-display with HDMI audio, including HDMI, (no microphone input) and headset output (with AppleALC v1.4.7 & No Inject audio) GigEthernet LAN connection (with IntelMausiEthernet 2.5.0 kext) wireless and bluetooth with any compatible card (a BCM94352HMB with Airportbrcmfixup.kext v2.0.6, BrcmBluetoothInjector.kext 2.5.1, BrcmFirmwareData.kext 2.2.10, BrcmFirmwareRepo.kext 2.5.1, BrcmPatchRAM3.kext 2.5.1, FakePCIID_Broadcom_WiFi.kext 1.3.15, FakePCIID.kext 1.3.15) All USB ports (3.0) integrated webcam sleep & wake battery management (with ACPIBatteryManager v1.90.1) keyboard and touchpad, max 2 finger multitouch(with VoodooPS2ControllerR6 v6.0.0) SD Card reader Not working: Nothing For Bios settings follow this perfect guide by Hervè (set like this all option that you can find) For create bootable usb/Installation/Post Installation follow this perfect guide by Hervè (just download latest Catalina 10.15.4 from Apple Store) Is better to use the latest clover release, for download it click here You can also follow these steps, starting from the installation of the clover in the usb stick (after the media creation tool process in terminal is done) : Run Clover r51xx.pkg and select USB (Install Mac Os Catalina) as destination Just flag in true on Clover for UEFI booting only, Install Clover in the ESP, UEFI Drivers - Racommended drivers - Install Open terminal and paste: diskutil list Choose your usb EFI partition and type (for example disk1s2): sudo diskutil mount disk1s2 Open Finder and open mounted EFI Replace the EFI folder with this: EFI 10.15.4 e7440 V2.zip Boot from USB and install Mac OS For post-installation repeat the same steps with these differences: Run Clover r51xx.pkg and select your SSD/HHD as destination Just flag in true on Clover for UEFI booting only, Install Clover in the ESP, UEFI Drivers - Recommended drivers - Install Remove all usb sticks and others disk (leave only the target Mac Os disk) and just type : sudo diskutil mount EFI Open Finder and open mounted EFI Replace the EFI folder with the USB EFI Change your serial number in clover configurator SMBIOS section Enjoy your hack! Clover Configurator.app.zip
  14. Here the EFI updated to Catalina 10.15.4 (Brightness control now work on F11 down and F12 up directly without fn combination). In the Update: Clover r5107 (with r5103 HFSPlus.efi in driver folder) New AppleALC release (1.4.7) New Voodool2C.kext, Voodool2CHID, Voodool2CELAN release (2.3) EFI 10.15.4 3490.zip
  15. Thank you Baio77! but unfortunately your EFI is not working for me. However I solved it with this configuration. <dict> <key>Comment</key> <string>Fix 300-series RTC Bug</string> <key>Disabled</key> <true/> <key>Find</key> <data> oAqTU1RBUwE= </data> <key>Replace</key> <data> oAqRCv8L//8= </data> </dict> EFI WS-Z390-PRO.zip
×
×
  • Create New...