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 |
||
|---|---|---|
| .. | ||
| 5.4-arm.conf | ||
| 5.4-arm64.conf | ||
| 5.4-i686.conf | ||
| 5.4-x86_64.conf | ||
| 5.10-arm.conf | ||
| 5.10-arm64.conf | ||
| 5.10-i686.conf | ||
| 5.10-x86_64.conf | ||
| 5.15-arm.conf | ||
| 5.15-arm64.conf | ||
| 5.15-i686.conf | ||
| 5.15-x86_64.conf | ||
| 6.1-arm.conf | ||
| 6.1-arm64.conf | ||
| 6.1-i686.conf | ||
| 6.1-x86_64.conf | ||
| 6.6-arm.conf | ||
| 6.6-arm64.conf | ||
| 6.6-i686.conf | ||
| 6.6-x86_64.conf | ||
| 6.12-arm.conf | ||
| 6.12-arm64.conf | ||
| 6.12-i686.conf | ||
| 6.12-riscv.conf | ||
| 6.12-x86_64.conf | ||
| 6.14-arm.conf | ||
| 6.14-arm64.conf | ||
| 6.14-i686.conf | ||
| 6.14-riscv.conf | ||
| 6.14-x86_64.conf | ||