From owner-freebsd-questions@FreeBSD.ORG Tue May 25 14:38:14 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0754816A4CE for ; Tue, 25 May 2004 14:38:14 -0700 (PDT) Received: from priv-edtnes11-hme0.telusplanet.net (outbound03.telus.net [199.185.220.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EE5E43D1F for ; Tue, 25 May 2004 14:38:13 -0700 (PDT) (envelope-from cpressey@catseye.mine.nu) Received: from catseye.biscuit.boo ([154.20.76.195]) by priv-edtnes11-hme0.telusplanet.netSMTP <20040525213747.LNDU25636.priv-edtnes11-hme0.telusplanet.net@catseye.biscuit.boo>; Tue, 25 May 2004 15:37:47 -0600 Date: Tue, 25 May 2004 14:36:42 -0700 From: Chris Pressey To: slumos@unlv.nevada.edu Message-Id: <20040525143642.768b5663.cpressey@catseye.mine.nu> In-Reply-To: <86u0z8o7r7.fsf@bitty.lumos.us> References: <86u0z8o7r7.fsf@bitty.lumos.us> Organization: Cat's Eye Technologies X-Mailer: Sylpheed version 0.9.10 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: bell through sound card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2004 21:38:14 -0000 On 25 Apr 2004 00:07:40 -0700 slumos@unlv.nevada.edu wrote: > I have a Shuttle box that (to my surprise) doesn't have a standard PC > feeper. Has anyone done any work on making the standard bell go > through a sound card? Has anyone given any thought to what would be > the right way to do it? Would adding code to syscons be the right way? > > I've tried various X things, but they all seem to be lacking in some > way. It would be nice to have a 'real' solution that listens to > kbdcontrol, doesn't try to be overly fancy, etc. > > Steve Hi, I wrote the following for DragonFly. It probably works on FreeBSD 4.x too, if that's what you're running. No idea about 5.x. http://catseye.webhop.net/projects/belld/ -Chris