atom feed25 messages in org.freebsd.freebsd-hackersBoot manager beep (revisited)
FromSent OnAttachments
Eric AndersonMay 1, 2006 3:34 am 
Darren PilgrimMay 1, 2006 4:44 am 
Giorgos KeramidasMay 1, 2006 5:30 am 
Alex ZbyslawMay 1, 2006 9:31 am 
Giorgos KeramidasMay 1, 2006 10:15 am 
Luigi RizzoMay 1, 2006 10:29 am 
Giorgos KeramidasMay 1, 2006 10:48 am 
Dag-Erling SmørgravMay 1, 2006 10:54 am 
Alex ZbyslawMay 1, 2006 12:16 pm 
Eric AndersonMay 1, 2006 12:22 pm 
Alex ZbyslawMay 1, 2006 12:32 pm 
Giorgos KeramidasMay 1, 2006 12:52 pm 
Giorgos KeramidasMay 1, 2006 12:54 pm 
Eric AndersonMay 1, 2006 12:55 pm 
Daniel LangMay 1, 2006 1:03 pm 
Giorgos KeramidasMay 1, 2006 1:06 pm 
John BaldwinMay 1, 2006 6:03 pm 
John BaldwinMay 1, 2006 6:03 pm 
John BaldwinMay 1, 2006 6:03 pm 
Giorgos KeramidasMay 2, 2006 5:31 am 
Alex ZbyslawMay 2, 2006 11:36 am 
John BaldwinMay 2, 2006 12:38 pm 
Dag-Erling SmørgravMay 2, 2006 1:39 pm 
Alex ZbyslawMay 2, 2006 10:47 pm 
Eric AndersonMay 3, 2006 12:50 am 
Subject:Boot manager beep (revisited)
From:Giorgos Keramidas (kera@ceid.upatras.gr)
Date:May 1, 2006 10:15:43 am
List:org.freebsd.freebsd-hackers

On 2006-05-01 10:31, Alex Zbyslaw <xfb@dial.pipex.com> wrote:

Giorgos Keramidas wrote:

On 2006-04-30 22:34, Eric Anderson <ande@centtech.com> wrote:

This thread: http://lists.freebsd.org/pipermail/freebsd-stable/2005-December/020572.html

mentions a patch to disable the boot manager beep, and also discusses having it optional.

Does something like the following sound reasonable (I haven't had a chance to run this through a build-test, so use with care). The default behavior should be to *include* a beep, but it can be turned off by setting WITHOUT_BOOTEASY_BEEP in `/etc/src.conf'.

I have a very similar patch which I pulled from somewhere not long after switching to 5.4. That wrapped the beep inside #ifdef SIO (which I assumed was something standard, but don't know) so that you got a beep with a serial console and not without.

I can see the advantage of the beep when running headless, but for anything with a console the beep just seems like something out of the 1970s. My vote (fwiw) would be to reverse the logic and have WITH_BOOTEASY_BEEP so that it's off by default unless you turn it on with the option *or* if you have a serial console (assuming that SIO is something standard).

I'd certainly prefer it if the beep was turned *off* by default, but I'm not sure if that's what everyone prefers. This is why I opted for keeping the current behavior and making my personal preference an option :)