Hi,
I'm also new to Linux so please bear with me. Out of the box, I am able to play sounds using the headphone jack but can't play sounds from the speakers.
I tried modifying modprobe.conf and added the following:
options snd-hda-intel model=laptop --> didn't work. still only play sounds via headphones
(tried model and other possible values for AD1984A too)
options snd-hda-intel single_cmd=1 --> sound came from both the speakers and the headphone at the same time which is still bad. I only want to enable one.
I have attached the output from running these commands from the terminal:
lspci
and
cat /proc/asound/card0/codec*
I don't really mind if I need to manually set my output to speakers or headset if I have to, as long as I could enable them one at a time.
Thanks in advance.