Jump to content

52 files

  1. 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

  2. SASMegaRAID.kext

    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

    1 comment

    Submitted

  3. AppleNforceATA Mavericks

    Reworked medevil project
    also credits to AnV
    Install it in to /System/Library/Extensions/IOATAFamily.kext/Contents/Plugins

    374 downloads

    1 comment

    Submitted

  4. Modified VoodooPS2Controller

    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

    0 comments

    Submitted

  5. FakeSmc.kext Yosemite 10.10

    This is new FakeSMC for Yosemite 10.10

    12,841 downloads

    5 comments

    Submitted

  6. Rollback for HID Keyboard/Mouse in Yosemite

    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

    1 comment

    Submitted

  7. Enable TRIM on 10.10 DP1

    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

    3 comments

    Submitted

  8. Optiplex 755 kexts

    Tentative kexts to boot Optiplex 755 in 10.9.2.

    1,018 downloads

    0 comments

    Submitted

  9. Surface Pro 2 OSX

    Files to run OSX on a Surface PRO 2

    431 downloads

    0 comments

    Submitted

  10. ACPIBatteryManager

    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

    8 comments

    Updated

  11. Patched IOAHCIBlockStorage for IOAHCIFamily

    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,995 downloads

    2 comments

    Updated

  12. Patched AppleACPIPlatform.kext (10.8 - 10.8.5)

    Patched version of AppleACPIPlatform.kext for Mountain Lion.
     
    For Asus X58's user this kext prevent the long boot.
     
    Enjoy

    3,891 downloads

    8 comments

    Updated

  13. Patched AppleRTC.kext (10.8 - 10.8.5)

    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

    1 comment

    Updated

  14. FakeSMC w/ Haswell CPU Sensor for 10.8/9

    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

    9 comments

    Updated

  15. VoodooPS2-10.9 Only

    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

    5 comments

    Submitted

  16. Lenovo z580: i5-3210m kexts

    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.

    737 downloads

    1 comment

    Submitted

  17. NTFS.zip

    Kext for mounting NTFS partitions natively with READ ONLY support.
     
    Tested on Mountain Lion 10.8.2.

    1,504 downloads

    5 comments

    Updated

  18. ApplePCIIDE64.kext

    ApplePCIIDE.kext - SATA/IDE Controllers - InsanelyMac Forum

    874 downloads

    0 comments

    Updated

  19. SuperVIAATA 1.0.3 AnV for Mountain Lion

    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

  20. Elan Touchpad Kext

    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,893 downloads

    2 comments

    Updated

  21. Apple USB CardReader

    Kext for Apple USB CardReader

    2,163 downloads

    3 comments

    Updated

  22. AppleAHCIPort.kext (for RAID)

    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,759 downloads

    7 comments

    Updated

  23. AppleNForceATA.kext

    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,718 downloads

    5 comments

    Updated

  24. SD- VoodooSDHC

    KEXT for card reader Voodoo

    3,636 downloads

    10 comments

    Submitted

  25. Trackpad - PS2 - Synaptics 32x64

    Trackpad -PS2- Synaptics 32x64

    3,214 downloads

    2 comments

    Submitted


×
×
  • Create New...