Hey guys, I'm totally new to Zorin OS and coding in general.
I totally got rid of Windows on my Laptop and am really enjoying learning how to use Linux. However, I'm having an issue with my sound. There's no sound coming out of my laptop speakers. I've followed all the prompts on the "Sound Setup" page, downloaded PulseAudio, checked for additional drivers. I'm a bit lost as to what to try now. I can't access my alsamixer anymore for some reason? It says "cannot find card '0' " and "No such file or directory"
If anyone would be willing to walk me through what to do that would be a major help.
If your machine uses Intel/SDW/SOF (newer Intel audio), try the DSP driver option
Create a config and reboot:
echo 'options snd_intel_dspcfg dsp_driver=1' | sudo tee /etc/modprobe.d/snd-intel-dspcfg.conf
sudo update-initramfs -u # Debian/Ubuntu only; on other distros run the equivalent
sudo reboot
Alternative values to try if 1 doesn’t work: 0, 3, or 4 (common suggestion: dsp_driver=4 for SOF fallback). After each change, reboot and re-check aplay -l.
If you see "couldn't bind with audio component" or SOF errors, try forcing the legacy driver
Example forcing legacy (common on Ice Lake/Cannon Lake):