From owner-freebsd-current@FreeBSD.ORG Fri Apr 11 09:48:42 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 314E5300; Fri, 11 Apr 2014 09:48:42 +0000 (UTC) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::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 6DCB4109F; Fri, 11 Apr 2014 09:48:41 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id k14so5202926wgh.22 for ; Fri, 11 Apr 2014 02:48:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type:subject:from:date:to:cc :message-id; bh=sBiIpJ8Rr/FKwpTl8ot6e2YOOhrFRwokguq2vxPBr8c=; b=tG/FhprKN1Yik7Pnx0CByQm1ckDjF3cZgl7bwhM+1O34Rucb0WHrMK84EpnltQ0O4Q bsNzkzoszLMv5El72l/B+OZV3p+MHdNtkqmHZXZDiw822/sJGwa6IdZgQpzRdETy2BtZ 9OWdaNlALcb+EQMkcn9ZwJPq+t2NMs5oaw788WRw79zSoxTkkLGoKeJCQqNb9k6OWCAS CDRzeYYfxPp/4ilB1K4YKnq4l9IB3KHNI70CzqLvkgAsdb/7tMgWWsW3EUIKtOAnD10A IkegefiS885fZ38SqQhcTHZg/Kmh/lYJp/TrFXZVBhqPlNqzYVPGQrFCh74sXoIHYFt+ yT5g== X-Received: by 10.180.11.239 with SMTP id t15mr2584778wib.25.1397209719667; Fri, 11 Apr 2014 02:48:39 -0700 (PDT) Received: from ?IPV6:2001:470:7b2f:0:15bd:bfd:e192:5a55? ([2001:470:7b2f:0:15bd:bfd:e192:5a55]) by mx.google.com with ESMTPSA id co9sm10544441wjb.22.2014.04.11.02.48.38 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 11 Apr 2014 02:48:38 -0700 (PDT) User-Agent: K-9 Mail for Android In-Reply-To: References: <20140411005630.GB11570@glenbarber.us> <20140411010510.GC11570@glenbarber.us> <20140411092441.0ae449e4.ray@freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: FreeBSD compile with VT / Newcons... can we disable the "bell" / "beep" hardware sound? From: "Mike C." Date: Fri, 11 Apr 2014 10:48:33 +0100 To: Andreas Nilsson ,Aleksandr Rybalko Message-ID: <46a43795-ba90-4ced-a627-6298384495a7@email.android.com> Cc: Glen Barber , 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 09:48:42 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 11 April 2014 08:30:36 WEST, Andreas Nilsson wrote: >On Fri, Apr 11, 2014 at 8:24 AM, Aleksandr Rybalko >wrote: > >> On Fri, 11 Apr 2014 02:07:43 +0100 >> Miguel Clara wrote: >> >> > Hum... I've found this: >> > >> >http://lists.freebsd.org/pipermail/svn-src-head/2013-December/054676.html >> > >> > Does this mean that it should actually be disabled by default? >> >> Hello Miguel, >> >> No, it's mean you can try with: >> kbdcontrol -b quiet >> >> Good luck! >> > >I also have annoying beeps with vt, but > >$ kbdcontrol -b quiet >kbdcontrol: argument to -b must be duration.pitch or >[quiet.]visual|normal|off > >However kbdcontrol -b quiet.off is accepted. > >Best regards >Andreas > Good to know I was not alone :) thanks both for the hint, had no idea I could do that. > >> >> > >> > >> > On Fri, Apr 11, 2014 at 2:06 AM, Miguel Clara >> > wrote: >> > >> > > 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 >> > >> >> > >> >> > > >> > _______________________________________________ >> > freebsd-current@freebsd.org mailing list >> > http://lists.freebsd.org/mailman/listinfo/freebsd-current >> > To unsubscribe, send any mail to >> > "freebsd-current-unsubscribe@freebsd.org" >> >> WBW >> -- >> Aleksandr Rybalko >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to >"freebsd-current-unsubscribe@freebsd.org" >> - -- Sent from my Android device with K-9 Mail. Please excuse my brevity. -----BEGIN PGP SIGNATURE----- Version: APG v1.1.1 iQJDBAEBCgAtBQJTR7pxJhxNaWd1ZWwgQ2xhcmEgPG1pZ3VlbG1jbGFyYUBnbWFp bC5jb20+AAoJEGKyFhaKt9g3PrYQANUW192wpLzMj0fXP6Xu/Thy0V/I9s6c4DZm u+7CwEb8leMJZZ9Dvrqa6bXISZXvi4xmPchoBtuLSmtnHXkgQzE5DARkSOLzv2EO NNiqe4/OhV1mivM1ehWHGczIl0T0qTJAo1fgcSLLIG5PTN5FADvj2nlsPBNl9NIW mnZgTS6O8+mJoYvf/S9WaXvwefe5fROgKrGmC297Bqt+9vv2fmECzvxyoYI4skLI QAnzO8IT8yzhjgpce5tJBPo+GJmYhaI9HFJWlhJ4Zkq03KQXGpX5BM2TJ88nFmQg nA2JO0KaQm2E6Hj4sIWocR7Ovk+2HFbc9ceYaKmruRCxFDCthmjrx4cb7mw/wHJb LIt1XRxyeK4p0x7S6YM78VPKJQcosvedKtJ95/XdiVZERRErgl8kLx/hNgqK7fX0 MtkgGc253p0880ukUOhPOzJAYpsCYHCu4m7qP/JiYfMYQMi1vz4rmIGt+vn5rZmE PDxB/nYSiety3Sh7Bmqw/cqvSkegZMkaJuMKkAUCQ2A8y7V0DJZ48y+1MMgzD2/S Y8RlUwwJorMWBMbnG401JytY8RUykeaobCRzVpUdLfy2+QpTSQ94TlAZEedp9VkA /TYM+uq6/mbhSpKD7QcHFbHA9vk+m1KaG2pF1NcoYwiHOZwwZS2TMq5mtKYavKjV UtTIJZk9 =G+q9 -----END PGP SIGNATURE-----