<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=1902&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Intel HD Audio Is Not Working (Ceres)]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=1902</link>
		<description><![CDATA[The most recent posts in Intel HD Audio Is Not Working (Ceres).]]></description>
		<lastBuildDate>Tue, 02 Oct 2018 03:31:37 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Intel HD Audio Is Not Working (Ceres)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12122#p12122</link>
			<description><![CDATA[<p>But . . . but . . . but . . . it&#039;s pulseaudio . . . <img src="https://dev1galaxy.org/img/smilies/yikes.png" width="15" height="15" alt="yikes" /></p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Tue, 02 Oct 2018 03:31:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12122#p12122</guid>
		</item>
		<item>
			<title><![CDATA[Re: Intel HD Audio Is Not Working (Ceres)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12121#p12121</link>
			<description><![CDATA[<p>Thank you for sharing your solution. I was going to work on a .desktop file in the xdg startup location, and found that there was already a pulseaudio.desktop file there!</p><p>So I altered my Exec= line in <strong>/etc/xdg/autostart/pulseaudio.desktop</strong>:</p><div class="codebox"><pre><code>Exec=pulseaudio --start</code></pre></div><p>And that makes my audio work!</p>]]></description>
			<author><![CDATA[dummy@example.com (bgstack15)]]></author>
			<pubDate>Tue, 02 Oct 2018 03:07:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12121#p12121</guid>
		</item>
		<item>
			<title><![CDATA[Re: Intel HD Audio Is Not Working (Ceres)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=7873#p7873</link>
			<description><![CDATA[<p>You can do that in alsa as well, I see it fairly often as a lot of machines have an hdmi output in addition to the regular one and alsa defaults to using card 0 which is usually the HDMI output, simple solution is adding an .asoundrc file in your home folder:</p><div class="codebox"><pre><code>pcm.!default {
        type hw
        card 1
 }

ctl.!default {
        type hw
        card 1
 }</code></pre></div><p>(Note: I know you solved your problem, i&#039;m just posting this additional info for other folks who might be looking for solutions and read this thread)</p><div class="quotebox"><cite>Geoff 42 wrote:</cite><blockquote><div><p>Yes, a lot of people would stop after the <span class="bbc">apt-get remove pulseaudio</span> ;-)</p><p>It seems that many machines these days have an HDMI sound outlet, which is often shared with a normal outlet, using the snd-hda-intel kernel module. This seems to cause problems. If you don&#039;t need the HDMI sound then disabling it makes things simpler, using the <span class="bbc">enable</span> option :-</p><p><a href="http://forums.debian.net/viewtopic.php?t=110572#p525601" rel="nofollow">http://forums.debian.net/viewtopic.php?t=110572#p525601</a></p><p>Geoff</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Tue, 06 Mar 2018 20:46:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=7873#p7873</guid>
		</item>
		<item>
			<title><![CDATA[Re: Intel HD Audio Is Not Working (Ceres)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=7866#p7866</link>
			<description><![CDATA[<p>Yes, a lot of people would stop after the <span class="bbc">apt-get remove pulseaudio</span> ;-)</p><p>It seems that many machines these days have an HDMI sound outlet, which is often shared with a normal outlet, using the snd-hda-intel kernel module. This seems to cause problems. If you don&#039;t need the HDMI sound then disabling it makes things simpler, using the <span class="bbc">enable</span> option :-</p><p><a href="http://forums.debian.net/viewtopic.php?t=110572#p525601" rel="nofollow">http://forums.debian.net/viewtopic.php?t=110572#p525601</a></p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Tue, 06 Mar 2018 10:48:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=7866#p7866</guid>
		</item>
		<item>
			<title><![CDATA[Re: Intel HD Audio Is Not Working (Ceres)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=7861#p7861</link>
			<description><![CDATA[<p>Or delete pulseaudio completely and use ALSA. <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Mon, 05 Mar 2018 21:59:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=7861#p7861</guid>
		</item>
		<item>
			<title><![CDATA[Re: Intel HD Audio Is Not Working (Ceres)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=7854#p7854</link>
			<description><![CDATA[<p>Solution to anyone experiencing a similar issue:</p><p>Apparently the issue lies within <span class="bbc">pulseaudio</span>. For some reason, it isn&#039;t starting with the system as it should! I will have to further investigate this issue to determine why, but a <em>dirty</em> and quick way to fix this is to simply reinstall the package <span class="bbc">pulseaudio</span> and to tell it to start with the system by <del>preforming</del> performing the steps as follows.</p><p><span class="bbc">su<br />apt-get remove pulseaudio<br />apt-get install pulseaudio<br />exit<br />cd ~/<br />echo pulseaudio --start &gt;&gt; .profile</span></p><p>And to confirm that these steps worked:</p><p><span class="bbc">sudo reboot</span><br />Wait for the system to reboot<br /><span class="bbc">cd ~/<br />cat .profile</span><br />And make sure that <span class="bbc">pulseaudio --start</span> is at the end of the output displayed!</p><p>I do not endorse my solution; it is kinda messy and doesn&#039;t <em>really</em> solve the issue... it kinda just moves it somewhere else. But, for me it works because I backup all of my important files regularly and I don&#039;t mind reinstalling my system should something go wrong. <br />Also, my audio keys still aren&#039;t working, but at least I <em>have</em> audio!!</p><p>Should I find a solution for that, I will document it! <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (xD)]]></author>
			<pubDate>Sun, 04 Mar 2018 21:04:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=7854#p7854</guid>
		</item>
		<item>
			<title><![CDATA[Intel HD Audio Is Not Working (Ceres)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=7719#p7719</link>
			<description><![CDATA[<p>Hello!</p><p>I know that issues like this tend to come along with running from unstable branches of anything, but I recently have noticed that my audio is no longer working. It was previously working and I haven&#039;t changed anything about my system, save for installing Steam. But most of Steam&#039;s dependencies are nVidia driver related. I am running Devuan Ceres amd64 on a Lenovo ThinkPad T420s 417429U. I have Intel HD Audio (I think) and the most relevant information I can find from <span class="bbc">lspci</span> is <br /><span class="bbc">00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series <br />Chipset Family High Definition Audio Controller (rev 04)<br /></span></p><p>Binging this issue doesn&#039;t seem to provide me with information in the way of modules, and I cannot find anything on the De**an forums that are of any help; in fact, I haven&#039;t been able to find this issue at all! So I&#039;m either looking in the wrong place or I&#039;m just dumb. <img src="https://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>Anyways, has anyone experienced this issue before, or does anyone know a solution?</p><p>Thanks!!</p><p>P.S., when I click the <em>mute</em> button on the physical keyboard, it no longer lights up to indicate ataraxy as it does in Windows 10. I know that the system isn&#039;t malfunctioning because when I boot into Windows 10 the audio works just fine.</p>]]></description>
			<author><![CDATA[dummy@example.com (xD)]]></author>
			<pubDate>Sat, 24 Feb 2018 06:24:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=7719#p7719</guid>
		</item>
	</channel>
</rss>
