LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   how to ban the motherboard warns (https://www.linuxquestions.org/questions/linux-hardware-18/how-to-ban-the-motherboard-warns-594385/)

wanghao 10-24-2007 10:16 PM

how to ban the motherboard warns
 
Hi,LQers,when i run in the text mode as i typed a
wrong command or an unexpected button the motherboard speaker rang ?it's boring ,how can i prevent it !Thanks !

binary_pearl 10-24-2007 11:32 PM

Open up your computer and find the wire that connects your PC speaker to the motherboard and unplug it. I did that at work after I accidentally wrote an infinite loop in assembler that caused the PC to beep up a storm :)

--Shaun

Misbah Naveed 10-25-2007 12:02 AM

I am new to linux and wants to know the steps for installing and compiling the USB device driver. Donot know from where to start. I am using Redhat Entreprise with kernel 2.6.9-42.

wanghao 10-25-2007 01:08 AM

Oh,first thanks for you answer .I've been considered
that way ,but i've no privilege to open the box ,so
i want to find a 'soft' way to shot it .I think there
may be a moudle which could control the speaker if we
can find the moudle and umount it ?

binary_pearl 10-25-2007 07:31 AM

Try looking at this site:
http://kmandla.wordpress.com/2007/09...ur-pc-speaker/

There are a couple different methods of trying to mute the pc speaker. Be sure to read the comments on the page too; some other users posted different methods other than blacklisting the pc speaker.

--Shaun

pwc101 10-25-2007 08:12 AM

These are the methods I use. Put this in your ~/.bashrc
Code:

# turn off the system bell
xset b off >& /dev/null      # for killing the bell in X
setterm -blength 0          # for killing the bell in a tty


wanghao 10-26-2007 03:48 AM

Thanks that's great it works,yes!Thanks again !


All times are GMT -5. The time now is 05:50 PM.