From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=DKIM_ADSP_NXDOMAIN, DMARC_MISSING,MAILING_LIST_MULTI,NICE_REPLY_A,RDNS_DYNAMIC autolearn=unavailable autolearn_force=no version=4.0.0 Received: from wired-networks.net (213-145-191-67.dd.nextgentel.com [213.145.191.67]) by chiba.3jane.net (Postfix) with SMTP id 9120D2019D61 for ; Sun, 7 Apr 2002 07:48:30 -0500 (CDT) Received: (qmail 6618 invoked from network); 7 Apr 2002 12:46:33 -0000 Received: from unknown (HELO maas) (192.168.0.2) by aleph.wired with SMTP; 7 Apr 2002 12:46:33 -0000 Subject: Re: [gentoo-dev] FAQ From: Erik Grinaker To: gentoo-dev@gentoo.org In-Reply-To: <200204060732.XAA13100@chamber.cco.caltech.edu> References: <001901c1dd26$68a45360$2401a8c0@malachite.ath.cx> <200204060732.XAA13100@chamber.cco.caltech.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.3 Date: 07 Apr 2002 14:45:30 +0200 Message-Id: <1018183534.3116.20.camel@maas.wired> Mime-Version: 1.0 Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 3e2bd683-e5df-4a09-93d1-077df05487e6 X-Archives-Hash: 6bc77e19a1f593c66860052a7042b3a1 On Sat, 2002-04-06 at 09:27, George Shapovalov wrote: > Please post what questions you think should be included (preferably with=20 > answers :)) to this thread. I'll put them in faq.xml and commit it. You c= an=20 (i have ripped out my speaker, so i can't verify this - but it really, really *should* work :)) you can remove the whole no-beep-on-boot section if you feel it is better without it
My speaker beeps like crazy while compiling Mozilla. How do I disable console beeps?

Console beeps can be turned off using setterm, like this ;

# setterm -blength 0

If you would like to turn off the console beeps on boot you need to put this command in =20 /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=20 target terminal, like this ;

# setterm -blength 0 >/dev/vc/1

You need to replace /dev/vc/1 with the terminal you would like to disable console beeps for.

--=20 Erik Grinaker Freelance UNIX/Linux systems consultant "Perfection is acheived not when there is nothing more to add, but rather when there is nothing more to take away" - Antoine de Saint-Exup=E9ry