From owner-freebsd-current@FreeBSD.ORG Fri Apr 11 00:52:57 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 CAC0C856 for ; Fri, 11 Apr 2014 00:52:57 +0000 (UTC) Received: from mail-we0-x22a.google.com (mail-we0-x22a.google.com [IPv6:2a00:1450:400c:c03::22a]) (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 662281950 for ; Fri, 11 Apr 2014 00:52:57 +0000 (UTC) Received: by mail-we0-f170.google.com with SMTP id w61so4769439wes.15 for ; Thu, 10 Apr 2014 17:52:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=jsD1HYpg3nRhknCaERLge5i8u4SgycczJ3Dr/tJFGKk=; b=eXSlXST8NQKk0WsMrLp1Qec+z9F5L3wsCe4uAhl7aBY6Yd78/tOwhf4zkzRNhMFMCV cnX29so/r5a25BO0VY5WeYwdyRG58Qp2crWIOMTy/47/MwVelwHtW2+6NUrSjxJrsLlx +sq2TzXlzbcRy8S5799XpgRmn4QM1W1AQzxiOPG+EQacQSXEwXnutx2/ySPKhkGBeVDu Nx+vhsa7aqnuLnCNrrPL3ZlrmMXqaHKSPOUj/VLhYj0a8pIyKGVuBYij9LeR125jAoO6 KGbNMiIG0YIYT9NKiMKO7ogZ94nzDyrbH9AdjJS+H19Gy7LYwmnPPuIMvlJ9bIgEpzpE /fmg== X-Received: by 10.194.192.132 with SMTP id hg4mr17773614wjc.28.1397177574828; Thu, 10 Apr 2014 17:52:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.217.55.138 with HTTP; Thu, 10 Apr 2014 17:52:34 -0700 (PDT) From: Miguel Clara Date: Fri, 11 Apr 2014 01:52:34 +0100 Message-ID: Subject: FreeBSD compile with VT / Newcons... can we disable the "bell" / "beep" hardware sound? To: freebsd-current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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 00:52:57 -0000 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?