Solved Sound device switched to pcm (PC's internal mixer) from speakers for some reason

As the title says. I think it's M$'s work, because yesterday everything worked, and it was the last day of online lessons, which required M$ TEAM$ to be installed.

I tried replugging speakers, rebooting PC, setting =rec to speaker in mixer command, but nothing worked. Also tried to force firefox to use pulseaudio, but it didn't change anything.

I also tried 'mixer pcm 0', but it completly disabled sound.

Please help.
Thanks in advance.
 
Installed devices:
pcm0: <Realtek ALC269 (Analog)> (play/rec) default
pcm1: <Realtek ALC269 (Analog 2.0+HP/2.0)> (play/rec)
pcm2: <Intel Panther Point (HDMI/DP 8ch)> (play)
pcm3: <Intel Panther Point (HDMI/DP 8ch)> (play)
No devices installed from userspace.
 
First, you need to find out which of the devices is your speaker, e.g.
Code:
sysctl hw.snd.default_unit=1

Then test the sound, if it works, make it persistent in /etc/sysctl.conf, via
Code:
hw.snd.default_unit=1
 
Oh, "Thanks, but I don't use pulseaudio". Dealed with cyrrilic in minecraft and forgot to change
 
Back
Top