b1cf66bce1
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>
(cherry picked from commit
|
||
---|---|---|
.. | ||
rules.d | ||
scripts | ||
changelog | ||
compat | ||
control.in | ||
copyright | ||
pve-headers.postinst.in | ||
pve-kernel.postinst.in | ||
pve-kernel.postrm.in | ||
pve-kernel.prerm.in | ||
rules |