I have a laptop, I've installed the beep package. I turned every sound to full, and I do this:

$ beep

But I can't hear any beeping sound. What am I missing? I just need to run the beep when a script is finished.

link|improve this question

62% accept rate
If all else fails, then maybe the echo -e '\a' > /dev/console alternatives from Remotely make the computer beep on built-in speaker can help. – Arjan Jan 13 '11 at 11:59
I've corrected the spelling and formatting. You don't need a <br> after every line. Press Enter twice or include two spaces at the end of a line. – Nyuszika7H Feb 5 '11 at 15:46
feedback

3 Answers

Ubuntu had an issue where some installs would beep on shutdown causing much annoyance. Their solution was to blacklist pcspkr for all installs. That may be what Fedora did. Take a look through your /etc/modprobe.d/blacklist (or Fedora equivalent) to see if it has an entry and try running modprobe pcspkr to make sure it's installed.

link|improve this answer
Nice, that might explain why modprobe pcspkr was mentioned in an unrelated question too! – Arjan Jan 13 '11 at 12:56
feedback

Many terminal applications have the option of turning off the beep sound. Look in you terminal's settings.

link|improve this answer
feedback

According to a comment at an answer at Remotely make the computer beep on built-in speaker:

gnome-volume-control can be used to control the built-in speaker separately.

So, maybe the volume level is tuned down?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.