You are not logged in.
Pages: 1
I am having issues getting the sound output working from my graphics card's mini HDMI port. The card shows up as HDA NVidia in alsamixer but it doesn't have any volume controls. It just shows S/PDIF S/PDIF 1 S/PDIF 2 and S/PDIF 3, all of which I turned on. I have done some searching around without any luck. Can someone point me in the right direction?
Offline
Let me guess, some ION2 or ION behind an Intel chip?
Please:
aplay -l
lspci (Audio and Video lines)
lsmod | grep snd
Meanwhile, if my theory is true or somewhat valid,
/etc/modprobe.d/mycoolnameforthefix.conf
options snd-hda-intel probe_mask=0xffff,0xfff2
alias snd-card-1 snd-hda-nvidia... and reboot.
EDIT: I am normally opposed to hand-holding, but this one has kept me awake for weeks and taught me little, so I feel your pain ;-)
Last edited by Awebb (2015-07-10 07:47:34)
Offline
Awebb, Thank you very much for your reply. After doing more reading last night, I switched to pulseaudio and that took care of my issue.
Offline
Pages: 1