Automator script to reset FWAudio (Zero4/8)

Discussion relating to the Korg D-series digital recoders, MR-1/MR-1000 mobile recorders and Zero4/8 mixers

Moderators: Sharp, X-Trade, Pepperpotty, karmathanever

Post Reply
trehune
Posts: 1
Joined: Mon Dec 14, 2015 8:39 am

Automator script to reset FWAudio (Zero4/8)

Post by trehune »

Sometimes when I connect the Zero 8 to my Mac running Yosemite or El Capitan, the audio interface does not work. As a workaround I usually disconnect/connect the firewire cable. But I eventually got tired of doing that, so after some research I found out that you can unload/load the drivers from command line, which essentially is that same as removing the cable. :)

I created a Automator script that unloads/loads the driver:
----snip----
on run {input, parameters}

do shell script "sudo kextunload /System/Library/Extensions/AppleFWAudio.kext" with administrator privileges

do shell script "sudo kextload /System/Library/Extensions/AppleFWAudio.kext" with administrator privileges

return input
end run
----snip----

Hope this helps someone experiencing the same problems.

/T
ahlynsky
Posts: 2
Joined: Sun Mar 27, 2016 11:09 pm

Post by ahlynsky »

Zero 8 just wont work with el capitan 10.11.3 do you have any luck with this? Is it possible because im about ready to give up.
Post Reply

Return to “Korg Digital Recording and Mixing”