openSUSE Forums > Archives > SF Archives > ARCHIVES - Hardware > ARCHIVES - Laptop Support » Can't Stop System Beep On Dell D620

Go Back   openSUSE Forums > Archives > SF Archives > ARCHIVES - Hardware > ARCHIVES - Laptop Support
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Laptop Support Questions specific to laptop computers running SUSE Linux

 
Page 1 of 2 1 2
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-May-2008, 10:55
EricChile
Guest
 
Posts: n/a
Default

Ok I am running openSuse 10.3 64bit with KDE on a Dell 620.

I get system beep in the xterm and in other programs like Eclipse. The beep is really loud and a problem as I am in a quite workplace it is quite disturbing...

Here are the things I have tried
Adding "set bell-style none" to /etc/inputrc
Adding "blacklist pcspkr" to /etc/modprobe.d/blacklist
Adding "setterm -blength" to .bashrc and .bash_profile


Any other ideas? Or am I out of luck with this distribution?
  #2 (permalink)  
Old 05-May-2008, 12:01
peckinpah
Guest
 
Posts: n/a
Default

Quote:
Ok I am running openSuse 10.3 64bit with KDE on a Dell 620.

I get system beep in the xterm and in other programs like Eclipse. The beep is really loud and a problem as I am in a quite workplace it is quite disturbing...

Here are the things I have tried
Adding "set bell-style none" to /etc/inputrc
Adding "blacklist pcspkr" to /etc/modprobe.d/blacklist
Adding "setterm -blength" to .bashrc and .bash_profile
Any other ideas? Or am I out of luck with this distribution?
[/b]
Is your sound card working? I usually only get a system beep when my sound card is not yet configured.
  #3 (permalink)  
Old 05-May-2008, 12:10
WJM
Guest
 
Posts: n/a
Default

Quote:
Is your sound card working? I usually only get a system beep when my sound card is not yet configured.
[/b]
For me (Dell D520) it was enough to add this to my ~/.profile ;

Code:
#silence beep
setterm -blength 0
Also in the terminal program configuration you should be able to disable bell alarms.

Hope it helps,
Wj

edit: to make this work for root as well (so you won't get beeps when su'ing) create a file called .profile in the /root directory with the same settings...
  #4 (permalink)  
Old 05-May-2008, 17:22
EricChile
Guest
 
Posts: n/a
Default

My Sound card does work great. I listen to mp3s just fine.

I get the beep when ever a system alert is thrown... (one way I test is open up search in Firefox and try to find a word that is not on the page). Or terminal errors set the beep off too..

Here is my .profile which is in my ~ dir of course

Code:
# Sample .profile for SuSE Linux
# rewritten by Christian Steinruecken <cstein@suse.de>
#
# This file is read each time a login shell is started.
# All other interactive shells will only read .bashrc; this is particularly
# important for language settings, see below.

test -z "$PROFILEREAD" && . /etc/profile

# Most applications support several languages for their output.
# To make use of this feature, simply uncomment one of the lines below or
# add your own one (see /usr/share/locale/locale.alias for more codes)
#
#export LANG=de_DE.UTF-8********# uncomment this line for German output
#export LANG=fr_FR.UTF-8********# uncomment this line for French output
#export LANG=es_ES.UTF-8********# uncomment this line for Spanish output


# Some people don't like fortune. If you uncomment the following lines,
# you will have a fortune each time you log in;-)

#if [ -x /usr/bin/fortune ]; then
#****echo
#****/usr/bin/fortune
#****echo
#fi

#silence beep
setterm -blength 0
It did not fix the problem either....
  #5 (permalink)  
Old 05-May-2008, 20:16
EricChile
Guest
 
Posts: n/a
Default

Ok when I enter this "xset -b b 0" it removes the beep. But where can I do this so that who ever boots the computer it will take effect?

  #6 (permalink)  
Old 05-May-2008, 22:58
Kinst
Guest
 
Posts: n/a
Default

Okay seriously.


KDE Personal Settings ---> Regional and Accessibility --> Accessibility --> Activation Gestures --> uncheck the box marked "Use KDE's system notification mechanism whenever a keyboard accesibility feature is turned on or off"

You're welcome :lol:.
  #7 (permalink)  
Old 06-May-2008, 00:43
WJM
Guest
 
Posts: n/a
Default

Quote:
Okay seriously.
KDE Personal Settings ---> Regional and Accessibility --> Accessibility --> Activation Gestures --> uncheck the box marked "Use KDE's system notification mechanism whenever a keyboard accesibility feature is turned on or off"

You're welcome :lol:.
[/b]
I don't use KDE that much.... but thanks anyway! :lol:
  #8 (permalink)  
Old 06-May-2008, 16:42
EricChile
Guest
 
Posts: n/a
Default

Quote:
Okay seriously.
KDE Personal Settings ---> Regional and Accessibility --> Accessibility --> Activation Gestures --> uncheck the box marked "Use KDE's system notification mechanism whenever a keyboard accesibility feature is turned on or off"

You're welcome :lol:.
[/b]
And this works when you boot to the console how? Lets not get snotty at each other...
  #9 (permalink)  
Old 06-May-2008, 18:28
Dean
Guest
 
Posts: n/a
Default


Quote:
Here are the things I have tried
Adding "set bell-style none" to /etc/inputrc[/b]
I just added this to my '/etc/inputrc' config file:

Quote:
linux:/home/dean # cat /etc/inputrc
################################################## ##############################
## /etc/inputrc
##
## Attempt to put different TERMs together in one readline init file.
## Copyright © 1997,2000,2002 SuSE Linux AG, Nuernberg, Germany.
##
## Author: Werner Fink
## Please send feedback to http://www.suse.de/feedback
##
################################################## ##############################
#
# Eight bit compatible: Umlaute
#
set meta-flag on
set output-meta on
set convert-meta off
set term xy
set bell-style none
#[/b]
It works fine. Make sure you haven't made a typo.

  #10 (permalink)  
Old 07-May-2008, 11:07
EricChile
Guest
 
Posts: n/a
Default

Quote:
I just added this to my '/etc/inputrc' config file:
It works fine. Make sure you haven't made a typo.
[/b]
Strait copy paste....
Code:
"\C-\e[A":******up-history
"\C-\e[B":******down-history
$endif
#
# end
#
#Added to get rid of beeping
set bell-style none
Where can I put "xset -b b 0" so that it is run everytime as that seems to be the only thing that fixes this?

 
Page 1 of 2 1 2

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2