From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice Subject: Re: Disable ugly pc-speaker sound in Slim auth failure Date: Sun, 17 Mar 2019 13:02:24 +0100 Message-ID: <87bm291zfz.fsf@nckx> References: <87zhpuajwx.fsf@nckx> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([209.51.188.92]:43045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5UUs-00018v-SK for help-guix@gnu.org; Sun, 17 Mar 2019 08:02:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5UUr-0001Pj-SR for help-guix@gnu.org; Sun, 17 Mar 2019 08:02:34 -0400 Received: from tobias.gr ([2001:470:7405::1]:52560) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5UUr-0001OU-74 for help-guix@gnu.org; Sun, 17 Mar 2019 08:02:33 -0400 In-reply-to: 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: znavko@tutanota.com Cc: Help Guix Znavko, I'm glad you found a working solution in my sleep! I wish I could do that. znavko wrote: > I've got names of kernel modules, so that not only pcspkr, but > also > snd_pcsp needs to disable Yep, I've always disabled them in tandem rather than figure out the exact difference. > that simple line that not breaks my config.scm syntax. > Still do not know why guix does not find `(use modules (al > utils))` > module and how to get guile modules work. Your config wasn't broken, you just called an undefined procedure, and Guix can't know where to find a module if you don't. The code for (al utils) was in guile/modules/al/utils.scm. Alex's configuration is actually a great example of writing and using your own modules. It's also pretty complex, and not the best candidate for selective copy-pasting. Kind regards, T G-R