Right, I see what you mean. Disabling the beep is one thing I always
do, and it requires a few differnt steps, like "xset b off" for xterms
and so on. It would be nice to switch it off in one place and be done
with it.
> >
> > How does this look:
> >
> echo 0 >/proc/sys/dev/speaker/beep
>
This looks good to me. As far as I can tell, it looks like the beep
is generated by kd_mksound, which is a function pointer that usually
points to drivers/char/vt.c:_kd_mksound(). Can anyone verify this?
It doesn't look to hard to write a sysctl driver that would change the
function pointer to something quieter. Is this what patch did?
robert
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/