Author Topic: Open Firmware: Reduce Startup Chime Sound  (Read 3577 times)

Offline whoisthisguy

  • Enthusiast Member
  • ***
  • Posts: 45
  • Nyaaa
Open Firmware: Reduce Startup Chime Sound
« on: May 26, 2019, 08:38:49 AM »
Hi all! I have a problem with my Mac Mini - the chime sound is too lound and I cannot fix that by changing the volume in OSX. After restart the chimes volume remains the same. Maybe someone had an experience adjusting chime volume via Open Firmware? Thanks!
=^__^=

Offline darthnVader

  • Platinum Member
  • *****
  • Posts: 679
  • New Member
Re: Open Firmware: Reduce Startup Chime Sound
« Reply #1 on: May 26, 2019, 08:46:30 AM »
Wait till you here the broken glass sound.......

.....Too far. ;D

Offline whoisthisguy

  • Enthusiast Member
  • ***
  • Posts: 45
  • Nyaaa
Re: Open Firmware: Reduce Startup Chime Sound
« Reply #2 on: May 27, 2019, 03:46:53 AM »
Quote
Wait till you here the broken glass sound.......

Nooo ) Im about the startup machine chime sound. I've heard that OSX volume affects the startup Chime sound volume. But not in my case with Mac Mini G4. Just want to mute this sound somehow because my wife is waking up at night because of it )
=^__^=

Offline Jacques

  • Enthusiast Member
  • ***
  • Posts: 51
  • Mac and SGI enthusiast
Re: Open Firmware: Reduce Startup Chime Sound
« Reply #3 on: May 25, 2020, 10:13:27 AM »
Necro post, but I had the same question. (and this is what turned up with search)

For future reference, this article covers how to silence the boot chime.

https://www.howtogeek.com/260693/how-to-disable-the-boot-sound-or-startup-chime-on-a-mac/

in summary, from an OS X terminal (I suspect from a terminal launched via a installer image would also work)...

Code: [Select]
sudo nvram SystemAudioVolume=%80or
Code: [Select]
sudo nvram SystemAudioVolume=%01or
Code: [Select]
sudo nvram SystemAudioVolume=%00or
Code: [Select]
sudo nvram SystemAudioVolume=" "
To revert

Code: [Select]
sudo nvram -d SystemAudioVolume
%80 worked for my mac mini.

I would love to be able to adjust it to say 20% of the full volume. Setting the volume for internal speaker in OSX doesn't work 0n 10.4.11

Offline IIO

  • Platinum Member
  • *****
  • Posts: 4440
  • just a number
Re: Open Firmware: Reduce Startup Chime Sound
« Reply #4 on: May 25, 2020, 10:33:49 AM »
for MacOS9 there is a controlpanel which does that. i´ve never looked but i guess there should be one for OSX as well.
insert arbitrary signature here

Offline Jacques

  • Enthusiast Member
  • ***
  • Posts: 51
  • Mac and SGI enthusiast
Re: Open Firmware: Reduce Startup Chime Sound
« Reply #5 on: May 25, 2020, 11:13:41 AM »
I cannot adjust the volume on the Mac Mini, it's stuck and I believe it's a limitation with the hacked Mini OS9 install.

Offline IIO

  • Platinum Member
  • *****
  • Posts: 4440
  • just a number
Re: Open Firmware: Reduce Startup Chime Sound
« Reply #6 on: May 25, 2020, 04:57:58 PM »
while it is correct that since OSX 10.1 the system volume would affect the startup sound volume, i am sure there could be another solution - because in OS9 there is.

however, startup sound mute doesnt work in my minis, and i am not able to tell if that is because of the hardware (not all machines support its method) or if that is releated to the miniOS boot process.(?)
insert arbitrary signature here