Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: Xianwen Chen on October 19, 2013, 11:42:14 PM

Title: [Solved] How to disable the warning sound?
Post by: Xianwen Chen 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
Title: Re: How to disable the warning sound?
Post by: Rich on October 20, 2013, 12:34:17 AM
Hi Xianwen Chen
Try:
Code: [Select]
sudo rmmod pcspkr
Title: Re: How to disable the warning sound?
Post by: curaga on October 20, 2013, 02:09:28 AM
Or blacklist it with a bootcode.
Title: Re: How to disable the warning sound?
Post by: Xianwen Chen on October 20, 2013, 05:08:36 AM
Hi Xianwen Chen
Try:
Code: [Select]
sudo rmmod pcspkr

Thank you Rich!
Title: Re: How to disable the warning sound?
Post by: Xianwen Chen on October 20, 2013, 05:12:42 AM
Or blacklist it with a bootcode.

Thank you Curaga.