<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Aug 11, 2017 at 8:14 PM, Ashu Desai <span dir="ltr"><<a href="mailto:ashu.desai@gmail.com" target="_blank">ashu.desai@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 11, 2017 at 6:54 PM, Ashu Desai <span dir="ltr"><<a href="mailto:ashu.desai@gmail.com" target="_blank">ashu.desai@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="gmail-m_-7380330491515136895gmail-">On Fri, Aug 11, 2017 at 3:26 PM, Jerry <span dir="ltr"><<a href="mailto:mythtv@hambone.e4ward.com" target="_blank">mythtv@hambone.e4ward.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span>On Fri, Aug 11, 2017 at 3:08 PM, Karl Newman <span dir="ltr"><<a href="mailto:newmank1@asme.org" target="_blank">newmank1@asme.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="gmail-m_-7380330491515136895gmail-m_-6853874686496064215m_-4823514404988578105h5"><br></div></div><div>Maybe you need to disable Pulse Audio... I don't use it, but I think it might override alsa.</div></div></div></div></blockquote><div><br></div></span><div>This can be tricky to do in Fedora and I'm sure it's similar in CentOS.  I've found that:<br><br></div><div>chmod -x /usr/bin/pulseaudio<br></div></div></div></div></blockquote></span></div></div></div></blockquote><div><br></div><div><br></div><div>I did this and this is what I got after a reboot</div><div><br></div><div>[mythtv@mythfe7 ~]$ alsamixer</div><div>ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect: Connection refused</div><div><br></div><div>cannot open mixer: Connection refused</div><div><br></div><div><br></div><div>I think it's the permissions? </div><div><br></div><div><div>[mythtv@mythfe7 ~]$ ls -ahl /usr/bin/alsamixer</div><div>-rwxr-xr-x. 1 root root 66K Nov  7  2016 /usr/bin/alsamixer</div></div><div><br></div><div>Should I be changing permissions? </div><br></div></div></div></blockquote><div><br></div><div>Sorry about that.  It worked for me.  If you can't get alsamixer to open, then I'd switch it back and reboot.<br><br></div><div>chmod +x /usr/bin/pulseaudio<br><br></div><div><a href="https://fedoraproject.org/wiki/How_to_debug_sound_problems">https://fedoraproject.org/wiki/How_to_debug_sound_problems</a> has some suggestions, specifically:<br><br></div><div>using dnf or yum (not both -- pick the one you use)<br></div><div><br>dnf|yum remove alsa-plugins-pulseaudio<br><br>I wasn't able to fully disable pulseaudio until changing permissions as I told you. <br></div></div></div></div>