I have an old Dell Latitude E5430 laptop running DietPi Native PC (x86_64). *DietPi is a fork of Debian 11 Bullseye.
Summary
Today, I installed beep and ran it. It put me back into bash a second later. There was no sound. Strangely though, using a terminal music player called "cmus", sound actually works and it play with no problem.
What did I try
- I installed the latest Linux Intel sound card drivers
- I installed ALSA
- I set the volume to maximum in ALSA Mixer
Additional info
Inside of my /etc/asound.conf:
pcm.!default { type plug slave.pcm { type hw card 0 device 0 } } ctl.!default { type hw card 0 } I confirmed that the speaker is connected.