Other
52 files
-
Toshiba E55-A5114 Yosemite Package
Included here are the kexts and the DSDT for the Toshiba E55-A5114. This zip file contains a patched AppleHDA, patched graphics kexts from 10.10.1, trackpad/keyboard kext, and ethernet kext. There is no wireless driver yet
Besides the DSDT, this is NOT original work. Credits go to their respective creators.
These kexts work on Yosemite. I havent tested them on Mavericks or Mountain Lion. Be advised that it might not work if you use an earlier version.
TODO:
VoodooWireless modifications to make an Intel 7260 driver.
260 downloads
0 comments
Updated
-
SASMegaRAID.kext
By Pavo
This is kext for LSI MegaRAID SAS (not Fusion MPT) family of controllers. This one was requested few times at InsanelyMac and other Mac-related forums.
All info is provided in README and original topic.
Release is built with current Xcode (6.1.2) and toolchain, it is x32-x64 only and targeted for Yosemite. 10.10.
Credit to dukzcry (developer) and okrasit (memory allocation fix)
437 downloads
Submitted
-
AppleNforceATA Mavericks
Reworked medevil project
also credits to AnV
Install it in to /System/Library/Extensions/IOATAFamily.kext/Contents/Plugins
376 downloads
Submitted
-
Modified VoodooPS2Controller
By Frank Nitty
It contains VoodooPS2 and AppleACPIPS2Nub kext files that are compatible with Snow Leopard, 10.6.0-8. The OS disables PS/2 keyboards by default, but this driver enables them to work. Do not use this file if you are already using ApplePS2Controller. I downloaded this file almost 4 years ago and after reinstalling 10.6.0 recently, I decided to upload this file because I didn't see it available anywhere online. I don't remember where but to anyone who knows who is the original contributor of this file, feel free to post their names in the comments below so I know whom to give credit to. Thanks
1,089 downloads
- VoodooPS2
- AppleACPIPS2Nub
- (and 5 more)
0 comments
Submitted
-
Submitted
-
Rollback for HID Keyboard/Mouse in Yosemite
By hack.in
After installing Yosemite on my build my MS-wireless -Keyboard /Mouse stop working weirdly ,i was looking for solution but not until next Developer preview so i rollbacked These Kext and my Keyboard/mouse started Working ,then i think to Share it ,,test and enjoy
100% working and Tested on Ms-Wireless Keyboard/Mouse
607 downloads
Submitted
-
Enable TRIM on 10.10 DP1
By Marchrius
First make a backup of the original kext then copy the extracted in /System/Library/Extensions/ and launch this command with terminal
sudo touch /System/Library/Extensionssudo kextcache -u
If it don't create the new kernelcache launch this from terminal (from Yosemite, also single mode is supported)
kextkache -system-prelinked-kernel
If you have trouble try this:
http://www.insanelymac.com/forum/topic/298507-enable-trim-on-non-apple-ssd/
1,852 downloads
- trim
- trim support
- (and 5 more)
Submitted
-
0 comments
Submitted
-
0 comments
Submitted
-
ACPIBatteryManager
By Alex009988
The kext which shows charge of battery. There is only for 64-bit systems. It allows of getting the system slept and waked up. In case of VoodooBaterry, here may comes some problems.
You also must edit DSDT. See here a manual.
http://www.insanelymac.com/forum/topic/272459-appleacpibatterymanagerapplesmartbatterymanager-for-lion/
Sources: https://github.com/RehabMan/OS-X-ACPI-Battery-Driver
5,339 downloads
Updated
-
Patched IOAHCIBlockStorage for IOAHCIFamily
By ErmaC
Patched IOAHCIBlockStorage.kext into IOAHCIFamily.kext.
Also include the Yellow icon fix. (No AppleACHIPort.kext patched file required).
(Credits) List of the edited controller goes to eep357.
Patches and edit by me (ErmaC)
Replace this kext file with the original present in /System/Library/Extensions/
Rebuild system cache and repair disk permission.
Enjoy!
ErmaC
2,999 downloads
Updated
-
AsusX58 Patched AppleACPIPlatform.kext (10.8 - 10.8.5)
By ErmaC
Patched version of AppleACPIPlatform.kext for Mountain Lion.
For Asus X58's user this kext prevent the long boot.
Enjoy
3,893 downloads
Updated
-
Patched AppleRTC.kext (10.8 - 10.8.5)
By ErmaC
Already patched AppleRTC.kext
Replace it in /System/Library/Extensions/
Followed rayap topic here: CMOS Resets by AppleRTC.kext
sudo perl -pi -e 's|\x75\x30\x89\xd8|\xeb\x30\x89\xd8|' AppleRTC All credits to rayap
1,215 downloads
- AppleRTC
- Mountain Lion
- (and 2 more)
Updated
-
FakeSMC w/ Haswell CPU Sensor for 10.8/9
By c0ercion
Fixes CPU temperature and multiplier readings in HWMonitor and iStat on model 0x3C (LGA1150 Desktop Form) Haswell CPUs, including i7-4770K and i5-4670K.
The larger of the two downloads was compiled on 10.8.4 with the 10.8 sdk. I have not tested this build.
The second and smaller file was compiled on 10.9 with the 10.9 sdk and has been confirmed to work in Mavericks with i7-4770K and i5-4670K.
Kozlek has since merged this patch with his master branch, you can download and compile it yourself at https://github.com/kozlek/HWSensors
Wait for hwmonitor to prompt you to update, or wait for binaries to be available at https://bitbucket.org/kozlek/hwsensors/downloads
diff --git a/CPUSensors/CPUSensors.cpp b/CPUSensors/CPUSensors.cpp index 3af1039..54b9d60 100755 --- a/CPUSensors/CPUSensors.cpp +++ b/CPUSensors/CPUSensors.cpp @@ -363,6 +363,7 @@ bool CPUSensors::start(IOService *provider) readTjmaxFromMSR(); break; + case CPUID_MODEL_HASWELL_DT: case CPUID_MODEL_HASWELL_MB: case CPUID_MODEL_HASWELL_ULT: case CPUID_MODEL_HASWELL_ULX: diff --git a/Shared/cpuid.h b/Shared/cpuid.h index 4bcba2f..9c17cb1 100755 --- a/Shared/cpuid.h +++ b/Shared/cpuid.h @@ -151,6 +151,7 @@ #define CPUID_MODEL_NEHALEM_EX 0x2E #define CPUID_MODEL_WESTMERE_EX 0x2F #define CPUID_MODEL_IVYBRIDGE 0x3A +#define CPUID_MODEL_HASWELL_DT 0x3C #define CPUID_MODEL_HASWELL_MB 0x3F /* Haswell MB */ //#define CPUID_MODEL_HASWELL_H 0x?? // Haswell H #define CPUID_MODEL_HASWELL_ULT 0x45 /* Haswell ULT */ @@ -457,6 +458,7 @@ static void cpuid_update_generic_info() cpufamily = CPUFAMILY_INTEL_IVYBRIDGE; break; + case CPUID_MODEL_HASWELL_DT: case CPUID_MODEL_HASWELL_MB: case CPUID_MODEL_HASWELL_ULT: case CPUID_MODEL_HASWELL_ULX:
6,300 downloads
Updated
-
VoodooPS2-10.9 Only
By 2bad0
I use RehabMan's version of Voodoo PS2 and for some reason it would not load on OS X 10.9 Mavericks. I recompiled his code and it works for me so all credit to him. Be sure to check his site as I'm sure he will soon update it.
https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller
5,299 downloads
Submitted
-
Lenovo z580: i5-3210m kexts
By Tazz96
It's a my mkext for Lenovo z580 notebook with i5-3210m Intel CPU. Works great - everything, but WLAN card not working, so you should replace this for Atheros (in my example is 8295 and works great). Thanks for download, and sorry for my bad English.
738 downloads
Submitted
-
NTFS.zip
By Ratul
Kext for mounting NTFS partitions natively with READ ONLY support.
Tested on Mountain Lion 10.8.2.
1,506 downloads
Updated
-
ApplePCIIDE64.kext
By iFIRE
ApplePCIIDE.kext - SATA/IDE Controllers - InsanelyMac Forum875 downloads
0 comments
Updated
-
SuperVIAATA 1.0.3 AnV for Mountain Lion
By iFIRE
SuperVIAATA 1.0.3 AnV for Mountain Lion SuperVIAATA 1.0.3 AnV for Mountain Lion - Developers Corner - InsanelyMac Forum
266 downloads
0 comments
Submitted
-
Elan Touchpad Kext
By iFIRE
Kext for Touchpad Elantec, Laptops, for more info for this kext, take a look here: Elan Touchpad Driver (Mac OSX) - Elan Touchpad - OSXLatitude Forum
2,895 downloads
Updated
-
Updated
-
AHCI AppleAHCIPort.kext (for RAID)
By jimmyco2008
This modified AppleAHCIPort.kext makes it possible to Hackintosh laptops and desktops that are locked in RAID SATA mode. I've personally only tested it with the HP m6-1045dx laptop, which uses a classic locked BIOS and HM77 "Panther Point" chipset paired with the Ivy Bridge i5. Based on the nature of the kext, I would say this can work with other computers, just give it a go!
------------------------
Why do I need this kext?
If your SATA-connected hard drive isn't being detected by the OS X installer and you have no control over SATA mode in BIOS/EFI (ie, IDE, RAID, AHCI modes). Common with the latest (2012 at least and newer) HP laptops, probably the trend for many OEMs these days.
------------------------
Install via Kext Wizard, probably a good idea to rebuild cache/repair permissions (also via Kext Wizard) while you're at it!
Thanks to eep357 for making this file!
2,764 downloads
Updated
-
AppleNForceATA.kext
By jimmyco2008
Makes OS X and the installer work with the nForce 430 chipset.
More specifically, allows OS X/installer to see the SATA and IDE (yes, IDE, too!) devices plugged in to your computer, including hard drives and disk drives.
This kext does NOT make nForce LAN or anything else work, just SATA and IDE/ATA HDDs and ODDs.
---------------------------
Works great with the Compaq Presario SR55 series!
1,723 downloads
Updated
-
Submitted
-
Submitted