Gentoo Archives: gentoo-dev

From: Erik Grinaker <erikg@××××××××××××××.net>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] FAQ
Date: Sun, 07 Apr 2002 07:48:30
Message-Id: 1018183534.3116.20.camel@maas.wired
In Reply to: Re: [gentoo-dev] FAQ by George Shapovalov
1 On Sat, 2002-04-06 at 09:27, George Shapovalov wrote:
2
3 > Please post what questions you think should be included (preferably with
4 > answers :)) to this thread. I'll put them in faq.xml and commit it. You can
5
6 (i have ripped out my speaker, so i can't verify this - but it really,
7 really *should* work :))
8
9 you can remove the whole no-beep-on-boot section if you feel it is
10 better without it
11
12 <section>
13 <title>
14 My speaker beeps like crazy while compiling Mozilla. How do I
15 disable console beeps?
16 </title>
17
18 <body>
19 <p>
20 Console beeps can be turned off using setterm, like this ;
21 </p>
22
23 <pre># <i>setterm -blength 0</i></pre>
24
25 <p>
26 If you would like to turn off the console beeps on boot
27 you need to put this command in
28 <path>/etc/conf.d/local.start</path>. However, this only
29 disables beeps for the current terminal. To disable
30 beeps for other terminals, pipe the command output to the
31 target terminal, like this ;
32 </p>
33
34 <pre># <i>setterm -blength 0 >/dev/vc/1</i></pre>
35
36 <p>
37 You need to replace /dev/vc/1 with the terminal
38 you would like to disable console beeps for.
39 </p>
40 </body>
41 </section>
42
43
44 --
45
46 Erik Grinaker
47 Freelance UNIX/Linux systems consultant
48
49 "Perfection is acheived not when there is nothing more to add, but
50 rather when there is nothing more to take away"
51 - Antoine de Saint-Exupéry

Replies

Subject Author
Re: [gentoo-dev] FAQ Spider <spider@g.o>