After reading this answer, the beep
command successfully makes a sound.
https://askubuntu.com/a/168628/445574
But when I print the bell character, it doesn't make any.
I've already tried: https://superuser.com/questions/615839/beep-works-but-the-bell-character-makes-no-sound
Basically, printf '\a'
and echo -e "\a"
don't beep.
- I have removed the blacklist pcspkr from
/etc/modprobe.d/blacklist.conf
- I have entered the command
sudo modprobe pcspkr
beep
makes a sound
beep
topaplay <something>
, so that is no proof that thebeep
command works for you. What happens when you run/usr/bin/beep
? – Malte Skoruppa Sep 18 '15 at 18:59