Git Product home page Git Product logo

Comments (6)

kirainmoe avatar kirainmoe commented on May 26, 2024 1

The build attached in that post was based on 10.14.6, which may not work in 10.14.1.

To build the kext manually:

  • Download Xcode from https://developer.apple.com/download/more/ , it would be better if you have the version with SDK that matches your system.
  • Clone the repo
  • Modify Info.plist -> OSBundleLibraries, manually change each dependencies' bundle version to the version that your system is loading.

Takes com.apple.iokit.IOBluetoothHostControllerTransport for an example, in Info.plist, it looks like this initally:

		<key>com.apple.iokit.IOBluetoothHostControllerTransport</key>
		<string>7.0f8</string>

Open Terminal.app, type kextstat | grep com.apple.iokit.IOBluetoothHostControllerTransport and enter, you will see something like this:

122    2 0xffffff7f835cd000 0xb000     0xb000     com.apple.iokit.IOBluetoothHostControllerTransport (7.0.2f4) D2070464-95EB-3EE4-A1CA-89868BC6387A <114 27 13 12 8 7 6 5 3 1>

The "7.0.2f4" is the version of this kext that the system owns, so we change 7.0f8 to 7.0.2f4. Modify other dependencies' bundle version like this, then build it with Xcode, you will get a IntelBluetoothFirmware.kext, try sudo kextutil IntelBluetoothFirmware.kext and see if the kext loads, then copy it to CLOVER/kexts or OC/kexts.

from intelbluetoothfirmware.

zxystd avatar zxystd commented on May 26, 2024

The release 1.0.1 is base on 10.15 sdk, which can not run below catalina, you can try this one
#7 (comment)

from intelbluetoothfirmware.

moda20 avatar moda20 commented on May 26, 2024

thx for the comment but I tried the linked file and it didn't change anything from the errors other than the signing error.

I still have the same dependency error :
Screen Shot 2020-01-20 at 15 04 01

here is how I loaded my kext :

  1. I removed the old kexts
  2. I copied the new kext to /Library/Extensions
  3. I changed the kext ownership
  4. I reloaded the kextcache

I also started getting crashes every time I reload my kextcache with the bluetooth firmware kext being in the /L/E directory.

from intelbluetoothfirmware.

moda20 avatar moda20 commented on May 26, 2024

@kirainmoe Your method did work and i got the kext loaded. but i still don't have any devices shown up.

from intelbluetoothfirmware.

williambj1 avatar williambj1 commented on May 26, 2024

Should be fixed a long time ago

from intelbluetoothfirmware.

williambj1 avatar williambj1 commented on May 26, 2024

Feel free to reopen if this issue still exists

from intelbluetoothfirmware.

Related Issues (20)

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.