Re: beeps at shutdown

2005-02-22 Thread Lowell Gilbert
Hanspeter Roth <[EMAIL PROTECTED]> writes:

> at shutdown there occur two beeps.
> How can I turn them off or change their volume?

I would expect these to be a BIOS function, not a FreeBSD "feature."
[None of my machines display this behaviour.]
Does FreeBSD print anything out after the beeps?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: beeps at shutdown

2005-02-22 Thread scott
man kbdcontrol

you can also add 

keybell="off" 

to your /etc/rc.conf file

_scott


On Mon, Feb 21, 2005 at 03:43:03PM +0100, Hanspeter Roth wrote:
> Hello,
> 
> at shutdown there occur two beeps.
> How can I turn them off or change their volume?
> 
> -Hanspeter
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: beeps at shutdown

2005-02-23 Thread Hanspeter Roth
  On Feb 23 at 04:56, scott spoke:

> man kbdcontrol
> 
> you can also add 
> 
> keybell="off" 
> 
> to your /etc/rc.conf file

Ok, thanks!

I'll try kbdcontrol since a setting in /etc/rc.conf will affect the
whole uptime.

-Hanspeter
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"