From owner-freebsd-current@FreeBSD.ORG Fri Apr 11 01:02:23 2014 Return-Path: Delivered-To: freebsd-current@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 ESMTPS id BDBC5393; Fri, 11 Apr 2014 01:02:23 +0000 (UTC) Received: from mail-wg0-x231.google.com (mail-wg0-x231.google.com [IPv6:2a00:1450:400c:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E1811A6F; Fri, 11 Apr 2014 01:02:23 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id a1so4754620wgh.20 for ; Thu, 10 Apr 2014 18:02:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=ls/y1PBPYpw4zwM9gK9FII8whUBpZdTKjBhyTXTFAg4=; b=na7eTvluSG1xnzTmsU1AH4grmp42d7UVfYfz3+XQgOb+zVazaGPzxHuAL0szyNPXdv 9x9QUQIo5RsiQ81YAkB9Ly5HjxOF7TRoHle7PMUM8286b41R+pIcBojUkSnfMY4ZW/Xc a9GqkwH7bjxF57W6zF3CT+ebur6jcJwZuvdZE0LAVtzWTiCDZK5/NGFOYFmVwBocfNah gr1YZ2cseFGbqeryhBWH7s2qgLhGyLYSjYi4WNl9rgCb5E7WLrAqaQ2W5d0eUh0jiahS pjAlI2cRWl67kiSDBJo7XIx0TolOtA+jITPIZMxsBRfZtArcnjLYF4tWUMXETHjdRvqD Q/nA== X-Received: by 10.194.84.144 with SMTP id z16mr17774610wjy.23.1397178141333; Thu, 10 Apr 2014 18:02:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.217.55.138 with HTTP; Thu, 10 Apr 2014 18:02:01 -0700 (PDT) In-Reply-To: <20140411005630.GB11570@glenbarber.us> References: <20140411005630.GB11570@glenbarber.us> From: Miguel Clara Date: Fri, 11 Apr 2014 02:02:01 +0100 Message-ID: Subject: Re: FreeBSD compile with VT / Newcons... can we disable the "bell" / "beep" hardware sound? To: Glen Barber Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 01:02:23 -0000 When I for example use "TAB" to complete and there's more than one result... or none! Happens to me both in FreeBSD 11 current (HP Laptop) and with 10+VT On Fri, Apr 11, 2014 at 1:56 AM, Glen Barber wrote: > On Fri, Apr 11, 2014 at 01:52:34AM +0100, Miguel Clara wrote: > > WIth syscons this can be done with > > > > > > # sysctl hw.syscons.bell=0 > > > > But after kernel is compiled with VT this systcl is of course not > possible > > anymore! > > > > Any alternative? > > I have yet to hear any bell sounds with vt(4). > > Can you clarify the problem, and where this happens? > > Glen > >