FS#11665 - [linux] Please enable CONFIG_SND_PCSP
Attached to Project:
Arch Linux
Opened by Sergej Pupykin (sergej) - Monday, 06 October 2008, 13:26 GMT
Last edited by Jan Alexander Steffens (heftig) - Tuesday, 21 August 2018, 08:07 GMT
Opened by Sergej Pupykin (sergej) - Monday, 06 October 2008, 13:26 GMT
Last edited by Jan Alexander Steffens (heftig) - Tuesday, 21 August 2018, 08:07 GMT
|
Details
Please enable pcsp sound driver in kernel config.
CONFIG_SND_PCSP=m It is very nice feature :) See: http://www.geocities.com/stssppnn/pcsp.html |
This task depends upon
Closed by Jan Alexander Steffens (heftig)
Tuesday, 21 August 2018, 08:07 GMT
Reason for closing: Won't implement
Tuesday, 21 August 2018, 08:07 GMT
Reason for closing: Won't implement
pcspkr is the module that enables the terminal beeps. snd_pcsp enables the pc speaker as a device to play music, songs, mp3/ogg/whatever files, but it sounds horrible.
So, I think that it should be disabled, or enabled in a way that it doesn't became the default speaker of the system.
echo "blacklist snd_pcsp" >/etc/modprobe.d/snd_pcsp
echo "blacklist snd_pcsp" >$pkgdir/etc/modprobe.d/snd_pcsp
in kernel PKGBUILD
I have tried reordering the sound modules in kde4 system settings but i still do not get sound, I had it before 2.6.27.1-1
/etc/rc.d/sound:
options snd-hda-intel enable=1 index=0
options snd-pcsp enable=1 index=2
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
# CONFIG_SND_PCSP is not set
on linux 4.6.2-1
We would have to blacklist it by default anyway if we were to enable it.