Re: Trying to get sound working through speakers

From: Eduardo Morrás <emorrasg_at_yahoo.es>
Date: Fri, 20 Jun 2025 17:11:03 UTC
On Fri, 20 Jun 2025 16:44:45 -0700
Joe B <jcb2016az@gmail.com> wrote:

> I will check but last I checked there was nothing. About sound.

Ok
 
> Mixtertui shows everything unmuted .. funny thing is that in Firefox
> the video plays just no sound.

What's the output of 

#mixer -a 

You should see something like this:

# mixer -a
pcm0:mixer: <Intel Haswell (HDMI/DP 8ch)> on hdaa0 (play)
    vol       = 1.00:1.00     pbk
    pcm       = 1.00:1.00     pbk
pcm1:mixer: <Conexant CX20751/2 (Analog)> on hdaa1 (play/rec) (default)
    vol       = 1.00:1.00     pbk
    pcm       = 1.00:1.00     pbk
    speaker   = 1.00:1.00     pbk
    rec       = 0.01:0.01     pbk
    monitor   = 0.56:0.56     rec src
pcm2:mixer: <Conexant CX20751/2 (Right Analog)> on hdaa1 (play/rec)
    vol       = 0.62:0.62     pbk
    pcm       = 1.00:1.00     pbk
    mic       = 0.92:0.92     rec src
    rec       = 0.93:0.93     pbk

Then you can select the one you want (in this example change to pcm2) using:

$ mixer -d pcm2 

HTH

---   ---
Eduardo Morrás <emorrasg@yahoo.es>