From owner-freebsd-questions@freebsd.org Tue Jul 26 14:00:37 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A367EBA5F53 for ; Tue, 26 Jul 2016 14:00:37 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 38D1218C4 for ; Tue, 26 Jul 2016 14:00:37 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-wm0-x236.google.com with SMTP id f65so175365577wmi.0 for ; Tue, 26 Jul 2016 07:00:37 -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; bh=F+ltSnfeeEdj3W8ZySbpFt6AoJQhCduWwg3Yswu0V4E=; b=FP8j22jcVnubDairKasekwL3axYSiu4gzA/mEFjvs/2SfYyAEVHEzNQSotyjGSYTaM P+f7a26vIm7ykfUyQKVB8E2ixlgC7fbo3TbLVwy7xsikK/IxciSMDJoLHo5YThEqYFgU fRMk05Uu8AW9Ddx0XxS/FIToLoSuDTSlZj2UtGmuCX0PqyG0mdaFbPHlJTsWfC4WHOM+ NzlBOLSV22xRZ2+z+JDSTkihdySRzR1wkH9qlfccSLfonhkO9RZb+oYarqbFR3bSPnDh qWczy+cNzRO2BFketqmzsNJUqVDb2adMn9JMnNVty384v1gljBitUqO2rJqVvvGACMop QwwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=F+ltSnfeeEdj3W8ZySbpFt6AoJQhCduWwg3Yswu0V4E=; b=dPsXjbT0uqrp2mdvbmXUHKOi43xKomcfxgsKeddbFrtG0wQKm6WmE8XZgdM+M0vcPV MYOTZNpFl1oXYQSD1ZimQD1WzrSBl0O32/vE91nDH3xzZ75NShUok1bAFiqxIaRRy0Zj hUi94YpnzWzVuCk3wT9AYUve0RuuW4T32Jf9u9GriFlSkb2yM+piFDJlCTrY59hAsF82 E5l1SWEO+aXjy9JKa0pQquxOGZ1NCKYvjw55yfGtJq10i+rd4ksK3LnXwINAVtfRdzku J+N0kUfXa2otLfT3gc2H1JqUX/CMv6tlhsntRePLKYMRnWKLgO3uAHmAC3oJ85n9Kq5J jTNw== X-Gm-Message-State: AEkoouvIMC+NDPMQFmlf3MD9rH+KwyRzXNPlhJt3enSkw9ucBYHeYm2qIteHshD6TPccUTCYChY97uJ83h8TnA== X-Received: by 10.194.21.200 with SMTP id x8mr23248438wje.129.1469541634383; Tue, 26 Jul 2016 07:00:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.154.229 with HTTP; Tue, 26 Jul 2016 07:00:33 -0700 (PDT) In-Reply-To: <20160726131546.GA7530@c720-r292778-amd64> References: <20160726114846.GA6424@c720-r292778-amd64> <20160726131546.GA7530@c720-r292778-amd64> From: Ben Woods Date: Tue, 26 Jul 2016 22:00:33 +0800 Message-ID: Subject: Re: no beep any more To: Matthias Apitz , Bernt Hansson , "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2016 14:00:37 -0000 On 26 July 2016 at 21:15, Matthias Apitz wrote: > El d=C3=ADa Tuesday, July 26, 2016 a las 03:08:44PM +0200, Bernt Hansson > escribi=C3=B3: > > > usage: xset [-display host:dpy] option ... > > To turn bell off: > > -b b off b 0 > > To set bell volume, pitch and duration: > > b [vol [pitch [dur]]] b on > > Thanks, I know this. It must be deeper in the kernel because it is not > beeping on alpha consoles either. > > # sysctl hw | grep bell > hw.syscons.bell: 1 > > Is fine but does not help. > > matthias If you are using the new vt(4), make sure you have the follow sysctl set: kern.vt.enable_bell=3D1 Regards, Ben -- From: Benjamin Woods woodsb02@gmail.com