mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
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 |
||
|---|---|---|
| .. | ||
| chromium | ||
| emacs | ||
| linux-libre | ||
| ovmf | ||
| python | ||
| renpy | ||
| xml | ||
| findclass.php | ||
| guile-launcher.c | ||
| guix.vim | ||
| pack-audit.c | ||
| run-in-namespace.c | ||