How do set my Fedora 21 to beep?
I've been trying to make my system beep but just can't find the solution, I've tried:
modprobe pcspkr
yum install beep
beep
echo -ne "\007"
echo -ne "\a"
echo -e "\a"
echo -e \\a
echo -en "\a" > /dev/tty10
echo -e "\a" > /dev/console
rmmod pcspkr
modprobe snd-pcsp
beep
and
nano /etc/modprobe.d/blacklist.conf
# low-quality, just noise when being used for sound playback, causes
# hangs at desktop session start (Ubuntu: #246969)
# blacklist snd_pcsp
What if I'm running clamscan and the program runs the bell(as I've seen), how do set it to actually ring? What if I write a shell-script and it is suppose to ring the bell? what if the bell is suppose to ring?
Yum doesn't show any package named bell. What repo does it come from?
@sideburns Sorry about that, I meant to say beep, I've edited my question.
Thank you. I've just installed and tried it:
Interesting.
Read over the IOCTL WACKINESS section of
man beep
. As far as I can tell, it isn't useful for modern applications...Thank you; I wonder if it would work from an at job when nobody's logged in. (In suid mode, of course.)