From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: pcspkr only loaded after waking up from sleep Date: Wed, 18 Apr 2018 19:47:15 +0300 Message-ID: <87efjca2cs.fsf@gmail.com> References: <87604o6hn7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8qEp-0006DK-OM for help-guix@gnu.org; Wed, 18 Apr 2018 12:47:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f8qEm-00066P-L8 for help-guix@gnu.org; Wed, 18 Apr 2018 12:47:19 -0400 Received: from mail-lf0-x22c.google.com ([2a00:1450:4010:c07::22c]:42793) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f8qEm-00065o-Dy for help-guix@gnu.org; Wed, 18 Apr 2018 12:47:16 -0400 Received: by mail-lf0-x22c.google.com with SMTP id x130-v6so3629676lff.9 for ; Wed, 18 Apr 2018 09:47:16 -0700 (PDT) In-Reply-To: <87604o6hn7.fsf@gmail.com> (Pierre Neidhardt's message of "Wed, 18 Apr 2018 14:00:36 +0530") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt Cc: help-guix Pierre Neidhardt (2018-04-18 14:00 +0530) wrote: > Anyways, I'd like to turn it off for good. Is the following the right > way to go? > > (kernel-arguments '("modprobe.blacklist=pcspkr")) Yes, it is. I recall I also needed to blacklist "snd_pcsp" module to get rid of this annoying beep (so I have "modprobe.blacklist=pcspkr,snd_pcsp"); although it was several years ago, maybe it is not necessary anymore. -- Alex