On Saturday, 19-10-2024 at 13:08 Timothy M Butterworth wrote:
> On Fri, Oct 18, 2024 at 7:10 PM Arbol One <arbol...@hotmail.ca> wrote:
> 
> > Hello everyone.
> >
> > Could anyone tell me how to make Debian 12-gnome-terminal make a beep
> > sound after completing a shell script.
> > Thanks in advance.
> >
> I googled around and found:
> 
> 
>    - tput bel: This command uses the tput utility to send the "bell"
>    control character to the terminal.
>    - echo -e "\a": The -e option enables interpretation of backslash
>    escapes, and \a represents the bell character.

This works on my computer.

I guess that is because I have a small speaker attached to the motherboard 
speaker port so I can hear POST alerts. The sound did not go through the PC 
sound device (like my HDMI card).

My more modern laptop does not beep when using: echo -e "\a"

I think many modern motherboards have stopped including the POST speaker port 
and speaker. How many people remember when this speaker port was the only sound 
system in their computer, lol.

https://www.computerhope.com/beep.htm


>    - printf "\a": The printf command works similarly to echo -e "\a".
> 
> I tested them with no prevail.
> 
> 
> >
> > --
> > *ArbolOne ™*
> > Using Fire Fox and Thunderbird.
> > ArbolOne is composed of students and volunteers dedicated to providing
> > free services to charitable organizations.
> > ArbolOne's development on Java, PostgreSQL, HTML and Jakarta EE is in
> > progress [ í ]
> >
> 
> 
> -- 
> ⢀⣴⠾⠻⢶⣦⠀
> ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
> ⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
> ⠈⠳⣄⠀⠀
> 

Reply via email to