WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [Solved] How to disable the warning sound?  (Read 2648 times)

Offline Xianwen Chen

  • Full Member
  • ***
  • Posts: 142
[Solved] How to disable the warning sound?
« on: October 19, 2013, 11:42:14 PM »
Hi guys,

In a basic Core Linux setting with X and Fluxbox and without ALSA, Core Linux produces a warning sound which is a really loud beep. It scares the shit out of me when I use earplugs and disturbs other folks when I use the computer without earplugs in a public place such as libraries, classrooms, and trains. Can someone help me with disabling the warning sound? Thanks!

Kind regards,

Xianwen
« Last Edit: October 20, 2013, 05:09:38 AM by Xianwen Chen »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: How to disable the warning sound?
« Reply #1 on: October 20, 2013, 12:34:17 AM »
Hi Xianwen Chen
Try:
Code: [Select]
sudo rmmod pcspkr

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: How to disable the warning sound?
« Reply #2 on: October 20, 2013, 02:09:28 AM »
Or blacklist it with a bootcode.
The only barriers that can stop you are the ones you create yourself.

Offline Xianwen Chen

  • Full Member
  • ***
  • Posts: 142
Re: How to disable the warning sound?
« Reply #3 on: October 20, 2013, 05:08:36 AM »
Hi Xianwen Chen
Try:
Code: [Select]
sudo rmmod pcspkr

Thank you Rich!

Offline Xianwen Chen

  • Full Member
  • ***
  • Posts: 142
Re: How to disable the warning sound?
« Reply #4 on: October 20, 2013, 05:12:42 AM »
Or blacklist it with a bootcode.

Thank you Curaga.