Post

Replies

Boosts

Views

Activity

Reply to Cleaning up CoreAudio preferences
Thanks again, Kevin, taken from your suggestion the most convenient way of resetting the CoreAudio server preferences without rebooting seems to be: # clear CoreAudio preferences sudo truncate -s 0 /Library/Preferences/Audio/com.apple.audio.* # change owner to prevent rewrite sudo chown root /Library/Preferences/Audio/com.apple.audio.* sudo killall coreaudiod # reset owner to allow rewrite sudo chown _coreaudiod /Library/Preferences/Audio/com.apple.audio.* sudo killall coreaudiod Thanks
Topic: App & System Services SubTopic: Drivers Tags:
Apr ’25
Reply to Cleaning up CoreAudio preferences
Thanks again, Kevin, taken from your suggestion the most convenient way of resetting the CoreAudio server preferences without rebooting seems to be: # clear CoreAudio preferences sudo truncate -s 0 /Library/Preferences/Audio/com.apple.audio.* # change owner to prevent rewrite sudo chown root /Library/Preferences/Audio/com.apple.audio.* sudo killall coreaudiod # reset owner to allow rewrite sudo chown _coreaudiod /Library/Preferences/Audio/com.apple.audio.* sudo killall coreaudiod Thanks
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Apr ’25
Reply to CoreMIDI: neither syslog nor unified logging works.
Though this seems to generally work, the system (CoreMIDI?) can come into a situation where logging just stops.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Oct ’25