On Sat, Mar 11, 2017 at 09:39:11AM -0500, Stephen P. Molnar wrote: > Up to date Jessie. > > Sound worked until I turned power off to the external speakers. The sound > has not been working since I turned the speakers back on. > > If I run 'speaker-test' I get noise, but if I run 'speaker-test -c 2 -t > wav' I get 'front left' and 'front right' from the speakers. > > I am using the on-board sound: > > 01:00.1 Audio device: NVIDIA Corporation GF119 HDMI Audio Controller (rev > a1) > Subsystem: Micro-Star International Co., Ltd. [MSI] Device 809f > Flags: bus master, fast devsel, latency 0, IRQ 25 > Memory at fe080000 (32-bit, non-prefetchable) [size=16K] > Capabilities: [60] Power Management version 3 > Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+ > Capabilities: [78] Express Endpoint, MSI 00 > Kernel driver in use: snd_hda_intel > > I have proven, to my satisfaction, thanks to a suggestion from a > correspondent, that this is not a hardware problem. I loaded the Xubuntu > 17.04 Live Desktop on the computer and the sound is live. > > I would appreciate some help in solving this problem.
In my experience, problems like this are nearly always problems in software selection of output and/or mixer volumes. The card that you are selecting there is an HDMI audio controller, which means that it is a sound card which only outputs through the HDMI connection going to a TV or video monitor. Is that what you are expecting? If, as is more usual, you are expecting to output through 1/8" stereo jacks to self-powered speakers or 1/8" line-level stereo to an amplifier, you need to select that sound card and use it. aplay -L should give you a list of possible outputs, one of which you can then feed to speaker-test via -D to test. Then you can set this in /etc/asound.conf as a default. Mine says defaults.pcm.card 0 defaults.pcm.device 3 defaults.ctl.card 0 -dsr-