Contribute
Register

.kext files from gitHub

Status
Not open for further replies.
Joined
Oct 10, 2011
Messages
22
Motherboard
Dell Inspiron 15 3878
CPU
Inter Core i5
Graphics
Intel HD 4400
Hello,

This is a simple one but i'm sure im not the only one who has this question....

My problem is i read a lot on this site and there are tons on fixes and kext hosted on gitHub, there is just one problem when i go the respected gitHub sites and click on clone "Download ZIP" i get a zip file downloaded to my laptop but none of the files have the .kext extension on it so.....Where is the actual .kext file so i can install it?

Thanks
 
Hello,

This is a simple one but i'm sure im not the only one who has this question....

My problem is i read a lot on this site and there are tons on fixes and kext hosted on gitHub, there is just one problem when i go the respected gitHub sites and click on clone "Download ZIP" i get a zip file downloaded to my laptop but none of the files have the .kext extension on it so.....Where is the actual .kext file so i can install it?

Thanks
most have a readme with a link to where they are already been built for you
 
Hello,

This is a simple one but i'm sure im not the only one who has this question....

My problem is i read a lot on this site and there are tons on fixes and kext hosted on gitHub, there is just one problem when i go the respected gitHub sites and click on clone "Download ZIP" i get a zip file downloaded to my laptop but none of the files have the .kext extension on it so.....Where is the actual .kext file so i can install it?

Thanks

Perhaps you failed to read the README at each github location...

Read the guide carefully:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/
 
most have a readme with a link to where they are already been built for you

Ok I thought that is what i was doing but for example this is the readme for the latest one im working with and this does not not tell me where the .kext file is unless i'm overlooking it.


"AirportBrcmFixup
==================

An open source kernel extension providing a set of patches required for non-native Airport Broadcom Wi-Fi cards.

#### Notes
This repository should be compiled with [Lilu](https://github.com/vit9696/Lilu) ***v1.1.6*** and greater, otherwise the compilation will be failed!

Note: ***Debug version of Lilu.kext should be put in the same folder as BrcmWLFixup! And they should be also used together!***


#### Features
- Supports AirPort_Brcm4360, AirPort_BrcmNIC and AirPort_BrcmNIC_MFG
- Implements patch for chip identificator checking (0xaa52), in <=10.12 it's required for successful driver starting
- Implements patch for "Failed PCIe configuration patch", required for some cards
- Implements patch for "Third Party Device" (returns vendor name "Apple")
- Implements patch for removing of white-list check
- Implements 5Ghz and country code patch (US by default)
- Implements WOWL (WoWLAN) disabler (turned on by default) - no low speed after wake

#### Installation types
- Clover Airport Fix + AirportBrcmFixup
- Clover Airport Fix + AddProperties(fake device-id) + AirportBrcmFixup (preferable)
- Clover Airport Fix + AirportBrcmFixup + FakePCIID + FakePCIID_Broadcom_WiFi.kext
- AirportBrcmFixup + FakePCIID + FakePCIID_Broadcom_WiFi.kext

#### Boot-args
- `brcmfx-country=XX` changes the country code to XX (US, CN, #a, ...)
- `-brcmfxdbg` turns on debugging output
- `-brcmfxbeta` enables loading on unsupported osx
- `-brcmfxoff` disables kext loading
- `wl_msg_level=0xXXXX` & `wl_msg_level2=0xXXXX` set log level for native network kexts
- `-brcmfxwowl` enables WOWL (WoWLAN) - it is disabled by default
- option `brcmfx-country` also can be injected via DSDT or AddProperties/Arbitrary in Clover

#### Credits
- [Apple](https://www.apple.com) for macOS
- [vit9696](https://github.com/vit9696) for [Lilu.kext](https://github.com/vit9696/Lilu) and great help in implementing some features
- [PMheart](https://github.com/PMheart) for the initial idea and implementation
- [darkvoid & RehabMan] for FakePCIID implementation (partly it is used in AirportBrcmFixup)
- [lvs1974](https://applelife.ru/members/lvs1974.53809/) for writing the software and maintaining it
 
Ok I thought that is what i was doing but for example this is the readme for the latest one im working with and this does not not tell me where the .kext file is unless i'm overlooking it.


"AirportBrcmFixup
==================

An open source kernel extension providing a set of patches required for non-native Airport Broadcom Wi-Fi cards.

#### Notes
This repository should be compiled with [Lilu](https://github.com/vit9696/Lilu) ***v1.1.6*** and greater, otherwise the compilation will be failed!

Note: ***Debug version of Lilu.kext should be put in the same folder as BrcmWLFixup! And they should be also used together!***


#### Features
- Supports AirPort_Brcm4360, AirPort_BrcmNIC and AirPort_BrcmNIC_MFG
- Implements patch for chip identificator checking (0xaa52), in <=10.12 it's required for successful driver starting
- Implements patch for "Failed PCIe configuration patch", required for some cards
- Implements patch for "Third Party Device" (returns vendor name "Apple")
- Implements patch for removing of white-list check
- Implements 5Ghz and country code patch (US by default)
- Implements WOWL (WoWLAN) disabler (turned on by default) - no low speed after wake

#### Installation types
- Clover Airport Fix + AirportBrcmFixup
- Clover Airport Fix + AddProperties(fake device-id) + AirportBrcmFixup (preferable)
- Clover Airport Fix + AirportBrcmFixup + FakePCIID + FakePCIID_Broadcom_WiFi.kext
- AirportBrcmFixup + FakePCIID + FakePCIID_Broadcom_WiFi.kext

#### Boot-args
- `brcmfx-country=XX` changes the country code to XX (US, CN, #a, ...)
- `-brcmfxdbg` turns on debugging output
- `-brcmfxbeta` enables loading on unsupported osx
- `-brcmfxoff` disables kext loading
- `wl_msg_level=0xXXXX` & `wl_msg_level2=0xXXXX` set log level for native network kexts
- `-brcmfxwowl` enables WOWL (WoWLAN) - it is disabled by default
- option `brcmfx-country` also can be injected via DSDT or AddProperties/Arbitrary in Clover

#### Credits
- [Apple](https://www.apple.com) for macOS
- [vit9696](https://github.com/vit9696) for [Lilu.kext](https://github.com/vit9696/Lilu) and great help in implementing some features
- [PMheart](https://github.com/PMheart) for the initial idea and implementation
- [darkvoid & RehabMan] for FakePCIID implementation (partly it is used in AirportBrcmFixup)
- [lvs1974](https://applelife.ru/members/lvs1974.53809/) for writing the software and maintaining it

Why don't you click on the "Releases" link/page?
 
Status
Not open for further replies.
Back
Top