Skip to content

Instantly share code, notes, and snippets.

@felipecsl
Last active March 16, 2025 22:43

Revisions

  1. felipecsl revised this gist Apr 21, 2021. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion restart coreaudio daemon
    Original file line number Diff line number Diff line change
    @@ -1 +1,3 @@
    sudo kill `ps -ax | grep 'coreaudiod' | grep 'sbin' |awk '{print $1}'`
    sudo kill `ps -ax | grep 'coreaudiod' | grep 'sbin' |awk '{print $1}'`
    # or...
    sudo killall coreaudiod
  2. felipecsl created this gist Mar 16, 2013.
    1 change: 1 addition & 0 deletions restart coreaudio daemon
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    sudo kill `ps -ax | grep 'coreaudiod' | grep 'sbin' |awk '{print $1}'`