Moderators Jake Lo Posted December 24, 2022 Moderators Share Posted December 24, 2022 I don't use OCC so I don't know what it does when you click scan/browse, I do all my edits manually with plistedit pro. Looking at your error, I think it added 2 version of voodooInput.kext, one from Voodoops2controller and one VoodooI2C.kext to your config.plist. Disable one and it should fix the problem. Yes, you should disable the BRCM kexts from config and remove from kexts folder as well. No need if you have an Intel BT/Wifi combo Give this a try config-4k-Intel.plist.zip 1 Link to comment Share on other sites More sharing options...
Justin Wallis Posted December 25, 2022 Author Share Posted December 25, 2022 Ahh. Shoot, I downloaded PlistEdit Pro and got overwhelmed trying to use it (for now). Anyway... (starting from your 4k .plist file), I removed all these (the highlighted ones) kexts, from the .plst and kext folder: Then I dragged these kexts to the kexts folder and then (dragging from the efi/kexts folder seemed to avoid a kp poss) to the same Kernel section in OCC: These were the versions of the specific files that were added. (excluding BlueToolFixup.kext from BrcmPatchRAM, because vers.2.6.5 was already added inside the .plist and the kext folder) 2.6.4 is newest on his github for some reason though Anyway, it started without a KP this time, !! And the Wifi symbol is WITHOUT the Exclamation mark!! One step further, but for some reason: It doesn't recognize my wifi yet (nothing pops up), and for bluetooth, it recognizes but doesn't connect. And also still says unknown card type: My EFI folder (at this point): https://www.mediafire.com/file/zzgv25xkv20nr82/EFI.zip/file --------------------------------------------------------------------------------------------------------------------------------------- Also, further Graphics Related Issue: There is no dual Display through the native HDMI on the Laptop, or through the HDMI on through the working USB-C Port with working Adapter. The graphics are not laggy one bit since i used your 4k .plist, but i am experiencing these weird graphics glitches when scrolling youtube, or bringing up Launchpad, etc. It's somewhat disorienting when scrolling youtube because it happens every second about. (The Sound through the laptop and through usb-c adapter work fine, and so do the Ethernet and USB through the USB-C Adapter, as well as the native USB's on the laptop) Video Example of Glitch (not sure why such crappy quality video, but u should get the idea): https://i.imgur.com/15Ik9fs.mp4 Picture Example: Any other helpful info i can supply to get the Wifi / BT working, to help get rid of Graphics Glitch / Dual Monitor issue, and / or to help get rid of black screen after sleep, lmk!! And TY soo much for helping me get this far, i barely have been able to help, but trying, and also learning!! Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted December 25, 2022 Moderators Share Posted December 25, 2022 The unknown card type is not BT, it's an emulated icon for the USB-C connection. It allows you to hot plug in any USB-C device. As for Graphics, you might have to set DVMT to 0x4. Check out my guide for DVMT, but instead of using a modded bootx64.efi, use modgrubshell.efi 1 Link to comment Share on other sites More sharing options...
Justin Wallis Posted December 25, 2022 Author Share Posted December 25, 2022 So, i guess i pretty much first have to install windows on the other (extra internal, empty, hhd) drive with your guide; I don't have much experience with Multib00t now that OpenCore has it built in. Is there an order of OS install that is best way to do it. Or, can i just run the windows installer, and install it on this said drive. Or, do you know of a good tutorial to follow, i'm familiar with installing windows and virtIO drivers, but never did it on same computer as a mac. I always wanted to install Windows and Linux tbh, just never got to it yet. ExFat is also fine? Should i even attempt to have a linux partition on said drive? Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted December 25, 2022 Moderators Share Posted December 25, 2022 No need to install Windows, I have the commands for this system. No worries about the brick warning, I have modded many times without issue. Safe to do it. It'll reset to default if you ever select ' Load Default" in the BIOS. For Skylake Precision 7510/5510 DVMT=0x432 //set to 0x4 CFG Lock=0x109 //set to 0x0 After booting with modgrubshell.efi run setup_var 0x432 0x4 //this is for DVMT setup_var ox109 0x0 //this is to unlock CFG Lock 1 Link to comment Share on other sites More sharing options...
Justin Wallis Posted December 26, 2022 Author Share Posted December 26, 2022 I did all these below steps just to check things out, lol. It all helped me to understand what i was doing though i guess. (All i needed to do was boot into modgrubshell.efi and run the commands you said): 23 hours ago, Jake Lo said: No need to install Windows, I have the commands for this system. No worries about the brick warning, I have modded many times without issue. Safe to do it. It'll reset to default if you ever select ' Load Default" in the BIOS. For Skylake Precision 7510/5510 DVMT=0x432 //set to 0x3 CFG Lock=0x109 //set to 0x0 After booting with modgrubshell.efi run setup_var 0x432 04 //this is for DVMT setup_var ox109 0x0 //this is to unlock CFG Lock I think you meant this, right? After booting with modgrubshell.efi run setup_var 0x432 0x3 setup_var 0x109 0x0 Setting It: Checking it: I then disabled "AppleXcpmCfgLock" in my config.plst. "AppleCpuPmCfgLock" was already disabled. Do i need to possibly take out some of the framebuffer properties for the bios patching to work. I haven't touched it? I also put "ControlMsrE2.efi" into the EFI/OC/tools folder, but how do i launch it on startup to double check if CFG is actually unlocked? I shutdown Multiple times, and i still have the glitches Anything else i can try to get rid of this graphics glitch? Thank You!!! My EFI Folder thus far: https://www.mediafire.com/file/b3oicu3bongfi65/EFI%282%29.zip/file Video of Entire Verbose Boot and Glitch example : https://imgur.com/a/RKcsBkq (clear video, boot seems to hang a little less also, but glitches are just as prominent) Video of KP on Shutdown i've had since beginning of this build. (Not sure if it helps, or means anything): https://imgur.com/hkI4Iif Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted December 26, 2022 Moderators Share Posted December 26, 2022 setup_var 0x432 0x4 set it 0x4, not 0x3 1 Link to comment Share on other sites More sharing options...
Justin Wallis Posted December 27, 2022 Author Share Posted December 27, 2022 Changed it, Checked it, then did a couple shutdowns and i still have the Graphics issue unfortunately. Weird, i thought that would definitely be the fix! Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted December 27, 2022 Moderators Share Posted December 27, 2022 Wonder if you could test it in Monterey and see if the result is the same. Of course you'll have to switch to the Monterey bootpack but also add the 4k patches. 1 Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted December 27, 2022 Moderators Share Posted December 27, 2022 try switching SMBios to MBP14,3. Make sure to change the SMBIOS in the USBPorts-5510 info file as well. Link to comment Share on other sites More sharing options...
Recommended Posts