GNU bug report logs - #78457
[PATCH] gnu: linux-libre: Do not build the SND_PCSP driver.

Previous Next

Package: guix-patches;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Fri, 16 May 2025 14:55:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: 78457 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, Leo Famulari <leo <at> famulari.name>
Subject: [bug#78457] [PATCH] gnu: linux-libre: Do not build the SND_PCSP driver.
Date: Sat, 17 May 2025 00:17:57 +0900
Hi,

Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:

> This snd-pcsp driver apparently attempts to load the pcspkr driver even when
> it's already been loaded, causing the infamous kernel error message:
>
>   Error: Driver 'pcspkr' is already registered, aborting...
>
> This change fixes it by simply not building the snd-pcsp driver, which usage
> is to try to play audio via the low quality builtin speaker/beeper hardware.
> It was automated via the command:
>
>   git grep -l 'CONFIG_SND_PCSP=m' |
>   xargs sed -i 's/CONFIG_SND_PCSP=m/# CONFIG_SND_PCSP is not set/'
>
> Change-Id: Ide4b73be107d170a6db6be69b7a6bcd7b8036dcb

I'm CC'ing the kernel team manually, as the configuration files were not
in its scope (now fixed in teams.scm).

-- 
Thanks,
Maxim




This bug report was last modified 46 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.