On Tue, 2 Jun 2020 12:29:38 -0400
Bob Goodwin <bobgood...@fastmail.us> wrote:

> On 2020-06-02 11:54, stan via users wrote:
> > Try
> > aplay -vvv [wav file]  
> 
> > [bobg@Workstation-1 ~]$ aplay -v apps/audio/login.wav
                                   ^
The vvv is important, because it provides more information, including an
output profile over time, a rough vu meter.  That is, it will show if
aplay is actually sending output to the device.

> > aplay --dump-hw-params [wav file]  
> [bobg@Workstation-1 ~]$ aplay --dump-hw-params apps/audio/login.wav
> Playing WAVE 'apps/audio/login.wav' : Signed 16 bit Little Endian,
> Rate 22050 Hz, Stereo
> HW Params of device "default":

And the output is being processed through the default device, which is
the link between alsa and pulseaudio.

Can you check in pavucontrol that the default device is actually your
device 0, the analog sound device?  Or just do a
cat /etc/alsa/alsactl.conf

Everything says sound should be playing.

If you do
alsamixer -c0
are Master and Front showing 00?  Is the volume in the bar above 80%?

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to