mbp2018-bridge-drv icon indicating copy to clipboard operation
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.

Open sur-nextvid opened this issue 6 years ago • 1 comments

Hi, first of all, great work, that's awesome. Second, here is no tutorial whatsoever and the best I found is this

  1. https://nixaid.com/linux-on-macbookpro/ (Grab his .iso)
  2. Grab refind or this: https://github.com/GregoryConrad/BootableDriveMaker/releases/download/v7.0/Bootable.Drive.Maker.dmg
  3. Make the internal disk bootable? Yes?
  4. 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.

sur-nextvid avatar Sep 04 '19 11:09 sur-nextvid

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 :)

caioquirino avatar Sep 26 '19 18:09 caioquirino