View previous topic :: View next topic |
Author |
Message |
gekka n00b
Joined: 03 Oct 2002 Posts: 13 Location: Oslo, Norway
|
Posted: Tue Dec 10, 2002 10:17 am Post subject: How do I turn the annoying computer speaker off? |
|
|
I'm playing around with DB2 and WebSphere on my newly installed gentoo box, and I'm getting SO annoyed by the constant beeping from the computer speaker. Guess this isn't really a gentoo issue (and yes, I'm newbish with linux), but can anyone give me any hints? _________________ Gekka |
|
Back to top |
|
|
dreamer3 Guru
Joined: 24 Sep 2002 Posts: 553
|
Posted: Tue Dec 10, 2002 10:26 am Post subject: |
|
|
Why exactly is it beeping? |
|
Back to top |
|
|
gekka n00b
Joined: 03 Oct 2002 Posts: 13 Location: Oslo, Norway
|
Posted: Tue Dec 10, 2002 10:31 am Post subject: |
|
|
I'm using bash and it's beeping every time I use autocompletion and there's more than one completion, when I use backspace when there are no characters at the prompt, etc. Really annoying :( _________________ Gekka |
|
Back to top |
|
|
tukem Tux's lil' helper
Joined: 25 Jun 2002 Posts: 114 Location: Tampere, Finland
|
Posted: Tue Dec 10, 2002 10:38 am Post subject: |
|
|
If your running it from xterm then "xset b off" might help. |
|
Back to top |
|
|
gekka n00b
Joined: 03 Oct 2002 Posts: 13 Location: Oslo, Norway
|
Posted: Tue Dec 10, 2002 10:44 am Post subject: |
|
|
I'm not running X at all, I'm just running a simple console like the one you get after the base gentoo install. _________________ Gekka |
|
Back to top |
|
|
dreamer3 Guru
Joined: 24 Sep 2002 Posts: 553
|
Posted: Tue Dec 10, 2002 10:49 am Post subject: |
|
|
It's funny... I actually even remember solving this (for consoles) but I can't remember how I did it... I still get the beeps when using terminals in X Windows... it drove me nuts at first... guess I've just gotten used to it...
Here is probably more than you'll ever want to know about the subject (and a few solutions):
http://www.ibiblio.org/pub/Linux/docs/HOWTO/mini/other-formats/html_single/Visual-Bell.html. |
|
Back to top |
|
|
gekka n00b
Joined: 03 Oct 2002 Posts: 13 Location: Oslo, Norway
|
Posted: Tue Dec 10, 2002 11:14 am Post subject: |
|
|
"setterm -bfreq 0" worked :D _________________ Gekka |
|
Back to top |
|
|
TheCoop Veteran
Joined: 15 Jun 2002 Posts: 1814 Location: Where you least expect it
|
Posted: Tue Dec 10, 2002 12:35 pm Post subject: |
|
|
yank the front panel speaker connector out of the motherboard _________________ 95% of all computer errors occur between chair and keyboard (TM)
"One World, One web, One program" - Microsoft Promo ad.
"Ein Volk, Ein Reich, Ein Führer" - Adolf Hitler
Change the world - move a rock |
|
Back to top |
|
|
lanius Retired Dev
Joined: 08 Dec 2002 Posts: 160
|
Posted: Tue Dec 10, 2002 2:18 pm Post subject: |
|
|
With Kernel 2.5 you can just compile the speaker as module |
|
Back to top |
|
|
MacMasta Guru
Joined: 18 Apr 2002 Posts: 545 Location: Anchorage, AK
|
Posted: Tue Dec 10, 2002 10:42 pm Post subject: |
|
|
I just unplugged the speaker from the mobo.
Did that with the power switches, too, come to think of it.
I love uptime.
~Mac~ |
|
Back to top |
|
|
phong Bodhisattva
Joined: 16 Jul 2002 Posts: 778 Location: Michigan - 15 & Ryan
|
Posted: Wed Dec 11, 2002 4:30 am Post subject: |
|
|
To make it less annoying without getting rid of it completely, I do this in my local.start:
Code: | for x in 1 2 3 4 5 6
do
setterm -blength 10 -bfreq 300 > /dev/vc/${x}
done |
_________________ "An empty head is not really empty; it is stuffed with rubbish. Hence the difficulty of forcing anything into an empty head."
-- Eric Hoffer |
|
Back to top |
|
|
|