Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

My speaker beeps like crazy while compiling Mozilla. How do I disable console beeps?

0
Posted

My speaker beeps like crazy while compiling Mozilla. How do I disable console beeps?

0

Console beeps can be turned off using setterm, like this ; Code listing 6.1 # setterm -blength 0 If you would like to turn off the console beeps on boot you need to put this command in /etc/conf.d/local.start. However, this only disables beeps for the current terminal. To disable beeps for other terminals, pipe the command output to the target terminal, like this ; Code listing 6.2 # setterm -blength 0 >/dev/vc/1 You need to replace /dev/vc/1 with the terminal you would like to disable console beeps for. 7.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123