axel99092 Posted October 6, 2011 Share Posted October 6, 2011 @audiodriverwriter I can not work with the Source of Envy24 in Xcode 4. "Jam is deprecated and has been removed; targets that use Jam must be upgraded to native targets. For more information on doing this, consult the Xcode documentation." edit: Changing targets to native brings other errors ... AudioEngine.cpp:444: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'UInt32' and many more Which software do you use to make it? Link to comment Share on other sites More sharing options...
rraallvv Posted November 8, 2011 Share Posted November 8, 2011 hey dude! how did you do to change target to native when "jam is deprecated" is shown on xcode4? regards Link to comment Share on other sites More sharing options...
axel99092 Posted November 8, 2011 Share Posted November 8, 2011 this can only be done in xcode3. xcode4 does not have this option. But the build does not work in xcode3... ...a lot of errors in xcode3 warning: 'IOMallocContiguous' is deprecated Link to comment Share on other sites More sharing options...
sam.tyler Posted November 11, 2011 Share Posted November 11, 2011 Someone has modified Audiodriverwriter's envy24 driver to support ONKYO SE90PCI on Mac OS X / Hackintosh. http://www.studiokuma.com/s9y/index.php?/a...I-Mac-OS-X.html But it doesn't work on my machine. Anyone has tried it too? Link to comment Share on other sites More sharing options...
rraallvv Posted November 12, 2011 Share Posted November 12, 2011 this can only be done in xcode3. xcode4 does not have this option. But the build does not work in xcode3... ...a lot of errors in xcode3 warning: 'IOMallocContiguous' is deprecated well, I was not interested in Envy24, but in a couple of kext's sources to compile in xcode4 I am downloading xcode 3.2.6 to give it a try thanks my friend Link to comment Share on other sites More sharing options...
sam.tyler Posted December 1, 2011 Share Posted December 1, 2011 Finally Audiodriverwriter's driver (modified by Stark Wong of Studio Kuma) works with Onkyo SE90PCI (w/o systemwide volume control) on my hackintosh (Lion / Asus P5QL Pro). Thanks very much, Audiodriverwriter and Stark Wong. Link to comment Share on other sites More sharing options...
ferryb Posted January 9, 2012 Share Posted January 9, 2012 Hi, a quick post to let you know that I was able to get my m-audio audiophile 2496 working (at least audio output; input not tested yet) on Lion 10.7.2 with the Envy24_SL64bit_0.20 driver which I found at www.osx86.net Link to comment Share on other sites More sharing options...
abdhulk Posted February 6, 2012 Share Posted February 6, 2012 Hello, I have Lion 10.7.2 (iatkos L2) installed on my PC , and I have a M-audio Delta 44. I tried envy24 drivers mentionned on this topic, but it didn't works. Drivers installed well, but there isn't any recognition of my card. Is there any manipulation to do ? Thanks Link to comment Share on other sites More sharing options...
axel99092 Posted February 7, 2012 Share Posted February 7, 2012 Hello, I have Lion 10.7.2 (iatkos L2) installed on my PC , and I have a M-audio Delta 44. I tried envy24 drivers mentionned on this topic, but it didn't works. Drivers installed well, but there isn't any recognition of my card. Is there any manipulation to do ? Thanks Did you use Envy24_SL.0.22.dmg ? you can try another pci slot or run kext utility Link to comment Share on other sites More sharing options...
leeanimated Posted February 15, 2012 Share Posted February 15, 2012 Has anybody had any problems running this driver in 96khz mode? Link to comment Share on other sites More sharing options...
leeanimated Posted February 18, 2012 Share Posted February 18, 2012 Hi Guys After upgrading my system to 24 gigs of RAM, the driver was no longer able to allocate buffers below 256MB. This is a problem I know many people have faced in the past, but I've always been lucky even though my system had 12 gigs. I was gutted as last weekend I did a lot of work on the driver to get it to work in 96khz mode on my Delta 1010 (which uses an older chipset than the driver expects). Anyway, I've found a solution that works for me in the form of the following boot flag: himemory_mode = 2 This basically tells the kernel to prefer allocating high memory, thus leaving enough low memory free for the driver. You can enter this boot flag at the chameleon boot prompt, or you can add it to the kernel flags of your com.apple.Boot.plist (or org.chameleon.boot.plist) file. Hope this helps somebody Cheers Lee 1 Link to comment Share on other sites More sharing options...
eldavo Posted November 19, 2012 Share Posted November 19, 2012 I had exactly this issue after putting 24 Gb RAM on the Gigabyte EX58 UD5 board, and the M-Audio 44. Adding himemory_mode=2 to the kernel flag in /Extra/com.apple.Boot.plist fixed the issue (sudden lockups - I thought the issue was a bad RAM stick until I booted with the -v flag and saw the audio IO related kernel panic message on the screen).thank you for posting this! Link to comment Share on other sites More sharing options...
BALDY_MAN Posted December 26, 2012 Share Posted December 26, 2012 worked for me. with Delta Audiophile 2496. using 32 gig of ram in my system Link to comment Share on other sites More sharing options...
BALDY_MAN Posted February 10, 2013 Share Posted February 10, 2013 put in boot plist. himemory_mode=2 in kernel flags Link to comment Share on other sites More sharing options...
DanHot Posted February 26, 2013 Share Posted February 26, 2013 Is anyone able to direct me to a download for the Envy24_SL.0.22.dmg kext. The original site http://www.audio-evo...on.com/drivers/ doesn't seem to have the links active anymore. I'm running SL on an AMD machine. thanks! I've just found Envy24_SL.0.20.dmg so if it works i should be ok. Link to comment Share on other sites More sharing options...
Bandes Posted March 21, 2013 Share Posted March 21, 2013 So, the driver is opensourced, and if i can find Linux ALSA driver sources for my ESI Maya 44 PCI sound card, then theoretically i could merge it into the driver and make it work (?) :wink2: Link to comment Share on other sites More sharing options...
Tobyl5 Posted March 25, 2013 Share Posted March 25, 2013 BUMP! I could do with this driver as well if anybody has a valid link. thanks all. Link to comment Share on other sites More sharing options...
Bandes Posted April 10, 2013 Share Posted April 10, 2013 well, i have these links for now: http://wiki.linuxmusicians.com/doku.php?id=esi_maya44_pci http://www.alsa-project.org/main/index.php/Matrix:Vendor-ESI http://ubuntuforums.org/showthread.php?t=868227 https://github.com/fredemmott/Envy24HT/tree might be something missing (?) alsa driver is also on git. BUMP! I could do with this driver as well if anybody has a valid link. thanks all. Link to comment Share on other sites More sharing options...
audiodriverwriter Posted April 10, 2013 Share Posted April 10, 2013 I have fixed the links Link to comment Share on other sites More sharing options...
Crazor Posted May 20, 2013 Share Posted May 20, 2013 Any news on the Envy24 front? I mirrored the sources to GitHub, but haven't had a chance to look at them yet. I'm using the Delta 1010LT on 10.6.4 as my recording workstation and I'm running into issues which I haven't been able to pinpoint. Sometimes the system locks up, sometimes it just won't boot. Since I'm running with 2GB RAM only, i guess the himemory_mode flag doesn't apply here? Link to comment Share on other sites More sharing options...
Bandes Posted October 22, 2013 Share Posted October 22, 2013 Anyone here with Maya 44 PCI Sound Card ? I have found a driver! http://www.osx86.net/files/file/3590-esi-maya44kext/ I can't test it right now, cause my system collapsed on saturday. Need a few days to reinstall it. I don't know if its 32 bit or 64 driver yet, but if anyone can test it, please try and comment if it works. Thanks! Update : I have found more info about it. And Yes, It Should Work ! Newest Version is 0.9 and is 64 bit Mountain Lion tested. (good for Lion and Snow Leopard too) There is a 32 bit version too if needed (v0.8). Inputs not working yet as i read, but both outputs work. Don't know too much about a working volume control, but there were comments that volume needs to be set in Windows before and rebooted to OS X. Site is in russian. Use Chrome with automatic translation.. http://www.applelife.ru/threads/zvukovaja-karta-esi-maya44-pci.11875/page-3 Here is another download link which does not need registration: http://blog.daum.net/hisakatano/5947904 I checked the binary and it's the same, newest 0.9 version, although the kext zip has different size. Good Luck! Update : I can confirm it that it works great indeed! 64 bit on Mavericks, all bit depths, both outputs (one input, but did not test that..) Volume control works too. Although first i was able to mute it fully, now just able to turn it down very low, but not muting. Anyway its not that a big issue.. 1 Link to comment Share on other sites More sharing options...
roadkillralph Posted May 23, 2014 Share Posted May 23, 2014 I am searching for the Maya 44 xte driver, unfortunately the kext for the PCI version doesn't work since Maya 44 xte is PCIe. Does anyone know of a way to get the driver working on 10.8? UPDATE: It appears that now the ESI Maya xtE soundcard is running on my ML 10.8 system by using one of the older drivers, not the newest one. The driver that worked is MAYA44_XTe-Mac-v1_07 and is available on the ESI site for download. The 1.08 driver did not work on 10.8. All analog and digital inputs and outputs are functioning correctly. This could be an option for those needing ADAT in and ADAT out on osx86/hackintosh builds. Link to comment Share on other sites More sharing options...
Alaskaman Posted February 6, 2015 Share Posted February 6, 2015 Searching for M-Audio Audiophile 2496 kext for 10.9.5. Please help! Link to comment Share on other sites More sharing options...
Gringo Vermelho Posted February 6, 2015 Share Posted February 6, 2015 The link to your driver is in post #965 up above. /EDIT - thanks dragem. Modified Envy24 driver with improved monitoring Link to comment Share on other sites More sharing options...
sergiy.gagarin Posted December 9, 2015 Share Posted December 9, 2015 Hi, guys, can users update me on the state of current Envy24HT support on 10.11? Are http://www.audio-evolution.com/drivers/working? Do we have newer compile for HT chip? Does sleep working if we do? I am looking at improving sound for cheap and found M-Audio revolution for 15$ but it will be a doorstop if it is not working in El Capitan Link to comment Share on other sites More sharing options...
Recommended Posts