<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=7943&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Sound issues with Excalibur]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=7943</link>
		<description><![CDATA[The most recent posts in Sound issues with Excalibur.]]></description>
		<lastBuildDate>Thu, 30 Apr 2026 12:23:39 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Sound issues with Excalibur]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=63506#p63506</link>
			<description><![CDATA[<p>I have noticed that there are othe posts realated to the sound issues. However, I am not sure if mine is related to any of the. </p><p>In fact there were two problems. The quirky one was about a pin on the hardware interface, related to speakers, not being activated.The problem is solved with help of ChatGPT, and, to be honest, I don&#039;t really understand how and why it works,because it is very much hardware related. The sound device I am using is:</p><div class="codebox"><pre><code>Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller (rev 01)</code></pre></div><p>It is Realtek chip, far as I can understand. Rather common sound hardware. It works fine with Slackware on the other partition. The solution which worked was to add the following to /etc/rc.local I have modified the script a bit</p><div class="codebox"><pre><code>(
SDEV=&quot;/dev/snd/hwC0D0&quot;
sleep 5 
if [ -e $SDEV ]
then
   hda-verb $SDEV 0x15 SET_PIN_WIDGET_CONTROL 0x40
else
   echo &quot;$DEV not found&quot;
fi 
alsactl restore
) &amp; </code></pre></div><p>&#039;hda-verb&#039; line is the key. I wish I understand the problem better, but I don&#039;t. I hope it might help somebody else with similar issue. Also, I should say that Excalibur was installed from single &#039;server&#039; CD image (around 650M).Perhaps the installation from some larger image solves the problem somehow.</p><p>The second problem is trivial compared to the first one. I have two sound device on the system. The other is HDMI device in the NVIDIA card. It works with speakers attached to the monitor, which I don&#039;t have.&#160; So I blacklisted the device :</p><div class="codebox"><pre><code>blacklist snd_hda_codec_hdmi</code></pre></div><p>Also the initrd needs to be updated with update-initramfs. This second issue might be trivial, but till someone might lose hours getting around it.</p><p>Either way, the sound works now.</p>]]></description>
			<author><![CDATA[dummy@example.com (askfor)]]></author>
			<pubDate>Thu, 30 Apr 2026 12:23:39 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=63506#p63506</guid>
		</item>
	</channel>
</rss>
