From owner-freebsd-questions@FreeBSD.ORG Mon Oct 7 19:57:22 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6F63B5DA for ; Mon, 7 Oct 2013 19:57:22 +0000 (UTC) (envelope-from frank2@fjl.co.uk) Received: from bs1.fjl.org.uk (bs1.fjl.org.uk [84.45.41.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 110852DBE for ; Mon, 7 Oct 2013 19:57:21 +0000 (UTC) Received: from [192.168.1.35] (mux.fjl.org.uk [62.3.120.246]) (authenticated bits=0) by bs1.fjl.org.uk (8.14.4/8.14.4) with ESMTP id r97JvIWt045823 (version=TLSv1/SSLv3 cipher=DHE-DSS-CAMELLIA256-SHA bits=256 verify=NO) for ; Mon, 7 Oct 2013 20:57:19 +0100 (BST) (envelope-from frank2@fjl.co.uk) Message-ID: <52531220.4090003@fjl.co.uk> Date: Mon, 07 Oct 2013 20:57:20 +0100 From: Frank Leonhardt User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: How do I ring a bell? References: <52529CFF.9030105@fjl.co.uk> <5252AD3D.7070703@fjl.co.uk> <20131007143131.11669732@gumby.homeunix.com> In-Reply-To: <20131007143131.11669732@gumby.homeunix.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 19:57:22 -0000 On 07/10/2013 14:31, RW wrote: > On Mon, 07 Oct 2013 13:46:53 +0100 > Frank Leonhardt wrote: > > >> Alas, not. The console driver won't ring the BIOS bell on anything >> I've tried. It might on a desktop with a built-in sound card and >> speakers, but it won't do anything with the "beep" speaker. > Are you sure you have one? The last two cases I bought didn't. > They beep when you turn them on and they're ready to boot :-) /dev/speaker appears to be the answer. Thanks, Frank.