Giter Club home page Giter Club logo

xps-9360-macos's Introduction

macOS on XPS 13 9360

This repo is currently compatible with macOS versions as below...

macOS Big Sur macOS Catalina macOS Mojave macOS High Sierra
11.2.3 (20D91) 10.15.7 (19H15) 10.14.6 (18G87) 10.13.6 (17G2112)
11.2.1 (20D74) 10.15.6 (19G2021) 10.14.5 (18F132) 10.13.6 (17G65)
11.2 (20D64) 10.15.5 (19F2200) 10.14.4 (18E226)
11.1 (20C69) 10.15.4 (19E287) 10.14.3 (18D42)
11.0.1 (20B50) 10.15.3 (19D76) 10.14.2 (18C54)
11.0 (20A2411) 10.15.2 (19C57) 10.14.1 (18B75)
10.15.1 (19B88) 10.14 (18A389)
10.15 (19A583)
  • Device : Dell XPS 13 9360
  • CPU : Intel i7-8550U
  • GPU : Intel UHD 620 Kaby Lake
  • RAM : SK Hynix 16GB 2133 MHz LPDDR3
  • Sound : Realtek ALC256 (ALC3246)
  • SSD : WD Black SN750 (WDS100T3X0C) 1TB NVMe PCIe SSD
  • Display : FHD (1920x1080) on XPS | QHD (2560x1440) on external display (CHIMEI 27P10Q)
  • Camera : UVC Camera VendorID_3034 ProductID_22155
  • Wireless Card (3 options):
    Swapped the original Killer 1535 with BCM94360NG.
    Swapped the original Killer 1535 with BCM94360CS2.
    Swapped the original Killer 1535 with DW1560.
  • Thunderbolt 3 Dongle : Dell DA300
  • Dual-Boot OS: macOS Catalina 11.2.3 (20D91) & Ubuntu 20.04 LTS

Device Firmware

  • BIOS Version: 2.8.1 - 2.13.0
  • Thunderbolt 3 Version: NVM 26
  • BCM94360CS2 Bluetooth Version: v150 c9318
  • DW1560 Bluetooth Version: v16.0 (1657) with BrcmPatch v2.5.8

Bootloader Firmware

  • Default bootloader: OpenCore 0.6.7 See more info about migration.
  • No longer maintained: Clover r5118

Pre-Installation

Create bootable USB installer: (With gibMacOS)

  • Running gibMacOS, then download the version you prefer (gibMacOS script is allowed to download macOS images on all OS platforms with Python installed).
  • Finding and running InstallAssistant.pkg under the path macOS Downloads.
  • Erase your USB drive with Disk Utility(Name: "USB"; Format: "Mac OS Extended (Journaled)"; Scheme: "GUID")
  • Running the following commands to make bootable USB with Install macOS Big Sur.app:
  sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/USB
  • Running the commands to mount the EFI partion of USB:
  sudo diskutil mount /dev/disk3s1
  • Copy the whole repository to EFI partition to the path mentioned above. (You have to create an empty EFI directory, and put the whole repo in it).

DVMT

  • Enter BIOS/Boot Sequence in BIOS, add Boot Entry with /EFI/CLOVER/tools/DVMT.efi , then run the following commands
  setup_var 0x4de 0x00  // Disable CFG Lock
  setup_var 0x785 0x06  // Increase DVMT pre-allocated size to 192M For FHD version, it's also recommended setting to 192M
  setup_var 0x786 0x03  // Increase CFG Memory to maximum

Format SSD with 4K sectors for APFS - Creating a Linux bootable drive is needed.

  • Choose any Linux distribution you like, I prefer Ubuntu
  • Formatting SSD to 4K sectors with nvme-cli... for working better with APFS, see Step 2 in this guide.

Get compatible with LITEON and PLEXTOR SSD - If you are not using with LITEON or PLEXTOR SSD, skip it.

  • To solve the problem, config.plist with patches is needed.
  • The config.plist with patches is under the path config for LITEON.
  • Rename to config.plist and try one at each time, one of them would be capatible with your SSD.

BIOS settings

  • Sata: AHCI

  • Enable SMART Reporting

  • Disable thunderbolt boot and pre-boot support

  • USB security level: disabled

  • Enable USB powershare

  • Enable Unobtrusive mode

  • Disable SD card reader (saves 0.5W of power)

  • TPM Off

  • Deactivate Computrace

  • Enable CPU XD

  • Disable Secure Boot

  • Disable Intel SGX

  • Enable Multi Core Support

  • Enable Speedstep

  • Enable C-States

  • Enable TurboBoost

  • Enable HyperThread

  • Disable Wake on USB-C Dell Dock

  • Battery charge profile: Standard

  • Numlock Enable

  • FN-lock mode: Disable/Standard

  • Fastboot: minimal

  • BIOS POST Time: 0s

  • Enable VT

  • Disable VT-D

  • Wireless switch OFF for Wifi and BT

  • Enable Wireless Wifi and BT

  • Allow BIOS Downgrade

  • Allow BIOS Recovery from HD, disable Auto-recovery

  • Auto-OS recovery threshold: OFF

  • SupportAssist OS Recovery: OFF

  • Disable Camera (Optional)

Post-Installation

  • Copy all folders and files from this repository to EFI partition.

  • Enter BIOS/Boot Sequence , and adding new entry with path /CLOVER/CLOVERX64.efi

  • To activate Wifi and Bluetooth functions for DW1560, follow next step, or skip it.

Wireless card - BCM94360CS2 Installation (If not using this card, skip it.)

Wireless card - BCM94360NG (If not using this card, skip it.)

  • Install directly, kexts and adapter are not needed.

Wireless card - DW1560 Installation (If not using this card, skip it.)

  • Running following commands...
   sudo diskutil mount /dev/disk0s1
   cd /Volumes/EFI/EFI
   cp -R DW1560/*.kext CLOVER/kexts/Other
   bash /Volumes/EFI/EFI/XPS.sh --rebuild-cache
If booting with OpenCore rather than Clover Configurator, copy the three kexts above to /EFI/OC/Kexts, and then running previous command to rebuild cache.

Running shell script in Terminal

  • After mounting the EFI partition with Clover Configurator or running the following commands below in terminal..
  • Mount EFI partition with the command below
   sudo diskutil mount /dev/disk0s1
  • Running XPS.sh to compile DSDT
   ./Volumes/EFI/EFI/XPS.sh --compile-dsdt
  • Running XPS.sh to Allow 3rd party Applications to install on macOS
   ./Volumes/EFI/EFI/XPS.sh --enable-3rdparty
  • Running XPS.sh to fix Headphone Jack
   ./Volumes/EFI/EFI/XPS.sh --combo-jack
  • Running XPS.sh to enable TRIM support on SSD
   ./Volumes/EFI/EFI/XPS.sh --enable-trim
  • Running XPS.sh to rebuild cache
   ./Volumes/EFI/EFI/XPS.sh --rebuild-cache
  • Running XPS.sh to enable better sleep support
   ./Volumes/EFI/EFI/XPS.sh --better-sleep
  • Running XPS.sh to Disable 4-Digit Pin Required on macOS
   ./Volumes/EFI/EFI/XPS.sh --pin-custom

Fix the buzz sound from headphone jack

    Open System Preferences/Sound/Input

Fix the "Webcam Black Screen" problem

    Unsolved

SMBIOS

  • Default SMBIOS settings of this repo is MacbookPro15,2.
  • Serial Number and SmUUID are erased beforehand, you need to generaete on your own.

CPUFriend

  • The kexts and SSDT for i7-8550U has put here, by working SMBIOS with MacbookPro15,2.
  • You have to put CPUFriend.kext & CPUFrindDataProvider.kext in both /CLOVER/kexts/Other and Library/Extensions, then rebuild cache.
  • Furthermore, you also have to put SSDT-CPUF.aml in /EFI/CLOVER/ACPI/patched for working as normal after awake.
If you need to generate new CPUFriend kexts, refer to Commands, and follow here

Enable eGPU with Thunderbolt 3

  • You need to set No Security in TB3 BIOS option.
  • Stop Clover when it counts down during booting with pressing Space.
  • Connect the TB3 cable to XPS.
  • Turn on the eGPU.
  • Wait for few seconds, and press Enter to boot macOS.

Custom setting the delay between trackpad and keyboard

To do that you need to edit Info.plist in VoodooI2CHID.kext:

  • Open the Info.plist in the VoodooI2CHID.kext with any Text Editor(I use Atom)
  • Finding the QuietTimeAfterTyping
  • Changing the value you prefer
I have preset the value to 0

More Custom Settings

  • Refer to Commands for more customization.

HiDPI

Fix Blurry Fonts for Non-Retina Displays

If booting with Clover, blurry font is required to fix.
If booting with OpenCore, font is clear as Retina, no need to fix.

Fix AppleID issue on macOS Catalina

  • If you encounter the problem with AppleID which cannot login and logout, this problem happened on both Hackintosh and Macintosh.
  • Fix this issue with the follwing commands...
        sudo -v
        killall -9 accountsd com.apple.iCloudHelper
        defaults delete MobileMeAccounts
        rm -rf ~/Library/Accounts
        killall -9 accountsd com.apple.iCloudHelper
        sudo reboot

Fix the AirPods choppy/unreliable when connected to macOS

  • Open System Preferences > Sound > Input
  • Change Sound Input from Airpods to Internal Microphone
  • Possible explanation:
    Since BCM94360CS2/DW1560/BCM94360NG are running with Bluetooth 4.0, which has too low bandwidth to handle both input/output at a high quality.
    Therefore, changing Sound Input to Internal Microphone to ensure audio output is working as normal.

Optional Settings

CPU Undervolting

If having the same CPU as mine, you can do the undervolting settings below.

Warning!!! This may cause crash on your device, please be aware of that.

Enter BIOS/Boot Sequence , add new Boot Option with /EFI/CLOVER/tools/DVMT.efi, then run the following commands...

  • Overclock, CFG, WDT & XTU enable
       setup_var 0x4DE 0x00
       setup_var 0x64D 0x01
       setup_var 0x64E 0x01
  • Undervolting values:
       setup_var 0x653 0x64     // CPU: -100 mV
       setup_var 0x655 0x01     // Negative voltage for 0x653
       setup_var 0x85A 0x1E     // GPU: -30 mV
       setup_var 0x85C 0x01     // Negative voltage for 0x85A

Swapping SSD

  • You need an external NVMe reader to carry your new SSD as an external drive.
  • Under macOS environment, using Disk Utility format your new SSD as APFS format.
  • Using Carbon Copy Cloner, to clone the whole System Disk to your new drive.

Upgrading macOS

  • Before upgrading, remember to backup with Time Machine through external drive.
  • Create bootable USB drive with the version of macOS you prefer, and replace files under path /EFI in EFI partition with this repo.
  • After booting sucessfully, copy the whole repo to you EFI partition. (The commands to mount EFI partition is provided above.)
  • If you use DW1560, follow the guide.
  • Refer to shell script part, and follow the commands.
  • Follow the guide to set your CPUFriend.
  • Recovery you data and settings from your backup through Migration Assistant.

Migrate bootloader from Clover to OpenCore

  • Copy the OC folder to EFI partition.
  • Clear caches of Clover, and compile your own DSDTs by running the followig commands...
      bash /Volumes/EFI/EFI/OC/trans.sh
      bash /Volumes/EFI/EFI/OC/XPS_OC.sh --compile-dsdt
  • Enter BIOS/Boot Sequence in BIOS, add Boot Entry with path /EFI/OC/OpenCore.efi
  • Reboot and enjoy the flight, and feel free to file issues if encounter any problems.

Dev-Notes

External Display Support

  • According to ioregistryExplorer, Framebuffer@0 (Connector 0) is LVDS (Internal Display).
  • Framebuffer@1 (Connector 1), Framebuffer@2 (Connector 2) are pointing to DisplayPort and HDMI respectively.
  • Refer to gfxutil, path of iGPU is DevicePath = PciRoot(0x0)/Pci(0x2,0x0)
  • HDMI is working perfectly, video and audio output are both working flawlessly.
  ID: 59160000, STOLEN: 34 MB, FBMEM: 0 bytes, VRAM: 1536 MB, Flags: 0x00000B0B
  TOTAL STOLEN: 35 MB, TOTAL CURSOR: 1 MB (1572864 bytes), MAX STOLEN: 103 MB, MAX OVERALL: 104 MB (109588480 bytes)
  GPU Name: Intel HD Graphics 620
  Model Name(s): MacBookPro14,2
  Camelia: Disabled, Freq: 1388 Hz, FreqMax: 1388 Hz
  Mobile: 1, PipeCount: 3, PortCount: 3, FBMemoryCount: 3
   [0] busId: 0x00, pipe: 8, type: 0x00000002, flags: 0x00000098 - LVDS
   [1] busId: 0x05, pipe: 9, type: 0x00000400, flags: 0x00000187  - DP
   [2] busId: 0x04, pipe: 10, type: 0x00000800, flags: 0x00000187 - HDMI
      00000800 02000000 98000000
      01050900 00040000 87010000
      02040A00 00080000 87010000
  • Known info
  Digital Audio (HDMI / DVI / DP)
  To enable digital audio it is necessary to set the necessary properties and, usually, patch the connectors.
  To enable audio in general and HDMI in particular use WEG along with AppleALC.kext.
  On 10.10.5 and above, WEG automatically changes the connector-type of DP (00040000) to HDMI (00080000) if no custom patches are used.
  The actual connection may be of any type (HDMI / DVI / DP), but for the digital audio to function the connector-type must explicitly be HDMI.

When HDMI plugged in, macOS would recognize as DP (busID: 0x05), not HDMI (busID: 0x04).

  • Table of busID and ports are listed below:
DP HDMI DVI
0x02 0x00 0x01
0x04 0x02 0x02
0x05 0x04 0x04
0x06 0x06 0x06
  • framebuffer-conX-enable
    01000000 -> Enable, 00000000 -> Disable
  • framebuffer-conX-type 00000800 -> HDMI output, 00000400 -> DP output
  • framebuffer-conX-index fffffff -> Block
  • framebuffer-unifiedmem 00000080 -> VRAM to 2048M, 000000C0 -> VRAM to 3072M
  • framebuffer-fbmem 00009000 -> 9M for FHD, 00000003 -> 48M for QHD/UHD
  • All framebuffer values can be insert as NUMBER type, except ig-platform-id.

USB Ports Mapping

  • Table of Type and Dev Speed are listed below:
USB 2 (XHC) USB 3 (XHC) Thunderbolt 3 (TBTU) Dev Speed
HS01 HS01 12/480 Mbps
HS02 HS02 12/480 Mbps
SS01 5 Gbps
SS02 5 Gbps
UB21 5 Gbps
UB21 5 Gbps
  • When USB3 injected, speed would run as 480Mbps/5Gbps.
  • USB2 port: Wireless receiver would run as 12Mbps, other USB2 deivces run as 480Mbps.
  • TB3 devices run as 5Gbps.
  • HS03 is occupied by BCM9460CS2/DW1560.
  • HS05 is occupied by Intergrated Webcam HD.

Boot Arguments Explanation

  • darkwake=4
    The darkwake flag has to do with sleep. More information can be found in this thread.
  • igfxcflbklt=opcode
    To work with WhateverGreen.kext, fixing BackLight.
  • brcmfx-country=XX
    Change the country code to XX (US, CN, #a, ...) For Broadcom WiFi card.
  • brcmfx-country=#a
    Enables 80MHz wide channels on the 5GHz spectrum. For Broadcom WiFi card.
  • agdpmod=vit9696
    Disable check for board-id.

XCPM and HWP

  • Verify working XCPM configuration by typing the commands below
   sysctl machdep.xcpm.mode
   // If returns '1', which means the XCPM is active.
  • Verify if the X86PlatformPlugin.kext is loaded
   kextstat|grep -y x86plat

Shutdown Dialog

  • To activate shutdown dialog, it's necessary to Rename PBTN to PWRB.
  • Although SSDT-PWRB is added, rename part is also needed in LPCB.

Contributors

Kexts version and developers are mentioned in kexts_info.txt

xps-9360-macos's People

Contributors

jamescochran avatar thequert avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xps-9360-macos's Issues

Brightness value resets after wake and restart

Anyone have issue with brightness values not sticking ?
I checked nvram and can see the
Backlight-level key with value that changes based on my backlight level. However it doesn’t seem like the driver is reading this key correctly .

README Issue with Wifi

In the README it has

cp /DW1560/*.kext /CLOVER/kexts/Other

Where it should have a -R flag to cp the kexts as they look like folders to MacOS and it needs to drop the trailing slash since we are already in /Volumes/EFI/EFI

cp -R DW1560/*.kext CLOVER/kexts/Other

OC configure error

there's something wrong in the oc config.
I tried just now ,can't boot.
some bcmxxx errors

Help debug coil whine

Hi Quert,

First thanks for your hard work! I tried out your latest repo and things like HDMI audio (via USB-C adapter) work well (thanks for your suggestion on the other thread).

However, I am still facing a coil whine issue as I detailed in this post (the-darkvoid/XPS9360-macOS#151) ; the coil whine issue is unfortunately still present when using your latest repo.

Is this something I can work with you on to debug? This seems like the last outstanding major issue.

For some reason (when using the EFI repo from DarkVoid, Dec-2-2019) after click on the Apple, choosing sleep, waiting for power LED to go off, then tapping on touchpad, coilwhine goes away and power profile changes (biggest difference is DRAM power goes from 0.7x W to 0.45W). In this state the coil whine issue is non-existant and the laptop works beautifully. It's not 100% consistent (going to sleep, waking up with no coil whine) but when the change occurs, it stays until something like connecting HDMI via USB-C and then disconnect it.

My theory is some ACPI fix is applied during sleep or after that changes the HWP or power management settings. Changing out CPUFriend doesn't seem to make a noticeable difference. I can post the EFI repo to help debug.

I have lots of experience with firmware and low-level SW but haven't really debugged ACPI or MacOS stuff, but if I can help, let me know.

Poor SSD write speeds

Firstly, thanks putting all this together - besides this issue, everything worked flawlessly on the first time. Not really sure where to start with fixing this, so hopefully someone can point me in the right direction.

The only issue I'm having is very poor write speeds to the NVME SSD. The read speeds are as expected, but the slow write speeds are very noticeable in day to day use. (the old SATA SSD in my desktop hackintosh is twice as fast)

See this screen recording I made showing a disk read/write test. It appears to write fine at around 800mb/s momentarily, before crashing to 250mb/s. Again, read speeds seem to be ok.

My specs:

XPS 13 9360
FHD Display
i5 7200u
256gb Toshiba XG4 SSD

My install:

SSD formatted to APFS with 4K byte sectors
Have tried TRIM enabled and disabled -enabling TRIM seems to reduce the write speeds slightly, no effect on read speeds.

I've had Windows and Ubuntu on this laptop in the past - both had no issues with write speeds.

Thanks!

No battery health on pref panel

does not show battery option in the preferences panel how to solve,I have not connected on Thunderbolt 3 port
best regards for all

No WiFi on BigSur

The current OC configuration does not seem to support the DW1560, though Bluetooth remains functional.
I've attached my updated OC with functioning WiFi for those who are interested.

OC 3.zip

macOS install USB not showing in Clover menu

EDIT: FIXED!!! , a fresh latest Clover install did the trick!!

All other existing Windows are showing... but no USB drive?

also, only works on left (near power plug) USB port...

I did replace SSD with Samsung 970 Evo, and it is showing as ONLY 512byte sectors...

could not convert it to 4K using your guide/Ubuntu. Also, nvme-cli is a pain to install on newer Linux versions (I tried with 19.10 and it was horrifying, could not be installed with APT, and needed to find a custom build for EOAN. Still didn't change the fact that 512 was the only available option

Any thoughts or ideas? I never installed Clover so I created the boot USB using createinstallmedia (Mojave 10.14.6) and then copied your EFI files across... the BOOT flag may not be set on the drive?

Any help gladly accepted... going to try generic OC boot, and see if it might work with that (with generic needed kexts/SSDT's).

[OC] Webcam Black Screen

Not sure if this was a problem pre Catalina but since 10.15 and now in Big Sur (for me at least), the webcam only works one time after boot. For example opening photo boot I get an image but then closing the app and reopening there is only a black screen in the view finder until a reboot. This happens with UVC2FacetimeHD.kext, FacetimeHD.kext as well as no webcam kext at all so I believe it's not a kext issue?

Has anyone experienced this and if so found a solution for it? This appears to be the only "major" issue I've experienced.

Screen Shot 2020-11-15 at 9 14 14 PM

Screen Shot 2020-11-15 at 11 42 44 PM

UHD620 better ig-platform-id

For those of us with the i7-8550u version, this ig-platform-id gives us better graphics performance:

ig-platform-id: 0900A53E
platform-id: A53E0000

Source

The old platform-id (00001659) is basically patching our iGPU to act as an HD520, which it is not.

Graphics configuration not supported since fresh install

Hello.

I have used your guide this winter and had a perfectly fine XPS13 working with all the bells and whistle. Now I wanted to do a fresh install and I have this weird issue where I think macOS doesn't recognize the graphic card? Although in the system info it does say Intel 620. I'm a bit of a noob here and would appreciate any help. I have included the plist I'm using since from what I gathered on the forums, that seems to be the place I should be looking for.

Thank you very much!!

EDIT: I saved the plist as txt because it wouldn't let me upload it.

IMG_5749

config.plist.txt

Stuck in verbose mode

Hello. I am using your repo info and am having an issue. The computer appears to be stuck in verbose boot mode. The -v boot argument is not present in my config file. Any other suggestions of how to disable seemingly permanent verbose booting? Thanks.

Thunderbolt dock causes kernel panic

Hi Quert!

First thanks for your hard work! I've tried the latest repo with OpenCore for a while and it works out great.

Problems happen when I tried a thunderbolt 3 Dock (Model: Dell TB16) recently. Plugging in the dock, the HDMI/DP/Ethernet/USB/audio ports works fine, but the dock is recognized as a USB3.0 Controller.

屏幕快照 2020-09-30 15 23 11

屏幕快照 2020-09-30 15 31 07

However, plugging out the dock always causes a kernel panic.

Anonymous UUID:       03B1EC7C-F5BC-9EC4-5347-4F67DD2C27F2

Wed Sep 30 17:02:32 2020

*** Panic Report ***
panic(cpu 6 caller 0xffffff800aadca9d): Kernel trap at 0xffffff800b05723d, type 14=page fault, registers:
CR0: 0x000000008001003b, CR2: 0x0000000000000000, CR3: 0x0000000020845000, CR4: 0x00000000003626e0
RAX: 0x0000000000000001, RBX: 0xffffff803d69d500, RCX: 0xffffff800b211280, RDX: 0xffffff800b211280
RSP: 0xffffff820edbbf30, RBP: 0xffffff820edbbf40, RSI: 0x00000001fdf3b646, RDI: 0x0000000000000000
R8:  0x0000000000000000, R9:  0x0000000000989680, R10: 0x0000000000000000, R11: 0xffffff800b3f2cc0
R12: 0xffffff7f8cca9a44, R13: 0xffffff800b41a3a0, R14: 0x0000000000000000, R15: 0xffffff8047c6b960
RFL: 0x0000000000010282, RIP: 0xffffff800b05723d, CS:  0x0000000000000008, SS:  0x0000000000000000
Fault CR2: 0x0000000000000000, Error code: 0x0000000000000000, Fault CPU: 0x6, PL: 0, VF: 1

Backtrace (CPU 6), Frame : Return Address
0xffffff820edbba00 : 0xffffff800a9af58d 
0xffffff820edbba50 : 0xffffff800aaeb145 
0xffffff820edbba90 : 0xffffff800aadc87a 
0xffffff820edbbb00 : 0xffffff800a95c9d0 
0xffffff820edbbb20 : 0xffffff800a9aefa7 
0xffffff820edbbc40 : 0xffffff800a9aedf3 
0xffffff820edbbcb0 : 0xffffff800aadca9d 
0xffffff820edbbe20 : 0xffffff800a95c9d0 
0xffffff820edbbe40 : 0xffffff800b05723d 
0xffffff820edbbf40 : 0xffffff7f8cc316b6 
0xffffff820edbbf80 : 0xffffff7f8cc30b8d 
0xffffff820edbbfa0 : 0xffffff800a95c0ce 
      Kernel Extensions in backtrace:
         com.apple.iokit.IOThunderboltFamily(6.8.7)[28B6DA11-7569-3D88-AA3A-6D8D75909649]@0xffffff7f8cc1f000->0xffffff7f8cd0cfff

BSD process name corresponding to current thread: kernel_task
Boot args: darkwake=4 

Mac OS version:
18G4032

Kernel version:
Darwin Kernel Version 18.7.0: Mon Feb 10 21:08:45 PST 2020; root:xnu-4903.278.28~1/RELEASE_X86_64
Kernel UUID: A52CF11D-A733-3E77-832B-D42063739C84
Kernel slide:     0x000000000a600000
Kernel text base: 0xffffff800a800000
__HIB  text base: 0xffffff800a700000
System model name: MacBookPro15,2 (Mac-827FB448E656EC26)

System uptime in nanoseconds: 235860679169
last loaded kext at 136619683094: com.apple.driver.usb.cdc.acm	5.0.0 (addr 0xffffff7f8e7ef000, size 32768)
last unloaded kext at 221509583042: ru.joedm.SMCSuperIO	1.1.5 (addr 0xffffff7f8e6bb000, size 65536)
loaded kexts:
org.pqrs.driver.Karabiner.VirtualHIDDevice.v061000	6.10.0
com.intel.driver.EnergyDriver	3.7.0
me.kishorprins.VoodooInput	1.0.6
as.acidanthera.BrcmPatchRAM3	2.5.4
com.alexandred.VoodooI2CHID	1
as.acidanthera.voodoo.driver.PS2Trackpad	2.1.6
as.acidanthera.voodoo.driver.PS2Keyboard	2.1.6
ru.joedm.SMCSuperIO	1.1.5
com.alexandred.VoodooI2C	2.4.3
org.coolstar.VoodooGPIO	1.1
as.acidanthera.voodoo.driver.PS2Controller	2.1.6
as.vit9696.SMCProcessor	1.1.5
com.alexandred.VoodooI2CServices	1
com.XPS.VerbStub	1.0.3
ru.usrsse2.SMCLightSensor	1
ru.usrsse2.SMCBatteryManager	1
as.vit9696.VirtualSMC	1.1.5
org.acidanthera.NVMeFix	1.0.3
xyz.racermaster.NoTouchID	1.0.3
org.vanilla.driver.CPUFriend	1.2.1
as.acidanthera.BrcmFirmwareStore	2.5.4
as.lvs1974.AirportBrcmFixup	2.0.8
as.vit9696.AppleALC	1.5.1
as.vit9696.WhateverGreen	1.4.1
as.vit9696.Lilu	1.4.6
com.apple.driver.usb.realtek8153patcher	5.0.0
com.apple.driver.AudioAUUC	1.70
com.apple.fileutil	20.036.15
com.apple.filesystems.autofs	3.0
com.apple.driver.AppleSmartBatteryManager	161.0.0
com.apple.driver.AGPM	110.25.11
com.apple.driver.ApplePlatformEnabler	2.7.0d0
com.apple.driver.X86PlatformShim	1.0.0
com.apple.driver.AppleUpstreamUserClient	3.6.5
com.apple.driver.AppleHDA	282.54
com.apple.driver.AppleGraphicsDevicePolicy	3.50.15
com.apple.AGDCPluginDisplayMetrics	3.50.15
com.apple.driver.AppleHV	1
com.apple.iokit.IOUserEthernet	1.0.1
com.apple.iokit.IOBluetoothSerialManager	6.0.14d6
com.apple.driver.pmtelemetry	1
com.apple.Dont_Steal_Mac_OS_X	7.0.0
com.apple.private.KextAudit	1.0
com.apple.driver.AppleOSXWatchdog	1
com.apple.driver.AppleIntelKBLGraphics	12.1.0
com.apple.driver.eficheck	1
com.apple.driver.AppleIntelSlowAdaptiveClocking	4.0.0
com.apple.driver.AppleBacklight	170.12.12
com.apple.driver.AppleMCCSControl	1.5.9
com.apple.driver.AppleIntelKBLGraphicsFramebuffer	12.1.0
com.apple.driver.AppleSMCLMU	212
com.apple.driver.AppleIntelPCHPMC	2.0.1
com.apple.driver.AppleTopCaseHIDEventDriver	138.4
com.apple.driver.AppleVirtIO	2.1.3
com.apple.filesystems.hfs.kext	407.200.4
com.apple.AppleFSCompression.AppleFSCompressionTypeDataless	1.0.0d1
com.apple.BootCache	40
com.apple.AppleFSCompression.AppleFSCompressionTypeZlib	1.0.0
com.apple.AppleSystemPolicy	1.0
com.apple.filesystems.apfs	945.275.8
com.apple.driver.AirPort.BrcmNIC	1400.1.1
com.apple.driver.AppleACPIEC	6.1
com.apple.driver.AppleACPIButtons	6.1
com.apple.driver.AppleRTC	2.0
com.apple.driver.AppleHPET	1.8
com.apple.driver.AppleSMBIOS	2.1
com.apple.driver.AppleAPIC	1.7
com.apple.nke.applicationfirewall	202
com.apple.security.TMSafetyNet	8
com.apple.driver.usb.cdc.ecm	5.0.0
com.apple.driver.AppleThunderboltNHI	4.7.9
com.apple.iokit.IOThunderboltFamily	6.8.7
com.apple.iokit.IOAVBFamily	760.6
com.apple.plugin.IOgPTPPlugin	740.2
com.apple.iokit.IOEthernetAVBController	1.1.0
com.apple.iokit.IOSkywalkFamily	1
com.apple.kext.triggers	1.0
com.apple.driver.DspFuncLib	282.54
com.apple.kext.OSvKernDSPLib	528
com.apple.driver.AppleGraphicsControl	3.50.15
com.apple.driver.AppleSSE	1.0
com.apple.driver.AppleHDAController	282.54
com.apple.iokit.IOHDAFamily	282.54
com.apple.AppleGPUWrangler	3.50.15
com.apple.iokit.IOSlowAdaptiveClockingFamily	1.0.0
com.apple.driver.AppleBacklightExpert	1.1.0
com.apple.iokit.IONDRVSupport	530.51
com.apple.driver.AppleSMBusController	1.0.18d1
com.apple.driver.AppleSMBusPCI	1.0.14d1
com.apple.AppleGraphicsDeviceControl	3.50.15
com.apple.iokit.IOAcceleratorFamily2	404.14
com.apple.iokit.IOSurface	255.6.1
com.apple.iokit.IOGraphicsFamily	530.68
com.apple.driver.X86PlatformPlugin	1.0.0
com.apple.driver.IOPlatformPluginFamily	6.0.0d8
com.apple.driver.AppleHSBluetoothDriver	138.4
com.apple.driver.IOBluetoothHIDDriver	6.0.14d6
com.apple.driver.AppleActuatorDriver	2450.1
com.apple.driver.AppleMultitouchDriver	2450.1
com.apple.driver.AppleInputDeviceSupport	2440.4
com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport	6.0.14d6
com.apple.iokit.IOBluetoothHostControllerUSBTransport	6.0.14d6
com.apple.iokit.IOBluetoothHostControllerTransport	6.0.14d6
com.apple.iokit.IOBluetoothFamily	6.0.14d6
com.apple.driver.AppleUSBAudio	315.6
com.apple.driver.usb.IOUSBHostHIDDevice	1.2
com.apple.iokit.IOAudioFamily	206.5
com.apple.vecLib.kext	1.2.0
com.apple.driver.usb.cdc	5.0.0
com.apple.driver.usb.networking	5.0.0
com.apple.driver.usb.AppleUSBHostCompositeDevice	1.2
com.apple.driver.usb.AppleUSBHub	1.2
com.apple.driver.AppleUSBMergeNub	900.4.2
com.apple.driver.AppleUSBHostMergeProperties	1.2
com.apple.iokit.IOSerialFamily	11
com.apple.filesystems.hfs.encodings.kext	1
com.apple.driver.usb.AppleUSBHostPacketFilter	1.0
com.apple.iokit.IOUSBFamily	900.4.2
com.apple.iokit.IO80211Family	1200.12.2
com.apple.driver.mDNSOffloadUserClient	1.0.1b8
com.apple.iokit.IONVMeFamily	2.1.0
com.apple.driver.usb.AppleUSBXHCIPCI	1.2
com.apple.driver.usb.AppleUSBXHCI	1.2
com.apple.driver.AppleEFINVRAM	2.1
com.apple.driver.AppleEFIRuntime	2.1
com.apple.iokit.IOHIDFamily	2.0.0
com.apple.security.quarantine	3
com.apple.security.sandbox	300.0
com.apple.kext.AppleMatch	1.0.0d1
com.apple.iokit.IOSMBusFamily	1.1
com.apple.driver.corecapture	1.0.4
com.apple.driver.DiskImages	493.0.0
com.apple.driver.AppleFDEKeyStore	28.30
com.apple.driver.AppleEffaceableStorage	1.0
com.apple.driver.AppleKeyStore	2
com.apple.driver.AppleUSBTDM	456.260.3
com.apple.driver.AppleMobileFileIntegrity	1.0.5
com.apple.iokit.IOUSBMassStorageDriver	145.200.2
com.apple.iokit.IOSCSIBlockCommandsDevice	408.250.3
com.apple.iokit.IOSCSIArchitectureModelFamily	408.250.3
com.apple.iokit.IOStorageFamily	2.1
com.apple.kext.CoreTrust	1
com.apple.driver.AppleCredentialManager	1.0
com.apple.driver.KernelRelayHost	1
com.apple.iokit.IOUSBHostFamily	1.2
com.apple.driver.usb.AppleUSBCommon	1.0
com.apple.driver.AppleBusPowerController	1.0
com.apple.driver.AppleSEPManager	1.0.1
com.apple.driver.IOSlaveProcessor	1
com.apple.iokit.IOReportFamily	47
com.apple.iokit.IOTimeSyncFamily	740.2
com.apple.iokit.IONetworkingFamily	3.4
com.apple.driver.AppleACPIPlatform	6.1
com.apple.driver.AppleSMC	3.1.9
com.apple.iokit.IOPCIFamily	2.9
com.apple.iokit.IOACPIFamily	1.4
com.apple.kec.pthread	1
com.apple.kec.corecrypto	1.0
com.apple.kec.Libm	1

EOF
Model: MacBookPro15,2, BootROM 1539.0.0.0.1, 4 processors, Intel Core i7, 2 GHz, 16 GB, SMC 
Graphics: Intel UHD Graphics 620, Intel UHD Graphics 620, spdisplays_builtin
Memory Module: System Board Memory, 8 GB, LPDDR3, 2133 MHz, Micron, -
Memory Module: System Board Memory, 8 GB, LPDDR3, 2133 MHz, Micron, -
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x23), Broadcom BCM43xx 1.0 (7.77.61.3 AirPortDriverBrcmNIC-1305.9)
Bluetooth: Version 6.0.14d6, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
PCI Card: Intel UHD Graphics 620, VGA compatible controller, Internal@0,2,0
PCI Card: Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem, Signal processing controller, Internal@0,4,0
PCI Card: Sunrise Point-LP USB 3.0 xHCI Controller, USB controller, Internal@0,20,0
PCI Card: Sunrise Point-LP Thermal subsystem, Signal processing controller, Internal@0,20,2
PCI Card: Sunrise Point-LP Serial IO I2C Controller #0, Signal processing controller, Internal@0,21,0
PCI Card: Sunrise Point-LP Serial IO I2C Controller #1, Signal processing controller, Internal@0,21,1
PCI Card: Sunrise Point-LP CSME HECI #1, Communication controller, Internal@0,22,0
PCI Card: Sunrise Point-LP PMC, Memory controller, Internal@0,31,2
PCI Card: Sunrise Point-LP HD Audio, Audio device, Internal@0,31,3
PCI Card: Sunrise Point-LP SMBus, SMBus, Internal@0,31,4
PCI Card: BCM4352 802.11ac Wireless Network Adapter, Network controller, Internal@0,28,4/0,0
PCI Card: WD Black 2018/PC SN720 NVMe SSD, Non-Volatile memory controller, Internal@0,29,0/0,0
USB Device: USB 3.0 Bus
USB Device: USB5742
USB Device: Integrated_Webcam_HD
USB Device: Touchscreen
USB Device: BCM2045A0
USB Device: USB2742
USB Device: Vendor-Specific Device
Thunderbolt Bus: 

I've also tried to add IOElectrify.kext that enables always-on power to Intel Thunderbolt hardware, was tested on a Dell XPS 9360 and compatible with OpenCore. This time, the express card symbol does not appear in the system tray at all, and only the HDMI/DP/charging port on the dock seems to work.

There is no issue with a USB-C dock (Model: CFORCE CF001). Plugging in and out works smoothly. Note that the USB-C dock is recognized as a thunderbolt dock in the system info.
屏幕快照 2020-09-30 17 10 57
屏幕快照 2020-09-30 17 12 51

OC Support

Hello. Again, thank you for keeping your repo up to date!

Will you be making a complete move to OpenCore soon? I have tried to use the OC folder you have here, but I am unable to boot into the OS with it. Is the OC folder up to date and working for you? I have an HDi screen, if that makes a difference reference your OC configuration.

Thanks much.

safari tab blink

I tried to delete all the devices properties in clover list
boot ok,everything ok, but the safari tab is blink. so I added all the device back..

Which files need to be reconfigured for different CPU and graphics card?

Hello, my laptop is XPS 9350, because I cannot find the latest 9350 efi on github, so I consider your configuration.

9350 and 9360 are basically the same, but my CPU is 6560U (iris540 graphics card), may I ask which files needs to change to fit my machine?

And how is the battery life of the hackintosh? I am using another efi right now, my screen is 3k model, the battery drops 1% every two minutes, is that normal? The bottom cover will also become hot (the fan will not work actively)

thank you!!

Static sound feedback from keyboard and touchpad

Hi @the-Quert, First thank you for your work on this git.

I installed 10.15.4 on my XPS 9360 with BIOS 2.13. For the most part everything was working fine for me up until I put the two i7-8550 cpufriend kexts in /library/extensions and ran the rebuild cache. I then ran the combo-jack command and then rebuilt the cache. I then rebooted. Now I’m hearing a static feedback every time I click the touchpad or some keys on the keyboard. I’ve tried to use the uninstall script I got from the combo jack git and removed the kext file from clover/kexts, rebuilt the cache and restarted but that didn’t help. I then removed the cpufriend kexts and rebuilt the kexts, but that didn’t help either.

Do you know how I can get back to normal here? Have you ever experienced a problem like this?

Defaults to Opencore bootmenu

I used the GibMacOS selected 1, inserted a 16GB USB, created it. It boots to Clover without copying on
OpenCore
anything from this folder. But once I overwrite (I copy over the already existing files) the EFI folder with the contents this repository it boots into Opencore bootmenu with no OS found and just keeps looping until I shut it down.

The new Clover or Kexts seems to cause problematic booting for macOS 10.15.5

My XPS 9360 configuration:

  • Device : Dell XPS 13 9360
  • CPU : Intel i7-8550U
  • RAM : 8GB
  • SSD : SAMSUNG PM961 256GB
  • Display : FHD (1920x1080)
  • Wireless Card: Swapped the original Killer 1535 with DW1560

The macOS recovery system created using gibMacOS as well as the installed macOS system fails to start up when booting with Clover at the latest commit (ad56017). The error information is like the following (I took these screenshots from a post on tonymacx86):

image
image

Some key messages from the above logs are:

[EB|`H:IS] Err(0xE) @ GV boot-signature
...
[EB|`H:CPM] Err(0xE), (24, 24) @ GV Persistent-memory-note
...
[EB|`WL:PWLFNV] Err(0x5) @ GV wake-failure

However, it will boot successfully into the recovery system when using a previous commit (0de5112) right before Clover and Kexts are updated. I suppose something wrong with the new Kexts, the configurations, or the Clover itself. I will try later commits to confirm. Meanwhile, any help will be appreciated.

ISO aren't bootable

Hello,

So I downloaded the iso for 10.14.6 with all the clover files in it, used Etcher to write the iso on the USB, but the final USB isn't bootable.

What I'm missing?

XPS 9350

hey @the-Quert, any chance this would work the i7 3K HD 520 XPS 13?

Sleep problems

Hello, quert.thank you for your hard work, let us use the latest system and the most stable boot file. My computer configuration is the same as yours. However, after the recent reinstallation, there was a problem that the monitor could not sleep and wake up after sleep (cpu is still running at high load), so I tried a lot of efi and system versions, but failed to solve them. Does this question have anything to do with bios or hardware? How should I solve it? Thank you again and wish you a happy life. Your fans.

MacBook Pro 16,3

I have been using MacBookPro16,3 SMBIOS config and it seems rather stable. I like that the CPU is much closer in identification to the i7-8550U we have in the 9360. I'd advise you to take a look at it as well.

Only issue so far is that one-key-cpufriend script does not yet support the board of the MBP16,3 for cpufried.kext creation.

Touchpad isn't working (10.15.3 Installer)

My XPS 9360 is currtently still on 10.13 and the touchpad is working fine. (Bios 2.62). I've downloaded your clover configuration and replaced the folders on the usb efi partition and booted in to the installer. In the installer the trackpad is not working (moving the mouse / clicking). Has anyone else ever experieced that problem ?

Big Sur experimentation

I've made a experimental EFI, more details @ the-darkvoid issue

Only thing that doesn't work is WiFi, if we can get that to work we can have a fully functioning hack!

(Please note that this is for the 7560u, you may need to edit graphics IDs to get stuff to work)

Headphone or Speaker work with buzz or no sound

If you get into the situation refer to title...

Open System Preference -> Sound -> Input
Then minimize the window, don't close it.
---The function would act normal as soon as doing as below---
If there are other solutions?
-> As far as I know...it's still a bug...Nope !
-> Just sharing the solutions so far I found.

---Photo is Embedded---
Screen Shot 2019-09-07 at 10 15 21 PM

FaceTime & iMessage can't login

iCloud and App Store ok;
but facetime show this account has no reachable addresses;
iMessage sad an error accurred during authentication.

Original dsdt hotpatches breaks dual-booted Windows

I used to use the original dsdt hotpatches (same with those from the darkvoid's repo), but they tend to render the dual-booted Windows unstable since the patches are also applied to Windows using opencore. The dsdt hotpatches that used until last commits works well on both macOS and Windows that booted from opencore.

Can't boot into Opencore/Mac OS after reboot

I had updated to your repo from a clover setup and was using open core to boot into Catalina.
After a reboot it went to a grub 2.0 screen and I haven't been able to boot into open core/catalina since.
It gives a failed to boot message.
PC hardware:
XPS 9360
I5-7200U 2.5ghz
Samsung SSD 860 EVO 1TB.

I am able to boot into clover but it has a blank configuration and does not find Mac OS, only Windows.
I have tried replacing the repo on my drive.

VoodooInput residuals remain, causing VoodooI2C update fail to boot

There are two items in the config that cause fail to boot after update to latest VoodooI2C.kext family.

In current config file, Kernal->Add line items 20 and 29 are the causes. I have removed these two items and as a result successfully updated to the latest VoodooI2C family.

On another note, I have successfully updated to OC 0.6.1

Thanks much.

0.6 OC in the works?

Hi Quert. Do you have a 0.6 version of OC in the works coming for the 9360? Thanks much!

oc and sleep

oc boot conifg.plist needs to remove VoodooInput, otherwise you can’t enter the system
Some 9360s are powered off without power, and cannot wake up from sleep. You need to enter ubuntu live to shut down once, and then you can sleep normally. As for why, I don’t know why.

right usb power problem?

Screen Shot 2020-05-14 at 5 37 41 PM

anyone have this issue? i did a google search and it seems other people have it on linux and windows too. My left USB is just fine. When this happens it actually kill my internal BLE USB. Once i disconnect the device then my internal BLE USB recovers.

Apple Watch unlock

Hello and thank you for your efforts with this repo! Have you had any success with Apple Watch unlock? I have the same machine as you (except QHD display and a different SSD); enabling Apple Watch unlock shows the 9360 enabling the feature successfully. When locking the screen, it does successfully unlock from that state once, but subsequent attempts fail and also fail from a full sleep.

It seems the ability is there, but not reliability. Thanks much!

How do I boot into Clover and not the OpenCore bootloader

84862814-3309b780-b0b7-11ea-9e16-926c675d5f6f

So I set all the bios settings in the bios 2.13, I've also tried this with 2.9 and 2.10 before I upgraded it.
I make the usb with GibMacOS using 10.15.4 Catalina, I insert a usb formatted Fat32 and let it be formatted.
I downloaded the entire release to get the recoveryHDMeta file.
I use the Make Install to create the usb it creates an EFI folder on the usb named BOOT.
There are two folders CLOVER and BOOT inside the EFI folder.
Regardless of if I delete the entire directory and create a new EFI or copy and overwrite the files with this repo. I still can't get it to boot to anything but this screen. I've literally installed no OS, I can't doing the setup_var edits.

Any Ideas?

Ideally I'm trying to boot using Clover with Catalina.

No Thunderbolt after update to 10.15.6

Anyone has a n explanation? After updating to 10.15.6 Thunderbolt functionality is gone. Under system information no Thunderbolt device is detected. Using OC 0.6.0 and latest repo. Thanks!

You are a freakin' GENIUS!!

Although I still had a Qualcomm Atheros QCA6174 802.11ac Wireless card installed, I have a DW1560 on order (in transit from China, I may never see it)... I gave your setup a trial run, and it ran absolutely superbly...

I don't think there was a single issue, used Bluetooth mouse the whole time without issue... I couldn't do the 4K format, as I have a replacement NVME SSD (Samsung 970 Evo) and it only showed as 512 kb Sectors, but I formatted entire drive for macOS in Disk Utility, and that apparently takes care of the 4K alignment issues?!

I will certainly be switching back to macOS when my new WiFi/BT card appears...

Just out of interest, the Killer Wifi only seems to have one antenna port? was I looking at the correct thing? or am I in trouble with soldered-on Wifi and that was just the Bluetooth card I was looking at?

Bcm94360cs2 WiFi/BT Option

Hello, I see you have Bcm94360cs2 listed as an option for the WiFi/BT card. With this card not being a M.2 form factor, how do you suggest this card be installed into the 9360? Is there an install solution that allows the laptop cover to be properly installed after placing the Bcm94360cs2? Thanks much.

[OC] No Audio-Device on i7-7500u model

Hi folks,

I adopted the opencore configuration to my MacBookPro14,1 as I am on a i7-7500u model. Everything works, but audio.

This is my ioReg export:
Mosaic Capture 2020-06-23 at 18 01 49
I swapped the release version with the debug version of OpenCore.
I swapped AppleALC with the debug AppleALC version.
I don't have any more ideas to try.

This is my AppleALC log:
2020-06-23 17:40:55.923782+0200 localhost kernel[0]: (Lilu) AppleALC init: @ (DBG) AppleALC bootstrap DBG-150-2020-06-01
2020-06-23 17:41:10.047169+0200 localhost kernel[0]: (Lilu) AppleALC iokit: @ (DBG) getOSData vendor-id has 8086 value
2020-06-23 17:41:10.047175+0200 localhost kernel[0]: (Lilu) AppleALC iokit: @ (DBG) getOSData device-id has 9D71 value
2020-06-23 17:41:10.047179+0200 localhost kernel[0]: (Lilu) AppleALC iokit: @ (DBG) getOSData revision-id has 21 value
2020-06-23 17:41:10.047183+0200 localhost kernel[0]: (Lilu) AppleALC iokit: @ (DBG) getOSData alc-layout-id has 5 value
2020-06-23 17:41:10.047189+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) found 2 audio controllers
2020-06-23 17:41:10.047193+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) validating 0 controller 8086:5916:2
2020-06-23 17:41:10.047204+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 0 mod 1002:AAC8
2020-06-23 17:41:10.047208+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 1 mod 1002:AAE8
2020-06-23 17:41:10.047211+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 2 mod 1002:AB08
2020-06-23 17:41:10.047214+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 3 mod 1022:1457
2020-06-23 17:41:10.047217+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 4 mod 1022:1487
2020-06-23 17:41:10.047220+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 5 mod 1022:15E3
2020-06-23 17:41:10.047224+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 6 mod 8086:C0C
2020-06-23 17:41:10.047227+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 7 mod 8086:F04
2020-06-23 17:41:10.047230+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 8 mod 8086:8CA0
2020-06-23 17:41:10.047233+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 9 mod 8086:8D20
2020-06-23 17:41:10.047236+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 10 mod 8086:8D21
2020-06-23 17:41:10.047240+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 11 mod 8086:9DC8
2020-06-23 17:41:10.047243+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 12 mod 8086:A171
2020-06-23 17:41:10.047246+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 13 mod 8086:A2F0
2020-06-23 17:41:10.047249+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 14 mod 8086:A1F0
2020-06-23 17:41:10.047252+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 15 mod 8086:A348
2020-06-23 17:41:10.047257+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 16 mod 10DE:E0F
2020-06-23 17:41:10.047260+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 17 mod 10DE:FB0
2020-06-23 17:41:10.047264+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 18 mod 10DE:FB8
2020-06-23 17:41:10.047267+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 19 mod 10DE:FB9
2020-06-23 17:41:10.047270+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 20 mod 10DE:FBA
2020-06-23 17:41:10.047273+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 21 mod 10DE:FBB
2020-06-23 17:41:10.047276+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 22 mod 10DE:FBC
2020-06-23 17:41:10.047279+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 23 mod 10DE:10EF
2020-06-23 17:41:10.047282+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 24 mod 10DE:10F0
2020-06-23 17:41:10.047286+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 25 mod 10DE:10F1
2020-06-23 17:41:10.047289+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 26 mod 8086:2C8
2020-06-23 17:41:10.047292+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 27 mod 8086:6C8
2020-06-23 17:41:10.047296+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) validating 1 controller 8086:9D71:21
2020-06-23 17:41:10.047299+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 0 mod 1002:AAC8
2020-06-23 17:41:10.047302+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 1 mod 1002:AAE8
2020-06-23 17:41:10.047306+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 2 mod 1002:AB08
2020-06-23 17:41:10.047309+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 3 mod 1022:1457
2020-06-23 17:41:10.047312+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 4 mod 1022:1487
2020-06-23 17:41:10.047315+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 5 mod 1022:15E3
2020-06-23 17:41:10.047319+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 6 mod 8086:C0C
2020-06-23 17:41:10.047322+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 7 mod 8086:F04
2020-06-23 17:41:10.047325+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 8 mod 8086:8CA0
2020-06-23 17:41:10.047328+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 9 mod 8086:8D20
2020-06-23 17:41:10.047331+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 10 mod 8086:8D21
2020-06-23 17:41:10.047335+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 11 mod 8086:9DC8
2020-06-23 17:41:10.047341+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 12 mod 8086:A171
2020-06-23 17:41:10.047344+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 13 mod 8086:A2F0
2020-06-23 17:41:10.047348+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 14 mod 8086:A1F0
2020-06-23 17:41:10.047351+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 15 mod 8086:A348
2020-06-23 17:41:10.047355+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 16 mod 10DE:E0F
2020-06-23 17:41:10.047358+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 17 mod 10DE:FB0
2020-06-23 17:41:10.047361+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 18 mod 10DE:FB8
2020-06-23 17:41:10.047364+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 19 mod 10DE:FB9
2020-06-23 17:41:10.047368+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 20 mod 10DE:FBA
2020-06-23 17:41:10.047371+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 21 mod 10DE:FBB
2020-06-23 17:41:10.047375+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 22 mod 10DE:FBC
2020-06-23 17:41:10.047378+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 23 mod 10DE:10EF
2020-06-23 17:41:10.047382+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 24 mod 10DE:10F0
2020-06-23 17:41:10.047385+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 25 mod 10DE:10F1
2020-06-23 17:41:10.047388+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 26 mod 8086:2C8
2020-06-23 17:41:10.047392+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) comparing to 27 mod 8086:6C8
2020-06-23 17:41:10.047395+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) missing ControllerModInfo for 0 controller
2020-06-23 17:41:10.047399+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) missing ControllerModInfo for 1 controller
2020-06-23 17:41:10.048629+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) missing ControllerModInfo for 0 controller
2020-06-23 17:41:10.048635+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) missing ControllerModInfo for 1 controller
2020-06-23 17:41:10.048849+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) AppleGFXHDA probe for HDEF
2020-06-23 17:41:10.048853+0200 localhost kernel[0]: (Lilu) AppleALC alc: @ (DBG) avoiding AppleGFXHDA for HDEF device
2020-06-23 17:41:10.048897+0200 localhost kernel[0]: (Lilu) AppleALC iokit: @ (DBG) getOSData alc-delay was not found

Here is a snippet of my OpenCore-log:

09:574 00:455 OC: Requested console mode is 0x0 (max: 0) from
09:584 00:009 OC: Requested not to use audio (note: is this only meant for the picker?)

256:420 00:038 OC: Prelink injection Lilu.kext () - Success
256:444 00:024 OC: Prelink injection VirtualSMC.kext () - Success
256:470 00:026 OC: Prelink injection WhateverGreen.kext () - Success
256:503 00:032 OC: Prelink injection AppleALC.kext () - Success

Thank you!

Increased power consumption and resource utilization via IPG after sleep

Hello. I'm happily using your latest OC files, so thank you for that!

An ongoing issue I have noticed (long before OC, on Clover as well) is increased power consumption and resource utilization after sleep. This is measured with Intel Power Gadget. On a fresh boot, PKG power values in IPG remain at idle approx. 0.8 but after sleep wake up go up to no lower than 2.10. Utilization values on boot are approx 0.4, but never lower than 0.9 after sleep wake up.

Any ideas where to look to have these values remain unchanged after sleep?

Thanks.

LITEON NVMe doesn't appear in Disk Utility

Hello, after hours of pain i managed to get into Catalina Installer however i am stuck in Disk Utility because there is no internal NVMe showing up, i only see my USB drive in the list, my XPS 13 9360 variant has Liteon CX2 512GB NVMe drive (It doesn't support 4K sectors), so is it possible to install it on this NVMe?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.