Contribute
Register

M-Audio 1010LT -- Envy24 PCI Audio Card working for Mavericks with Monitoring and Stereo

Status
Not open for further replies.
Put the kext on the desktop, and enter these commands one by one.Arguments: kext-dev-mode=1 slide=0 darkwake=0
cd ~/Desktop
chmod 755 install.sh
sudo ./install.sh
Important note about the Envy24 driver:
The Envy24 chip has can only allocate memory in the first 256 MB of address space. If OSX does not have enough memory available for the driver at boot time, the driver will have a high chance of malfunctioning. You can check the system log in Console if this happens to you if you have problems of freezing or anything when using this driver to playback for the first time after boot. You can try putting the card in another PCI slot if this happens.

Hello Denoise
Thanks for your reply
But it didn't work unfortunately
I got this error

nobody:~ darman$ cd ~/desktop

nobody:desktop darman$ chmod 755 install.sh

nobody:desktop darman$ sudo ./install.sh

Password:

sysctl: oid 'debug.iokit' is read only

This will install the Envy24 driver on your system.

(kernel) Kext com.audio-evolution.driver.Envy24 not found for unload request.

Failed to unload com.audio-evolution.driver.Envy24 - (libkern/kext) not found.

(kernel) Kext com.audio-evolution.driver.Envy24 not found for unload request.

Failed to unload com.audio-evolution.driver.Envy24 - (libkern/kext) not found.

/System/Library/Extensions/Envy24PCIAudioDriver.kext failed to load - (libkern/kext) not loadable (reason unspecified); check the system/kernel logs for errors or try kextutil(8).

Installation finished

nobody:desktop darman$
 
Hello Denoise
Thanks for your reply
But it didn't work unfortunately
I got this error

nobody:~ darman$ cd ~/desktop

nobody:desktop darman$ chmod 755 install.sh

nobody:desktop darman$ sudo ./install.sh

Password:

sysctl: oid 'debug.iokit' is read only

This will install the Envy24 driver on your system.

(kernel) Kext com.audio-evolution.driver.Envy24 not found for unload request.

Failed to unload com.audio-evolution.driver.Envy24 - (libkern/kext) not found.

(kernel) Kext com.audio-evolution.driver.Envy24 not found for unload request.

Failed to unload com.audio-evolution.driver.Envy24 - (libkern/kext) not found.

/System/Library/Extensions/Envy24PCIAudioDriver.kext failed to load - (libkern/kext) not loadable (reason unspecified); check the system/kernel logs for errors or try kextutil(8).

Installation finished

nobody:desktop darman$
The commands need to be entered in turn.After each command it is necessary to press Enter.
 
The commands need to be entered in turn.After each command it is necessary to press Enter.
Hello Denoise
Thanks again :)
I did, But it doesn't make a difference.
I even altered config.plist as you mentioned by arguments but, I got the same error as before.
 

Attachments

  • Screen Shot 2018-03-04 at 8.13.09 PM.png
    Screen Shot 2018-03-04 at 8.13.09 PM.png
    55.8 KB · Views: 366
Last edited:
Is no one here to help?
 
Is no one here to help?

2496 still works fine with my latest High Sierra and latest Clover (4428)

Make sure you have Envy24PCIAudioDriver.kext from latest pages here (Oct 26, 2017 at 1:54 PM)
Make sure you copied the file to Library/Extensions (not System/Library/Extensions)
No any "install.sh" is required.
Only Kext Utility for repairing permissions (probably unnecessary even).
Make sure you have slide=0 and rootless=0 in your clover config.
 
@escope do you know how to compile kext for envy24HT ? I tried to build with Xcode but getting this error:
clang: error: unknown argument: '-mlong-branch'

clang: warning: optimization flag '-fno-keep-inline-functions' is not supported [-Wignored-optimization-argument]


** BUILD FAILED **



The following build commands failed:

CompileC build/Envy24HT_64bit_Driver.build/Default/libAudioFloatLib\ (Upgraded)\ 2.build/Objects-normal/x86_64/SampleAudioClip.o SampleAudioClip.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler

(1 failure)

edit: Actually already found the kext on insanelymac ; someone compiled it with sleep patch working.
 

Attachments

  • Envy24HTPCIAudioDriver.kext.zip
    57.7 KB · Views: 278
Last edited:
The kext here on Tonymac has the sleep patch. Check the post before yours.
 
Status
Not open for further replies.
Back
Top