You are not logged in.
So, as the topic states I can't get sound to work through HDMI.
aplay -l says:
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC662 rev1 Digital [ALC662 rev1 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0When trying to play a wav file:
aplay -D plughw:1,3 /usr/share/sounds/alsa/Front_Center.wav
Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, MonoNo errors, but no sound either, and this is true on all nvidia devices listed in aplay -l.
So what do I do next?
EDIT: The channels are all unmuted in alsamixer.
Last edited by jarrett (2011-12-17 23:20:26)
Offline
On my laptop, I have to add "options snd-hda-intel probe_mask=0xffff,0xff2" to a modprobe.d conf file. You can try that.
sudo su
echo "options snd-hda-intel probe_mask=0xffff,0xff2" >> /etc/modprobe.d/sound.conf
exitAfter that, restart and hopefully it will work.
Last edited by vbim0nk (2011-12-17 14:52:20)
Offline
Hi,
Thanks for your input.
I found the answer to the problem myself before I saw your reply.
I took a different route however. I put this in /etc/asound.conf:
pcm.!default {
type plug
slave.pcm "dmix:1,7"
}works great now...
Last edited by jarrett (2011-12-17 23:19:51)
Offline
..works great now...
Please go ahead and edit your first post, edit the thread title and add [SOLVED] to the beginning of the thread name.
Thanks.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline