I am using a Debian machine, ARK-3360F, and I need to make it beep like it does when it starts-up. Unfortunately, there is not any other speaker than this on the machine, so the below methods do not work even if I use modprobe pcspkr:
echo -e "\a" echo ^G echo -e "\07" -and the beep program
modprobe pcspkrandprintf '\a' > /dev/tty1echo -einstead ofprintfsince it is in terminal and not C. Still it doesn't beep.printfin various shells. Checkedalsamixer?printfdidn't work and so does thebeepprogram.beepdoes not beep, it mostly sound slike a mute issue. You could also try withsnd-pcspas noted here. This should give an extra entry forpcspin ALSA. If noalsamixertryamixer.