Re: [ PATCH ]: disable pcspeaker kernel: 2.4.2 - 2.4.5

Ingo Molnar (mingo@elte.hu)
Wed, 30 May 2001 17:25:51 +0200 (CEST)


On Wed, 30 May 2001, Nico Schottelius wrote:

> > the default value is 0, that is good enough.
>
> hmm.. I don't think so... value of 1 would be much better, because
> 0 normally disables the speaker.

i confused the value. Yes, an initialization to 1 would be the correct,
ie.:

+++ linux-2.4.5-nc/kernel/sysctl.c Wed May 9 23:44:30 2001
@@ -48,6 +49,7 @@
extern int nr_queued_signals, max_queued_signals;
extern int sysrq_enabled;

+int pcspeaker_enabled = 1;

Ingo

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/