Contribute
Register

Use Old Parts with a newer version of macOS ?

WIFI finally working with this kext! bluetooth doesn't work
 

Attachments

  • AirportItlwm.kext.zip
    14.4 MB · Views: 4
  • Intel(R) Dual Band Wireless AC 7265 I exactly have this
Ok.
The stable version ( v2.2.0 ) for the WiFi driver is here ( maximum is macOS Ventura )

The development version (2.3.0-alpha) for the WiFi driver is here ( including macOS Sonoma )
1708989414535.png


As you can see the alpha driver was released just 12 hours ago :))
 
it is best to zip and upload your EFI, not just a kext
you're right. I tried to install this kext that I find online for my chip BluetoolFixup.kext, I reboot and bluetooth work, scan but can't pare with other device
 

Attachments

  • EFI.zip
    18.8 MB · Views: 2
  • BlueToolFixup.kext.zip
    12.6 KB · Views: 1
you're right. I tried to install this kext that I find online for my chip BluetoolFixup.kext, I reboot and bluetooth work, scan but can't pare with other device
this is important, you need to do this:

also no need for:
nv_disable=1
as you do not have an Nvidia card installed

also odd not to see any info here:

Code:
<key>DeviceProperties</key>
    <dict>
        <key>Add</key>
        <dict/>
        <key>Delete</key>
        <dict/>
    </dict>
 
Ok.
The stable version ( v2.2.0 ) for the WiFi driver is here ( maximum is macOS Ventura )

The development version (2.3.0-alpha) for the WiFi driver is here ( including macOS Sonoma )
View attachment 579047

As you can see the alpha driver was released just 12 hours ago :))
Ok, just installed this latest 2.3.0-DEBUG-alpha for Sonoma 14.3.1 and it works ..

1708990175858.png
 
you're right. I tried to install this kext that I find online for my chip BluetoolFixup.kext, I reboot and bluetooth work, scan but can't pare with other device
Hello,
For BT you may need some more kexts and as it was said before, create a USB map ( a new .kext )

In my case ( Intel AX 210 ), for BT I use 3 kexts :

IntelBluetoothFirmware.kext
IntelBTPatcher.kext
BlueToolFixup.kext

Your setup may be different.
Keep trying :)

UPDATE :

Just in case ....
There is a new version for IntelBluetoothFirmware :

1709038204647.png
 
Last edited:
I will be adding 2 more files to your EFI regarding BT ( if necessary ), then come back.
Stay tuned :)
The kexts seem to be ok.

But your USB map does not look OK.
"USB headers" on the motherboard must have UsbConnector number 255.
Find the port in which you inserted the BT cable of the TP-Link PCI-E adapter and edit it ( must be 255)

Also the USB 2.0 (black) ports on the rear side of PC must have UsbConnector number 0 ( see H10 below)
Here is an example.
Re-check documentation regarding mapping USB ports.

1709060747702.png
 
Back
Top