Jump to content

How to make my server beep when an error occurres?

So i have a server and i was wondering how to make the internal speakers produce a beep (you know, the one that occurres when you rip your ram out) when theres an error?

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, Clearly Confused said:

So i have a server and i was wondering how to make the internal speakers produce a beep (you know, the one that occurres when you rip your ram out) when theres an error?

You should Be able to Turn your Speaker "On" in your Servers BIOS.

You can take a look at all of the Tech that I own and have owned over the years in my About Me section and on my Profile.

 

I'm Swiss and my Mother language is Swiss German of course, I speak the Aargauer dialect. If you want to watch a great video about Swiss German which explains the language and outlines the Basics, then click here.

 

If I could just play Videogames and consume Cool Content all day long for the rest of my life, then that would be sick.

Link to comment
Share on other sites

Link to post
Share on other sites

2 hours ago, Pascal... said:

You should Be able to Turn your Speaker "On" in your Servers BIOS.

Yes, but the speaker only activates when i rip my ram out. So i know for sure that it's working.

Link to comment
Share on other sites

Link to post
Share on other sites

2 hours ago, Clearly Confused said:

Is there a software for that, or a BIOS update?

What BIOS Version die you use ?

You can take a look at all of the Tech that I own and have owned over the years in my About Me section and on my Profile.

 

I'm Swiss and my Mother language is Swiss German of course, I speak the Aargauer dialect. If you want to watch a great video about Swiss German which explains the language and outlines the Basics, then click here.

 

If I could just play Videogames and consume Cool Content all day long for the rest of my life, then that would be sick.

Link to comment
Share on other sites

Link to post
Share on other sites

does it have a beeper speaker?

HTB1sWM6HpXXXXbqXVXXq6xXFXXXK.jpg

if not check the pcb for the pin header labeled "speaker" or an aberration of it

if you don't have one and your mb has passed the sentence above then get one:

https://www.amazon.com/PC-Internal-Mini-Onboard-Speaker/dp/B002W4M0DW

****SORRY FOR MY ENGLISH IT'S REALLY TERRIBLE*****

Been married to my wife for 3 years now! Yay!

Link to comment
Share on other sites

Link to post
Share on other sites

It will beep for errors, just probably not the errors you want it to beep for.

 

What conditions do you think should cause it to beep? If you are thinking every time Windows has an error, it isn't there for that purpose.

Link to comment
Share on other sites

Link to post
Share on other sites

14 hours ago, Clearly Confused said:

So i have a server and i was wondering how to make the internal speakers produce a beep (you know, the one that occurres when you rip your ram out) when theres an error?

fyi powershell can do it, just type:

[console]::beep(2000,300)

into the console and hit enter. first number is pitch (1000-8000 seems audible) 2nd is duration.

 

So I assume bash and other native CLI's can do it. 

 

This is assuming you have a pc speaker connected.

Link to comment
Share on other sites

Link to post
Share on other sites

On 2/7/2017 at 0:43 AM, samiscool51 said:

does it have a beeper speaker?

HTB1sWM6HpXXXXbqXVXXq6xXFXXXK.jpg

if not check the pcb for the pin header labeled "speaker" or an aberration of it

if you don't have one and your mb has passed the sentence above then get one:

https://www.amazon.com/PC-Internal-Mini-Onboard-Speaker/dp/B002W4M0DW

It does, but its ON the motherboard, without the dongle.

Link to comment
Share on other sites

Link to post
Share on other sites

17 hours ago, Clearly Confused said:

It does, but its ON the motherboard, without the dongle.

then it should be in the BIOS, look around everywhere you can until you see it

thats the best i can give

****SORRY FOR MY ENGLISH IT'S REALLY TERRIBLE*****

Been married to my wife for 3 years now! Yay!

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, samiscool51 said:

then it should be in the BIOS, look around everywhere you can until you see it

thats the best i can give

There is an option to turn it on when theres a hardware failure, which is not what i need it to do.

Link to comment
Share on other sites

Link to post
Share on other sites

there is an ASCII character that does a beep

echo -ne '\007'

should work on any system, just do a cron to watch your logs for whatever error it is you want to beep

             ☼

ψ ︿_____︿_ψ_   

Link to comment
Share on other sites

Link to post
Share on other sites

Is there some sort of software that keeps track of your errors and beeps whenever there is one?

Link to comment
Share on other sites

Link to post
Share on other sites

22 hours ago, Clearly Confused said:

Is there some sort of software that keeps track of your errors and beeps whenever there is one?

On Windows, Event Manager. 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×