You are not logged in.
Pages: 1
I hope no one asked this before there's only 1 page.
I managed to get the sound up and running though not as expected. I have terrible sound quality and the song playbacks sounded like a streaming from a 56kbps modem.
Anyway my lspci returned (I guess you'd want to know):
01:00.1 Audio device: NVIDIA Corporation GK107 HDMI Audio Controller (rev a1)
I don't know where to go next? Thanks in advance!
Offline
Make sure that the volume is set to 0dB (100%) or below, the signal will clip above that level and sound nasty.
What do these say:
lspci -knn|grep -iA2 audio
amixer
Offline
Nope, didn't boost that volume but anyway the output:
00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 04)
Subsystem: Lenovo Device [17aa:308c]
Kernel driver in use: snd_hda_intel
--
01:00.1 Audio device [0403]: NVIDIA Corporation GK107 HDMI Audio Controller [10de:0e1b] (rev a1)
Subsystem: ASUSTeK Computer Inc. Device [1043:84cb]
Kernel driver in use: snd_hda_intel
and then...
Capabilities: cvolume cswitch cswitch-joined
Capture channels: Front Left - Front Right
Limits: Capture 0 - 65536
Front Left: Capture 65536 [100%] [off]
Front Right: Capture 65536 [100%] [off]
Hm...
Offline
Which device is set as default?
See also
Offline
Which device is set as default?
See also
Nvidia. Through my HDMI cable from the monitor to the CPU and to my speakers.
Offline
To be absolutely clear:
HDMI from PC - Nvidia HDMI output - to monitor HDMI1
monitor HDMI2 to speakers?
i.e. you have 2 HDMI cables coming out of the monitor?
Does the monitor have built-in speakers?
Perhaps you have to specify in the monitor setup that you only want sound output to HDMI2 only?
Offline
To be absolutely clear:
HDMI from PC - Nvidia HDMI output - to monitor HDMI1
monitor HDMI2 to speakers?i.e. you have 2 HDMI cables coming out of the monitor?
Does the monitor have built-in speakers?
Perhaps you have to specify in the monitor setup that you only want sound output to HDMI2 only?
Nope. 1 HDMI cable from the monitor to PC. From the PC I connected my speakers via the audio jack.
My monitor and my PC have internal speakers. Which I think I have disabled but I will look into that again. Least I know what to do next. Thanks!
Offline
Post out
aplay -l
put from
please.
Offline
Post out
aplay -l
put from
please.
Here it is...
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
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 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
Offline
Pages: 1