From owner-freebsd-current@FreeBSD.ORG Fri Apr 11 01:07:08 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F589911; Fri, 11 Apr 2014 01:07:08 +0000 (UTC) Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) (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 A51831AAD; Fri, 11 Apr 2014 01:07:06 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id x48so4575304wes.24 for ; Thu, 10 Apr 2014 18:07:05 -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=4zhhW2cNF0E6dyMIYKDF+6D2ahUrUqLTp3ycQjpbJnk=; b=x4JGttCkGZA0RuPVtOKRuDOlBxJnSWEnNGivImdHPBh2qCZrnq+EcxcfXcuohOBe8J Fwb4KgTz5Zlb5Vy5XuUNlE6WClmIuaWqvLXs7gMFbsiABXVs/AY6RSdf23YhFqDBsjVJ 2C0xkTfq0VQG61cwY4Jrsd3g9a9wGW5Q9Ssjt0NAFkJwIM4vHxrVFgyyTYUZkXA1gVZb J7abjk7dlRHSuVCxMMWQlqucNssV+4w19cN6A+1287Cc3NFclEEZXBS8aPL3B+dS/ij4 57iyozl8I16oSgJjor2vP3E277vy7dJhD6kFi5fF7SWlyAN4ELKzSj8SNyZM0FfSPGe+ zs4Q== X-Received: by 10.194.103.36 with SMTP id ft4mr4372774wjb.66.1397178425284; Thu, 10 Apr 2014 18:07:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.217.55.138 with HTTP; Thu, 10 Apr 2014 18:06:45 -0700 (PDT) In-Reply-To: <20140411010510.GC11570@glenbarber.us> References: <20140411005630.GB11570@glenbarber.us> <20140411010510.GC11570@glenbarber.us> From: Miguel Clara Date: Fri, 11 Apr 2014 02:06:45 +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:07:08 -0000 TTYs and even using the console in Xfce terminal On Fri, Apr 11, 2014 at 2:05 AM, Glen Barber wrote: > On Fri, Apr 11, 2014 at 02:02:01AM +0100, Miguel Clara wrote: > > 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? > > > > > 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 > > > > SSH? Serial console? X? > > Glen > >