Beep command works but the bell character doesn't

After reading this answer, the beep command successfully makes a sound.

But when I print the bell character, it doesn't make any.

I've already tried:

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
1

1 Answer

Just struggled with this for a few days, try this

$ alsamixer

then scroll over to beep and turn up the volume if down, also make sure to press M to unmute it (will change it too 00 instead of MM) then give it another try make sure to unmute anything else that is need headphone, speakers hope it helps!

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like