Korg Forums Forum Index Korg Forums
A forum for Korg product users and musicians around the world.
Moderated Independently.
Owned by Irish Acts Recording Studio & hosted by KORG USA
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Automator script to reset FWAudio (Zero4/8)

 
Post new topic   Reply to topic    Korg Forums Forum Index -> Korg Digital Recording and Mixing
View previous topic :: View next topic  
Author Message
trehune



Joined: 14 Dec 2015
Posts: 1

PostPosted: Mon Dec 14, 2015 8:50 am    Post subject: Automator script to reset FWAudio (Zero4/8) Reply with quote

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

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
Back to top
View user's profile Send private message
ahlynsky



Joined: 27 Mar 2016
Posts: 2

PostPosted: Sun Mar 27, 2016 11:14 pm    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Korg Forums Forum Index -> Korg Digital Recording and Mixing All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group