Page 1 of 1
Tip: How to turn pcspeaker off.
Posted: Thu May 03, 2007 6:58 am
by Mad_Dud
Hi,
Maby this info will be usefull for You, guys.
Question:
How to turn off the
pcspeaker on Thinkpad laptop under Linux OS?
Answer:
Add into file:
~/.inputrc this line:
Tested on laptop: T60;
OS: Slackware 11.0, SuSE 10.2;
Posted: Thu May 03, 2007 3:49 pm
by carbon_unit
I just pushed the mute button and it worked for me.
Posted: Thu May 03, 2007 4:15 pm
by zahir
heheh funny....
Posted: Fri May 04, 2007 9:19 am
by Mad_Dud
carbon_unit wrote:I just pushed the mute button and it worked for me.
...and the mp3 is mutred to.

Posted: Fri May 04, 2007 10:00 am
by carbon_unit
Ahhh... You never said anything about that.
In that case go into the bios and shut off all the beeps...OR in my distro I can go to control center, sound and multimedia, system notifications and turn off all sounds.
Either way I get no bios beeps and still can hear MP3's.
Posted: Sat May 05, 2007 2:17 am
by karmaflux
In slackware you can edit /etc/rc.d/rc.modules and change the section
Code: Select all
# Enable PC speaker support for 2.6.x+:
if echo $SHORTREL | grep -qvw 2.4 ; then
/sbin/modprobe pcspkr
fi
to
Code: Select all
# Enable PC speaker support for 2.6.x+:
#if echo $SHORTREL | grep -qvw 2.4 ; then
# /sbin/modprobe pcspkr
#fi
or as root do
if you want it to still load by default. With the "bell-style" thing, it'll keep bash from beeping, but other applications not started from bash will still be able to beep. Remove the module supporting the speaker and nothing in Linux will be able to beep no matter how bad it wants to.