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.
|
feedback
|
|
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 | |||
feedback
|
|
Many terminal applications have the option of turning off the beep sound. Look in you terminal's settings. | |||
|
feedback
|
|
According to a comment at an answer at Remotely make the computer beep on built-in speaker:
So, maybe the volume level is tuned down? | |||
|
feedback
|
echo -e '\a' > /dev/consolealternatives from Remotely make the computer beep on built-in speaker can help. – Arjan Jan 13 '11 at 11:59<br>after every line. Press Enter twice or include two spaces at the end of a line. – Nyuszika7H Feb 5 '11 at 15:46