83427 Posted May 19, 2023 Share Posted May 19, 2023 (edited) Hola, is it possible this driver doesn't work on AMD Ryzen powered Hackintosh machines? I'm running this clover EFI: https://github.com/sileshn/Ryzentosh and I never had such problems with kext like this. It simply doesn't work. I see the audigy rx card in pcie devices but without driver loaded. Sound card works well in windows. I placed kext into both OpenCore kext folder and library extensions. Sure I also tried the trick with permissions some pages back. Of course without any difference. When I disabled SIP, system was very slow and I wasnt able to open settings and most of the apps - its freezing. So I dont even know it it helped to the driver somehow. My setup is Gigabyte B450 Aorus Elite, Ryzen 5800X, Radeon Rx6800 XT Edited May 19, 2023 by 83427 1 Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2804786 Share on other sites More sharing options...
ITzTravelInTime Posted May 19, 2023 Author Share Posted May 19, 2023 (edited) 2 hours ago, 83427 said: Hola, is it possible this driver doesn't work on AMD Ryzen powered Hackintosh machines? I'm running this clover EFI: https://github.com/sileshn/Ryzentosh and I never had such problems with kext like this. It simply doesn't work. I see the audigy rx card in pcie devices but without driver loaded. Sound card works well in windows. I placed kext into both OpenCore kext folder and library extensions. Sure I also tried the trick with permissions some pages back. Of course without any difference. When I disabled SIP, system was very slow and I wasnt able to open settings and most of the apps - its freezing. So I dont even know it it helped to the driver somehow. So there are 2 things to do: 1) The driver needs to be installed properly to /Library/Extensions from Big sur and up, due to apple removing some needed dependancies from their kernel boot artifact. Here is how to do that: You mus have SIP disabled to use the kext (because it's unsigned), then copy the kext over to that foler and do the following commands: ``` cd /Library/Extensions sudo chmod -R 755 ./ sudo chown -R 0:0 ./ sudo touch -f ./ sudo kextcache -i / sudo kcditto ``` then reboot, if the kextcache -i / command fails don't warry too much about it, at reboot you should have the kext loaded anyway. 2) You might need a version of the kext that doesn't need vector instruction sets to work, you find it attached top this post (from my latest source code). kXAudioDriver_LibraryLess.kext.zip Edited May 19, 2023 by ITzTravelInTime 1 1 Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2804806 Share on other sites More sharing options...
83427 Posted May 20, 2023 Share Posted May 20, 2023 I cant do this bcos once i disable sip, i cant open terminal, settings, nothing. OS is almost completely lagged Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2804839 Share on other sites More sharing options...
ITzTravelInTime Posted May 20, 2023 Author Share Posted May 20, 2023 12 minutes ago, 83427 said: I cant do this bcos once i disable sip, i cant open terminal, settings, nothing. OS is almost completely lagged Are you sure you are not confusing sip with safe mode? because that sound like your gpu drivers are not loaded, to disable sip you must change the csr active config setting in clover's config.plist file to a 0xFEF to completely disable it. Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2804842 Share on other sites More sharing options...
83427 Posted May 20, 2023 Share Posted May 20, 2023 yes I tried both methods to disable SIP. Via car-active-config and also via recovery mode/terminal and csrutil. After reboot I can't run almost anything. System is lagged. When I click to settings, nothing happens, only a few apps works. more than 80% of actions in macOS won't answer. I can't mount EFI via opencore configurator, I can't mount dmg.... Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2804843 Share on other sites More sharing options...
ITzTravelInTime Posted May 20, 2023 Author Share Posted May 20, 2023 Just now, 83427 said: yes I tried both methods to disable SIP. Via car-active-config and also via recovery mode/terminal and csrutil. After reboot I can't run almost anything. System is lagged. When I click to settings, nothing happens, only a few apps works. more than 80% of actions in macOS won't answer. I can't mount EFI via opencore configurator, I can't mount dmg.... At this point I think there is more going on with your hackintosh, you should look for specific help for this, the fact that the driver doesn't want to work might just be a consequence of those issues. About me, I can't really help you because I am very busy and no longer so in touch with the current hackintosh methods, especially on the AMD side. Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2804844 Share on other sites More sharing options...
83427 Posted May 20, 2023 Share Posted May 20, 2023 (edited) Well, thanks for your time. Meanwhile i installed the latest macOS update, soundcard showed up and works. Problem is that OS is lagged and a lot of apps doesnt run. Problem must be somewhere around SIP 😕 I tried to ask on amdosx forum which is dedicated to ryzentosh Systems but without reactions so i tried to ask directly here. what i did directly to make it work… i set csr-active-config to 03000000 and added into delete nvram section line csr-active-config. It sucked so i switched SIP back via OpenCore option in boot menu (toggle SIP). Then i installed the system update and now my SIP is “disabled”, sound card is visible and work, but a lot of apps and settings cant be run. Even hotkey to make a screenshot doesnt work so i captured this with iphone: edit: after restart I switched SIP to enabled, tried your latest library less driver and when I restarted system, sound card disappeared again and since then whatever I do it won't show up again 😞 Edited May 20, 2023 by 83427 Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2804849 Share on other sites More sharing options...
83427 Posted May 31, 2023 Share Posted May 31, 2023 Its working! Finally. My ryzentosh is fully working again 🙂 Thanks for your help once again! Problem was somewhere about SIP. When I solved this tricky part, I used kext-droplet app https://github.com/chris1111/Kext-Droplet-Big-Sur to install kext into Library/Extensions, then system asked to allow this kext in control panel and security and then I just restarted the system and my audigy rx finally appeared in sound devices 🙂 2 Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2805337 Share on other sites More sharing options...
ITzTravelInTime Posted June 10, 2023 Author Share Posted June 10, 2023 (edited) So I have tried the kx audio driver on macOS Sonoma, and it works, however it doesn't seem to want to work with the bridge chip inside the pice e-mu cards supported by this driver, so those might definitely be problematic, but at least I can say that the audigy rx works as it should and the install procedure is the same as ventura. Edited June 10, 2023 by ITzTravelInTime 1 1 1 Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2806129 Share on other sites More sharing options...
dwais Posted March 23, 2024 Share Posted March 23, 2024 Hello ITzTravelInTime! Is it possible to get to work X-Fi XtremeMusic SB0460 on macOS Big Sur for today? Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2818494 Share on other sites More sharing options...
ITzTravelInTime Posted March 24, 2024 Author Share Posted March 24, 2024 12 hours ago, dwais said: Hello ITzTravelInTime! Is it possible to get to work X-Fi XtremeMusic SB0460 on macOS Big Sur for today? Hi, it isn't possible, it is not supported by this driver in any way, this driver basically just supports 3 specific chip families and that doesn't include the emu20k series used in the x-fi pci series. Although some of the pcie (and i mean pci express not the old pci) cards can be made to partially work using voodoo hda with some settings in it's internal info.plist file. Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2818499 Share on other sites More sharing options...
dwais Posted March 24, 2024 Share Posted March 24, 2024 8 hours ago, ITzTravelInTime said: Hi, it isn't possible, it is not supported by this driver in any way, this driver basically just supports 3 specific chip families and that doesn't include the emu20k series used in the x-fi pci series. Although some of the pcie (and i mean pci express not the old pci) cards can be made to partially work using voodoo hda with some settings in it's internal info.plist file. Ok. Thanks for answer. 1 Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2818509 Share on other sites More sharing options...
leogel Posted April 16, 2024 Share Posted April 16, 2024 On 6/10/2023 at 8:27 AM, ITzTravelInTime said: So I have tried the kx audio driver on macOS Sonoma, and it works, however it doesn't seem to want to work with the bridge chip inside the pice e-mu cards supported by this driver, so those might definitely be problematic, but at least I can say that the audigy rx works as it should and the install procedure is the same as ventura. Did you try Sonoma 14.4.1? I try the kx audio driver on 14.4.1. It didn't work. I use the one one Page 23. which you was issue on December 27, 2022. Do you mind provide the newest driver? Thank you! Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2819152 Share on other sites More sharing options...
morfy Posted June 18, 2024 Share Posted June 18, 2024 On 4/16/2024 at 6:00 PM, leogel said: Did you try Sonoma 14.4.1? I try the kx audio driver on 14.4.1. It didn't work. I use the one one Page 23. which you was issue on December 27, 2022. Do you mind provide the newest driver? Thank you! I'm writing to you from Sonoma latest beta version and the audio works even if disturbed. I'm attaching some screenshots. Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2821404 Share on other sites More sharing options...
leogel Posted July 3, 2024 Share Posted July 3, 2024 On 6/18/2024 at 4:59 AM, morfy said: Thank you very much! which driver are you using? Do you mind provide to me? Thank you! I'm writing to you from Sonoma latest beta version and the audio works even if disturbed. I'm attaching some screenshots. 1 Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2822142 Share on other sites More sharing options...
leogel Posted August 18, 2024 Share Posted August 18, 2024 I use "Kext-Droplet-macOS" installed the kext. It works. Thanks. Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2824253 Share on other sites More sharing options...
bestal Posted December 25, 2024 Share Posted December 25, 2024 hello Does sequioa also work? Has anyone tested it? Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2829146 Share on other sites More sharing options...
bestal Posted February 11, 2025 Share Posted February 11, 2025 @ITzTravelInTimeI didn't run sequoia, will you make any corrections? Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2830369 Share on other sites More sharing options...
bestal Posted February 20, 2025 Share Posted February 20, 2025 ok i solved it. 1 Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2830504 Share on other sites More sharing options...
leogel Posted November 4, 2025 Share Posted November 4, 2025 Thank you ITzTravelInTime. The driver working in "Tahoe". Just need use kext installer install the kext. 4 Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2843186 Share on other sites More sharing options...
naquaada Posted January 19 Share Posted January 19 @ITzTravelInTime I have my SB Audigy 2 ZS working in Mavericks and Mojave, but couldn't test the outputs yet. Would it be possible to use MIDI using the internal gameport connector? Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2846603 Share on other sites More sharing options...
ITzTravelInTime Posted January 19 Author Share Posted January 19 7 hours ago, naquaada said: @ITzTravelInTime I have my SB Audigy 2 ZS working in Mavericks and Mojave, but couldn't test the outputs yet. Would it be possible to use MIDI using the internal gameport connector? Hi, the mac driver doesn't support midi, mostly my work has been on fixing some issues and keeping it up, but making midi work is a complex and long can of worms to take on technically, that said there is a fork made by another developer on the russian forums that makes it work. For this fork most of the work i did was mostly getting stuff to work on newer oeses and on powerpc macs (over on mac rumors forums) Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2846622 Share on other sites More sharing options...
naquaada Posted January 19 Share Posted January 19 Ok, it doesn't matter too much. Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2846668 Share on other sites More sharing options...
naquaada Posted January 20 Share Posted January 20 You made the AC97 tool. How about making a PreferencesPane from it? This is the one from my M-Audio USB Transit interface. Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2846677 Share on other sites More sharing options...
ITzTravelInTime Posted January 20 Author Share Posted January 20 11 hours ago, naquaada said: You made the AC97 tool. How about making a PreferencesPane from it? This is the one from my M-Audio USB Transit interface. Hi, no i did not make that tool, i just did some maintainance work on it, and doing it again from scratch for a preference pane would be a lot of work, currently i am not able and willing to do that, you have to understand that developing even this apparently simple kind of software requires weeks of work i can't put on something like that Link to comment https://www.insanelymac.com/forum/topic/321954-kx-audio-driver-mod-sound-blaster-live-audigy-124rx-emu-edsp/page/24/#findComment-2846709 Share on other sites More sharing options...
Recommended Posts