pve-kernel-thunderx/debian
Thomas Lamprecht b481f89770 disable alsa snd pcspkr module
The PC speaker (beeper) can only be managed by one module, and there
are two which could do so. The very basic INPUT_PCSPKR, and the more
advanced SND_PCSP which allows it to be used as primitive ALSA
soundcard, which for Proxmox Server projects, and all modern
workstations is not much of use.

As they both were aliased to the "pcspkr" module name, and used the
same internal driver name (being a replacment of the other), one
would get the following error message when both are loaded:
"Error: Driver 'pcspkr' is already registered, aborting..."
in the kernel log. This happens as by default both are tried to get
loaded. We do not want the more complex ALSA one, so disable that.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-12 15:31:10 +01:00
..
rules.d build: move build and packaging to debian/ 2018-03-09 09:19:58 +01:00
scripts update fwlist to 5.3 based kernel 2019-10-01 18:57:02 +02:00
changelog bump version to 5.3.7-1 2019-10-23 19:00:32 +02:00
compat debian/compat: set to 10 2018-03-09 09:19:58 +01:00
control.in build: add ZFS 0.8 debhelper build-dependencies 2019-08-05 10:27:56 +02:00
copyright debian/copyright: whitespace cleanup 2018-03-09 09:19:58 +01:00
pve-headers.postinst.in build: move/merge files 2018-03-09 09:19:58 +01:00
pve-kernel.postinst.in build: move/merge files 2018-03-09 09:19:58 +01:00
pve-kernel.postrm.in build: move/merge files 2018-03-09 09:19:58 +01:00
pve-kernel.prerm.in build: move/merge files 2018-03-09 09:19:58 +01:00
rules disable alsa snd pcspkr module 2019-11-12 15:31:10 +01:00