You are not logged in.
hi, beep app stopped making sound after upgrade to 2.6.22 kernel Jul 29 2007; my PC still beeps on reboot; i searched for the beep package at arch home page and found
the beep package maintainer's name: Damir Perisa how do i contact him if there are no other fixes for beep no longer making any sound? thanks in advance for your quick
response; resident, a happy arch user
Offline
Check if the PC speaker kernel module is present:
lsmod | grep pcspkr
If that returns nothing, then check /etc/rc.conf for these line:
MOD_BLACKLIST=(foo)
MODULES=(bar pcspkr)
MOD_BLACKLIST must NOT contain pcspkr, while adding it to MODULES should autoload it on boot.
If you want it to load right now, then just enter:
modprobe pcspkr
Offline