From owner-freebsd-questions@FreeBSD.ORG Thu Jun 10 01:57:56 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 2F5A516A4CE for ; Thu, 10 Jun 2004 01:57:56 +0000 (GMT) Received: from ford-prefect.net (ford-prefect.net [64.81.33.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id D97EB43D2D for ; Thu, 10 Jun 2004 01:57:55 +0000 (GMT) (envelope-from zeus@ix.netcom.com) Received: from amd1700 (huey [192.168.0.2]) by ford-prefect.net (8.12.8/8.12.8) with ESMTP id i5A1vqQ2012888; Wed, 9 Jun 2004 18:57:52 -0700 From: "Bob Hockney" To: Chris Pressey , freebsd-questions@freebsd.org Date: Wed, 09 Jun 2004 18:57:52 -0700 MIME-Version: 1.0 Message-ID: <40C75DB0.1928.35E861BB@localhost> Priority: normal In-reply-to: <20040609120153.7eb1573e.cpressey@catseye.mine.nu> References: <40C6B8EA.28524.3364AFCC@localhost> X-mailer: Pegasus Mail for Windows (v4.12a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Subject: Re: How to turn off keyboard bell 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: Thu, 10 Jun 2004 01:57:56 -0000 Chris Pressey wrote: > > I'm having a difficult time turning off the keyboard bell. I have > > tried kbdcontrol -b off and setting keybell="NO" in rc.conf, but this > > only shortens it down to a chirp. If I set kbdcontrol -b visual, then > > the audible bell goes away completely and I get a flashing screen > > instead. What am I missing here? How can I turn the bell off > > completely? This is on a fresh install of 4.9. > > I think this bug has been fixed since 4.9 RELEASE. You might want to > try updating your sources with cvsup, or simply applying the patch that > fixes the bug (below), and rebuilding your kernel. > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/syscons/syscons.c.diff?r1=1.336.2.15&r2=1.336.2.16 Thanks Chris, I applied this patch and it solved the problem. Regards, -Bob