What I did to automate the process is add it to the installation of the
alsa sound module for my card (snd-ali5451) by editing /etc/modprobe.conf
install snd-ali5451 { /usr/sbin/alsactl restore 0 >/dev/null 2>&1 || : ;
}; { /sbin/modprobe pcspkr >/dev/null 2>&1 : ; }; /sbin/modprobe
--ignore-install snd-ali5451
Try the same addition to whatever the install line is for your sound
card to enable the speaker sound at boot.
Chris
Mogens Kjaer wrote:
Karl-Olov Serrander wrote:
Hi !
After installing FC3 I get no beep in internal speaker from Ctrl-G,
worked in RH9.
Is the pcspkr module loaded:
$ lsmod | fgrep spk
pcspkr 7969 0
If not, try loading it:
# modprobe pcspkr
If this still doesn't help, you might need
to open the mixer and increase the volumes.
Mogens