On Fri, 12 Jun 2020 17:40:19 +0530
Sreyan Chakravarty <sreya...@gmail.com> wrote:

> I hope you are able to find something in the huge amount of
> information that you requested for.

you have a realtek alc3227 sound device, and there are few issues
reported online for that model, all of them superficial.  That is, it
works normally for most people.

alsa is correctly configured and working properly.

You have the needed packages installed.

Thus, the issue has to be at the interface between alsa and pulseaudio.

Is card0 the default set in pulseaudio?  Use pavucontrol to validate.
Both the setting, and you can play some audio and make sure the meters
are indicating on the correct device.

You can also do this setting with pactl, see man pactl for options.
pavucontrol is easier for casual users.

Check if /etc/alsa/conf.d has a pulseaudio file, something like
99-pulseaudio-default.conf
and looks like this:

# Default to PulseAudio

pcm.!default {
    type pulse
    hint {
        show on
        description "Default ALSA Output (currently PulseAudio Sound
Server)" }
}

ctl.!default {
    type pulse
}

Is /etc/asound.conf empty?

If those are correct, everything you've shown me says you should have
working sound through pulseaudio.
_______________________________________________
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