<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Sound</title><link>https://sourceforge.net/p/miyolinux/wiki/Sound/</link><description>Recent changes to Sound</description><atom:link href="https://sourceforge.net/p/miyolinux/wiki/Sound/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 05 Nov 2016 02:04:59 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/miyolinux/wiki/Sound/feed" rel="self" type="application/rss+xml"/><item><title>Sound modified by Mike</title><link>https://sourceforge.net/p/miyolinux/wiki/Sound/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;strong&gt;Multiple Sound Cards&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Can't hear sound? Is the sound icon missing in the bottom panel? You likely have more than one sound card and ALSA chose the wrong one at boot. To correct this, you could create a .asoundrc file in your home directory specifying the default card. Unfortunately, Firefox does not read this file so you would continue to have no sound in Firefox. To remedy this, you will need to specify via modprobe in which order to load sound drivers so that your prefered card is selected first by ALSA.&lt;/p&gt;
&lt;p&gt;First, run the following command to see which order ALSA assigned your cards:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;cat /proc/asound/cards&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;In my case I got:&lt;/p&gt;
&lt;p&gt;0 [HDMI         ]: HDA-Intel - HDA Intel HDMI&lt;br/&gt;
                      HDA Intel HDMI at 0xe0510000 irq 61 &lt;br/&gt;
1 [PCH            ]: HDA-Intel - HDA Intel PCH&lt;br/&gt;
                      HDA Intel PCH at 0xe0514000 irq 59&lt;/p&gt;
&lt;p&gt;Now, tell the kernel to load the intel driver with 1 as the default:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;sudo bash -c 'echo "options snd_hda_intel index=1,0" &amp;gt; /etc/modprobe.d/alsa.conf'&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;You can verify the driver name to use above by running &lt;/p&gt;
&lt;p&gt;&lt;code&gt;lsmod | grep snd&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Reboot the computer and you should have sound!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike</dc:creator><pubDate>Sat, 05 Nov 2016 02:04:59 -0000</pubDate><guid>https://sourceforge.net442c009e650c1bedbad7ea839892d76eb7a063c1</guid></item></channel></rss>