CrazyPegasus / ThinkPad-T580-Hackintosh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HDMI does't work when using wifi card Bcm94360cs2

linhlt opened this issue · comments

hello, I'm using your EFI for my laptop(Thinkpad T580).
hdmi port extend monitor work fine when I using intel wifi card. But after I replace card wifi apple Bcm94360cs2, it not work. please help me.

I have the same HDMI problem, but I have the factory wifi card

Solve the 10.15.x type-c, HDMI no output problem: Starting from 10.15, it is not possible to patch through KernelToPatch of config under S / L / E, so I need to manually patch it. I put the patch of 10.15.4 on it and replace it under S / L / E Driver file with the same name.

the first method:
Run sudo mount -uw / && killall Finder and sudo kextcache -i / once after updating the system version of the size, and then restart the machine.

The second method:
Open the terminal and enter the command to read and write the system:

sudo mount -uw /
killall Finder
Download AppleGraphicsDevicePolicy.kext and replace it under /System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/ to fix the permission cache and restart: sudo touch / System / Library / Extensions / && sudo kextcache -u /

It works very well with the second method, do you @CrazyPegasus think it's possible to integrate it into the Clover configuration?