Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default beeps at shutdown

    Hello,

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

    -Hanspeter
    Hanspeter Roth Guest

  2. Similar Questions and Discussions

    1. Shutdown at 6:00 pm
      How to do for the server 2000 shutdown automaticly at 6:00 pm ??? PD: What tool i use for know what aplication absorb all memory of my server and...
    2. Windows XP shutdown
      I have been running Windows XPon a new machine since February 2003. I can not shutdown the machine using the Windows start button and going...
    3. shutdown
      "Gerry" <gerryhmurray@aol.com> wrote in message news:004a01c3496e$c9876630$a601280a@phx.gbl... Ok
    4. Volume and beeps
      Open the control panel, sounds and audio folder, sounds tab, scroll until you find the sound that is annoying, expand the menu, click none (it is at...
    5. Run on Shutdown
      I'm looking for a way to automatically run a program/script/batch file when the user shuts down the computer. This is a standalone computer; not...
  3. #2

    Default FreeBSD wont boot after restoring RAID 5

    Hello guys,
    I had a problem with my raid 5 array and I had to replace one of the
    disks, the utility to restore the array worked fine , all the 3 disks
    are ok, but the system doesn't boot, I have looked at the contents of
    the disks using the fixit CD and the data seems ok, but I dont know
    how to make it bootable again. Is there a way to make the disk
    bootable again or I have to make a clean install??.
    I only get this prompt at boot time.
    boot:

    And nothing else happens.
    Thanks 4 all your help.
    Alvaro Rosales Guest

  4. #3

    Default Re: beeps at shutdown

    Hanspeter Roth <hampi@rootshell.be> 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?
    Lowell Gilbert Guest

  5. #4

    Default Fwd: FreeBSD wont boot after restoring RAID 5

    ---------- Forwarded message ----------
    From: Alvaro Rosales <aran80@gmail.com>
    Date: Mon, 21 Feb 2005 09:54:56 -0500
    Subject: FreeBSD wont boot after restoring RAID 5
    To: [email]freebsd-questions@freebsd.org[/email]


    Hello guys,
    I had a problem with my raid 5 array and I had to replace one of the
    disks, the utility to restore the array worked fine , all the 3 disks
    are ok, but the system doesn't boot, I have looked at the contents of
    the disks using the fixit CD and the data seems ok, but I dont know
    how to make it bootable again. Is there a way to make the disk
    bootable again or I have to make a clean install??.
    I only get this prompt at boot time.
    boot:

    And nothing else happens.
    Thanks 4 all your help.
    Alvaro Rosales Guest

  6. #5

    Default Re: beeps at shutdown

    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
    > _______________________________________________
    > [email]freebsd-questions@freebsd.org[/email] mailing list
    > [url]http://lists.freebsd.org/mailman/listinfo/freebsd-questions[/url]
    > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    scott Guest

  7. #6

    Default Re: beeps at shutdown

    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
    Hanspeter Roth Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139