mbp2018-bridge-drv
mbp2018-bridge-drv copied to clipboard
Okay, I, as dumbass, have a question (MBP2018 15") which’s answer could help others who didn't learn to code as well.
Hi, first of all, great work, that's awesome. Second, here is no tutorial whatsoever and the best I found is this
- https://nixaid.com/linux-on-macbookpro/ (Grab his .iso)
- Grab refind or this: https://github.com/GregoryConrad/BootableDriveMaker/releases/download/v7.0/Bootable.Drive.Maker.dmg
- Make the internal disk bootable? Yes?
- If I want my mac to sleep, I rather use your bridge in combination: https://github.com/MCMrARM/mbp2018-bridge-drv/tree/suspend-merge (Just compiling the makefile? Where do I have to put the data?
and then (necessary or not?) a new audio driver https://github.com/leifliddy/macbook12-audio-driver
= works? I can barely understand if I would have to change kexts etc. like with a Hackintosh, change some HEX in DSDT, or if this is a ready to use driver? The first one would be far over my head.
In order to make it to work, you just need to install the module and load it using insmod/modprobe. I've raised 10 minutes ago a dkms config so you can run the install.sh and reboot and the module will be installed. If you want also it to be loaded automatically, you just:
echo bce > /etc/modules-load.d/bce.conf
Tell me if you are able to use it :)