A solution for "dropping" sound in Linux

Source: Internet
Author: User

Maybe you will encounter a situation like me, every time you use a Linux terminal, when you hear a "beep" sound, I have the urge to tear down my chassis and drag down the built-in beep device. Click "tick" when you press tab, and click "tick" when you press space. Every wrong operation in VI will make the machine laugh at you with a harsh "tick. Now, it's time to show who is the real master.

Maybe you haven't realized that this sound is not from an external audio output device of the system, but from a sound device inside the machine that I know is controlled by the BIOS, so next I will explain how to turn this little thing off.

Temporary solution

Sudo rmmod pcspkr

For Debian/Ubuntu users, you only need to open your terminal and run the above command. For Linux users in centos/RedHat/RHEL/fedora, Log On As root and run rmmod pcspkr.

Permanent solution

For Debian/Ubuntu systems, run the following command as root:

Sudo echo "blacklist pcspkr">/etc/modprobe. d/blacklist

For centos/RedHat/RHEL/Fedora systems, run the following command as root:

Echo "alias pcspkr off">/etc/modprobe. conf

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.