<?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=7400&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Alsa errors during boot of Excalibur]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7400</link>
		<description><![CDATA[The most recent posts in Alsa errors during boot of Excalibur.]]></description>
		<lastBuildDate>Thu, 20 Nov 2025 17:52:24 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Alsa errors during boot of Excalibur]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59894#p59894</link>
			<description><![CDATA[<p>Thank you @fsmithred!!</p><p>I&#039;m so sorry y&#039;all are having to deal with stuff like this right now. Seems like there&#039;s quite a few of these upstream shenanigans going on with this release of debian.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Thu, 20 Nov 2025 17:52:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59894#p59894</guid>
		</item>
		<item>
			<title><![CDATA[Re: Alsa errors during boot of Excalibur]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59886#p59886</link>
			<description><![CDATA[<p>Here&#039;s the fixed version of /usr/lib/udev/rules.d/90-alsa-restore.rules that you get in a netinstall of excalibur. The edit is hacked into the installer isos, so you won&#039;t get this fix on an upgrade from daedalus. And it might get clobbered if there&#039;s an upgrade to alsa. </p><p>The desktop-live iso got the upstream version, which has a few other changes. I hope that doesn&#039;t cause problems. That file is in /etc/udev/rules.d so if it does cause trouble, it can be removed without breaking anything.</p><p>This replaces /usr/lib/udev/rules.d/90-alsa-restore.rules <br />or better, put it in&#160; /etc/udev/rules.d/90-alsa-restore-rules</p><div class="codebox"><pre class="vscroll"><code># do not edit this file, it will be overwritten on update

ACTION==&quot;add&quot;, SUBSYSTEM==&quot;sound&quot;, KERNEL==&quot;controlC*&quot;, KERNELS!=&quot;card*&quot;, TEST==&quot;/usr/sbin&quot;, TEST==&quot;/usr/share/alsa&quot;, GOTO=&quot;alsa_restore_go&quot;
GOTO=&quot;alsa_restore_end&quot;

LABEL=&quot;alsa_restore_go&quot;

ENV{ALSA_CARD_NUMBER}=&quot;$attr{device/number}&quot;

# mark HDA analog card; HDMI/DP card does not have capture devices
DRIVERS==&quot;snd_hda_intel&quot;, TEST==&quot;device/pcmC$env{ALSA_CARD_NUMBER}D0p&quot;, RUN+=&quot;/bin/sh -c &#039;echo ALSA_CARD_HDA_ANALOG=$env{ALSA_CARD_NUMBER} &gt;&gt; /run/udev/alsa-hda-analog-card&#039;&quot;

# check for ACP hardware
TEST==&quot;device/device/acp3x-dmic-capture&quot;, GOTO=&quot;alsa_hda_analog&quot;
TEST==&quot;device/device/acp6x-dmic-capture&quot;, GOTO=&quot;alsa_hda_analog&quot;
TEST==&quot;device/device/acp63-dmic-capture&quot;, GOTO=&quot;alsa_hda_analog&quot;
TEST==&quot;device/device/acp-dmic-codec&quot;, GOTO=&quot;alsa_hda_analog&quot;
GOTO=&quot;alsa_restore_std&quot;

LABEL=&quot;alsa_hda_analog&quot;
# restore configuration for profile with combined cards (HDA + digital mic)
TEST!=&quot;/run/udev/alsa-hda-analog-card&quot;, GOTO=&quot;alsa_restore_std&quot;
IMPORT{program}=&quot;/usr/bin/cat /run/udev/alsa-hda-analog-card&quot;
ENV{ALSA_CARD_HDA_ANALOG}!=&quot;&quot;, ENV{ALSA_CARD_NUMBER}=&quot;$env{ALSA_CARD_HDA_ANALOG}&quot;

LABEL=&quot;alsa_restore_std&quot;
TEST!=&quot;/etc/alsa/state-daemon.conf&quot;, TEST==&quot;/usr/sbin/alsactl&quot;, RUN+=&quot;/usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime restore $env{ALSA_CARD_NUMBER}&quot;
TEST==&quot;/etc/alsa/state-daemon.conf&quot;, TEST==&quot;/usr/sbin/alsactl&quot;, RUN+=&quot;/usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime nrestore $env{ALSA_CARD_NUMBER}&quot;

LABEL=&quot;alsa_restore_end&quot;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 20 Nov 2025 13:40:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59886#p59886</guid>
		</item>
		<item>
			<title><![CDATA[Re: Alsa errors during boot of Excalibur]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58594#p58594</link>
			<description><![CDATA[<p>Well nature always sides with the hidden flaw, lol, yeah looks like they fixed that 3 weeks ago.</p><p>But downstream must still be wrong, and it&#039;s not that part.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Tue, 14 Oct 2025 19:47:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58594#p58594</guid>
		</item>
		<item>
			<title><![CDATA[Re: Alsa errors during boot of Excalibur]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58587#p58587</link>
			<description><![CDATA[<p>@greenjeans<br />I replaced 90-alsa-restore.rules with what you posted above. Got error in dmesg: </p><div class="quotebox"><blockquote><div><p>[&#160; &#160; 9.332608] udevd[753]: invalid key/value pair in file /usr/lib/udev/rules.d/90-alsa-restore.rules on line 3, starting at character 73 (&#039;,&#039;)</p></div></blockquote></div><p>I checked upstream and there&#039;s one character difference between what&#039;s posted above (---) and what&#039;s on github (+++).<br /><a href="https://github.com/alsa-project/alsa-utils/blob/master/alsactl/90-alsa-restore.rules.in" rel="nofollow">https://github.com/alsa-project/alsa-ut … e.rules.in</a></p><div class="codebox"><pre><code>--- 90-alsa-restore.rules	2025-10-13 23:59:29.972000000 +0000
+++ 90-alsa-restore.rules.upstream	2025-10-14 01:12:30.304000000 +0000
@@ -8,7 +8,7 @@
 ENV{ALSA_CARD_NUMBER}=&quot;$attr{device/number}&quot;
 
 # mark HDA analog card; HDMI/DP card does not have capture devices
-DRIVERS==&quot;snd_hda_intel&quot;, TEST==&quot;device/pcmC$env{ALSA_CARD_NUMBER}D0p&quot;, RUN+=&quot;/bin/sh -c &#039;echo ALSA_CARD_HDA_ANALOG=$env{ALSA_CARD_NUMBER} &gt;&gt; /run/udev/alsa-hda-analog-card&#039;&quot;
+DRIVERS==&quot;snd_hda_intel&quot;, TEST==&quot;device/pcmC$env{ALSA_CARD_NUMBER}D0c&quot;, RUN+=&quot;/bin/sh -c &#039;echo ALSA_CARD_HDA_ANALOG=$env{ALSA_CARD_NUMBER} &gt;&gt; /run/udev/alsa-hda-analog-card&#039;&quot;
 
 # check for ACP hardware
 TEST==&quot;device/device/acp3x-dmic-capture&quot;, GOTO=&quot;alsa_hda_analog&quot;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Tue, 14 Oct 2025 01:29:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58587#p58587</guid>
		</item>
		<item>
			<title><![CDATA[Re: Alsa errors during boot of Excalibur]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58056#p58056</link>
			<description><![CDATA[<p>Ah! <strong>ntpsec</strong> is the package with the daemon!<br />(I overlooked that...)<br />Yes, it currently only runs once a day<br />If you are not an accuracy freak, then it is enough!<br />(On server, of course, not.)<br />Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (sjox)]]></author>
			<pubDate>Wed, 17 Sep 2025 16:54:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58056#p58056</guid>
		</item>
		<item>
			<title><![CDATA[Re: Alsa errors during boot of Excalibur]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58048#p58048</link>
			<description><![CDATA[<p>b) IDTYPE=&quot;RANDOM&quot;</p><p>Feature.</p><p>e) ntpsec-ntpdate</p><p>I&#039;m not sure if that one runs when you reboot. I have a script to run it when I think my time has drifted. Fuzzy, I know.</p><p>For full synchronization, use the ntp package.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Tue, 16 Sep 2025 22:37:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58048#p58048</guid>
		</item>
		<item>
			<title><![CDATA[Re: Alsa errors during boot of Excalibur]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58046#p58046</link>
			<description><![CDATA[<p>Hi,</p><p>Yes, the problem with &quot;/usr/lib/udev/rules.d/90-alsa-restore.rules&quot; is actually available in all Debian-derived distributions and has been around for a relatively long time! (PCLinuxOS and Artix solved this problem!)<br />However, these &quot;alsa-utils&quot; are important because you can set &quot;Autodetect&quot; via the Alsamixer.<br />(Speaker/headphones then switch automatically – but only after a reboot!)<br />At the end of the rules file, I simply entered the line LABEL-&quot;alsa-restore-std&quot;.<br />Of course, this is not a solution, but it eliminates this annoying message!</p><p>I have been experimenting with Excalibur for over a month and am actually very satisfied.<br />However, there are other peculiarities - also in the RC1 (XFCE4):</p><p>a)<br />First, I had to run the command &quot;xdg-user-dirs-update --force&quot;.<br />Only then were the catalogues created in German.<br />(user-dirs.dirs and user-dirs.locale)<br />Under Cinnamon this problem does not exist!</p><p>(b)<br />Then I had to comment out in the file &quot;/etc/default/dbus&quot; the entry &quot;IDTYPE&quot;RANDOM&quot; with a &quot;#&quot;.<br />Thank you for the solution - I found it here in the forum!<br />Is this a bug or a feature?</p><p>c)<br />Why was mate-polkit installed? There is xfce-polkit!<br />There are error messages in my &quot;.xsession-errors&quot;!<br />There are no entries when using xfce-polkit.</p><p>d)<br />Rsyslog has been solved!</p><p>e)<br />There doesn&#039;t seem to be an automatic time synchronization with &quot;ntpsec-ntpdate&quot;?<br />I had to make do with an entry in the “cron.daily”.</p><p>f)<br />Fstrim for SSD maintenance must be activated manually!<br />(I prefer to me too!)</p><p>g)<br />The computer could not go into broad-based mode!<br />Remedy: sudo /bin/bash -c &quot;echo GPP0 &gt; /proc/acpi/wakeup&quot;<br />You have to enter extra in /etc/rc.local. (without sudo)</p><p>(h)<br />A problem with the &quot;speech-dispatcher&quot; in combination with Pulseaudio!<br />The sound output is strongly distorted - also in Firefox.<br />(Youtube ist ok - but on X/Twitter the speech-dispatcher is always activated)<br />Remedy a change in the /etc/speech-dispatcher/speechd.conf file<br />&#039;AudioOutputMethod &quot;alsa&quot;&#039; helped.<br />(with pipewire there are no problems)</p><p>These were actually only annoying little(?) things that can be solved.</p><p>But there is something very important:<br />I noticed that under XFCE (and only under XFCE) the screen often freezes for several seconds! With me it happened approx. 2-3 times a week!<br />This problem can also be found in various forums, and is also extensively discussed when looking for &quot;ring gfx_0.0.0 timeout, but soft recovered&quot;.</p><p>It should be a problem with the AMD graphics driver and you can fix it simply by disabling the composite effects of XFCE4!<br />(These are now disabled by default in the Devuan RC1)<br />But I would like to have a composite manager, because, for example, the Firefox edition when leafing back and forth without it jerking! The use of Picom provided a remedy. <br />(Compiz caused me screen errors).<br />If you select &quot;egl&quot; as a Picom backend, then the composite manager runs absolutely stable with my AMD card and you are permanently spared from freezing!<br />I just used the included sample configuration.<br />The one copied from &quot;/usr/share/doc/picom/examples/picom.sample.conf&quot; to &quot;/.config/picom.conf&quot;! It is complex but well documented and changes are effective immediately - so you have a quick feedback when testing.</p><p>Unfortunately, another problem will arise: <br />Huge number of error messages in the &quot;.xsession-errors&quot; - although you don&#039;t notice anything!<br />This problem is also known: <a href="https://bbs.archlinux.org/viewtopic.php?id=306908" rel="nofollow">https://bbs.archlinux.org/viewtopic.php?id=306908</a><br />If I understand that correctly, XFWM is buggy under 4.20 and therefore there is an improved version on Git: <a href="https://gitlab.xfce.org/xfce/xfwm4" rel="nofollow">https://gitlab.xfce.org/xfce/xfwm4</a>.<br />I was able to compile and even install a new xfwm window manager after a few attempts!<br />First, the necessary DEV packages must be provided:<br />sudo apt install libwnck-3-dev libxfce4ui-2-dev libgtkd-3-dev libglib2.0-dev pkg-config cmake meson (I hope I haven&#039;t forgotten anything)<br />There is also a good tutorial - I changed it for myself: &quot;meson setup --prefix=/usr build&quot; (Then overwrite the freshly compiled files the old ones.)<br />In fact, it worked! It runs stable and without error messages in the &quot;.xsession-errors&quot;!</p><p>Well, however, this is quite a deep intervention and this should not be necessary!<br />Now my question:<br />Is there any chance that this improved Xfwm version will find its way into the Devuan package sources?</p><p>Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (sjox)]]></author>
			<pubDate>Tue, 16 Sep 2025 18:09:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58046#p58046</guid>
		</item>
		<item>
			<title><![CDATA[Re: Alsa errors during boot of Excalibur]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=57929#p57929</link>
			<description><![CDATA[<p><span class="bbc">/usr/lib/udev/rules.d/90-alsa-restore.rules</span></p><p>Here&#039;s the version in alsa-utils from their git:</p><div class="codebox"><pre class="vscroll"><code># do not edit this file, it will be overwritten on update

ACTION==&quot;add&quot;, SUBSYSTEM==&quot;sound&quot;, KERNEL==&quot;controlC*&quot;, KERNELS!=&quot;card*&quot;,@extratest@ GOTO=&quot;alsa_restore_go&quot;
GOTO=&quot;alsa_restore_end&quot;

LABEL=&quot;alsa_restore_go&quot;

ENV{ALSA_CARD_NUMBER}=&quot;$attr{device/number}&quot;

# mark HDA analog card; HDMI/DP card does not have capture devices
DRIVERS==&quot;snd_hda_intel&quot;, TEST==&quot;device/pcmC$env{ALSA_CARD_NUMBER}D0p&quot;, RUN+=&quot;/bin/sh -c &#039;echo ALSA_CARD_HDA_ANALOG=$env{ALSA_CARD_NUMBER} &gt;&gt; /run/udev/alsa-hda-analog-card&#039;&quot;

# check for ACP hardware
TEST==&quot;device/device/acp3x-dmic-capture&quot;, GOTO=&quot;alsa_hda_analog&quot;
TEST==&quot;device/device/acp6x-dmic-capture&quot;, GOTO=&quot;alsa_hda_analog&quot;
TEST==&quot;device/device/acp63-dmic-capture&quot;, GOTO=&quot;alsa_hda_analog&quot;
TEST==&quot;device/device/acp-dmic-codec&quot;, GOTO=&quot;alsa_hda_analog&quot;
GOTO=&quot;alsa_restore_std&quot;

LABEL=&quot;alsa_hda_analog&quot;
# restore configuration for profile with combined cards (HDA + digital mic)
TEST!=&quot;/run/udev/alsa-hda-analog-card&quot;, GOTO=&quot;alsa_restore_std&quot;
IMPORT{program}=&quot;/usr/bin/cat /run/udev/alsa-hda-analog-card&quot;
ENV{ALSA_CARD_HDA_ANALOG}!=&quot;&quot;, ENV{ALSA_CARD_NUMBER}=&quot;$env{ALSA_CARD_HDA_ANALOG}&quot;

LABEL=&quot;alsa_restore_std&quot;
TEST!=&quot;@daemonswitch@&quot;, RUN+=&quot;@sbindir@/alsactl@args@ restore $env{ALSA_CARD_NUMBER}&quot;
TEST==&quot;@daemonswitch@&quot;, RUN+=&quot;@sbindir@/alsactl@args@ nrestore $env{ALSA_CARD_NUMBER}&quot;

LABEL=&quot;alsa_restore_end&quot;</code></pre></div><p>And here&#039;s the current version in excalibur/trixie:</p><div class="codebox"><pre class="vscroll"><code># do not edit this file, it will be overwritten on update

ACTION==&quot;add&quot;, SUBSYSTEM==&quot;sound&quot;, KERNEL==&quot;controlC*&quot;, KERNELS!=&quot;card*&quot;, TEST==&quot;/usr/sbin&quot;, TEST==&quot;/usr/share/alsa&quot;, GOTO=&quot;alsa_restore_go&quot;
GOTO=&quot;alsa_restore_end&quot;

LABEL=&quot;alsa_restore_go&quot;

ENV{ALSA_CARD_NUMBER}=&quot;$attr{device/number}&quot;

# mark HDA analog card; HDMI/DP card does not have capture devices
DRIVERS==&quot;snd_hda_intel&quot;, TEST==&quot;device/pcmC$env{ALSA_CARD_NUMBER}D0p&quot;, RUN+=&quot;/bin/sh -c &#039;echo ALSA_CARD_HDA_ANALOG=$env{ALSA_CARD_NUMBER} &gt;&gt; /run/udev/alsa-hda-analog-card&#039;&quot;

# check for ACP hardware
TEST==&quot;device/device/acp3x-dmic-capture&quot;, GOTO=&quot;alsa_hda_analog&quot;
TEST==&quot;device/device/acp6x-dmic-capture&quot;, GOTO=&quot;alsa_hda_analog&quot;
TEST==&quot;device/device/acp63-dmic-capture&quot;, GOTO=&quot;alsa_hda_analog&quot;
TEST==&quot;device/device/acp-dmic-codec&quot;, GOTO=&quot;alsa_hda_analog&quot;
GOTO=&quot;alsa_restore_std&quot;

LABEL=&quot;alsa_hda_analog&quot;
# restore configuration for profile with combined cards (HDA + digital mic)
TEST!=&quot;/run/udev/alsa-hda-analog-card&quot;, GOTO=&quot;alsa_restore_std&quot;
IMPORT{program}=&quot;/usr/bin/cat /run/udev/alsa-hda-analog-card&quot;
ENV{ALSA_CARD_HDA_ANALOG}!=&quot;&quot;, ENV{ALSA_CARD_NUMBER}=&quot;$env{ALSA_CARD_HDA_ANALOG}&quot;

LABEL=&quot;alsa_restore_go&quot;
TEST!=&quot;/etc/alsa/state-daemon.conf&quot;, TEST==&quot;/usr/sbin/alsactl&quot;, RUN+=&quot;/usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime restore $env{ALSA_CARD_NUMBER}&quot;
TEST==&quot;/etc/alsa/state-daemon.conf&quot;, TEST==&quot;/usr/sbin/alsactl&quot;, RUN+=&quot;/usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime nrestore $env{ALSA_CARD_NUMBER}&quot;

LABEL=&quot;alsa_restore_end&quot;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Mon, 08 Sep 2025 17:48:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=57929#p57929</guid>
		</item>
		<item>
			<title><![CDATA[Re: Alsa errors during boot of Excalibur]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=57928#p57928</link>
			<description><![CDATA[<p>Okay, more info. The bug is in alsa-utils, in the 90-alsa-restore.rules file. Looks like alsa fixed it months ago, but then a patch from Debian broke it again so now I guess it&#039;s their bug, and it&#039;s still an issue in Trixie as of 2 days ago.</p><p><a href="https://bugs-devel.debian.org/cgi-bin/bugreport.cgi?bug=1093057" rel="nofollow">https://bugs-devel.debian.org/cgi-bin/b … ug=1093057</a></p><p>The patch is also supposed to be a fix for some mics not working from what i&#039;ve read.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Mon, 08 Sep 2025 16:34:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=57928#p57928</guid>
		</item>
		<item>
			<title><![CDATA[Re: Alsa errors during boot of Excalibur]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=57916#p57916</link>
			<description><![CDATA[<p>Known issue, supposedly fixed, some links:</p><p><a href="https://github.com/alsa-project/alsa-utils/blob/master/alsactl/90-alsa-restore.rules.in" rel="nofollow">https://github.com/alsa-project/alsa-ut … e.rules.in</a></p><p><a href="https://github.com/alsa-project/alsa-utils/issues/280" rel="nofollow">https://github.com/alsa-project/alsa-utils/issues/280</a></p><p><a href="https://github.com/alsa-project/alsa-utils/commit/f90124c73edd050b24961197a4abcf17e53b41a8" rel="nofollow">https://github.com/alsa-project/alsa-ut … 17e53b41a8</a></p><p>An even easier workaround (have not tested myself): <a href="https://andrzej.langow.ski/2025/05/14/solved-debian-13-testing-systemd-udevd414-usr-lib-udev-rules-d-90-alsa-restore-rules18-gotoalsa_restore_std-has-no-matching-label-ignoring/" rel="nofollow">https://andrzej.langow.ski/2025/05/14/s … -ignoring/</a></p><p>I guess the fix never made it into trixie?</p><div class="quotebox"><blockquote><div><p>The file is somewhere.</p></div></blockquote></div><p>I think it&#039;s just the LABEL + definition missing, not an actual file? Possibly:</p><div class="codebox"><pre><code>LABEL=&quot;alsa_restore_std&quot;
TEST!=&quot;@daemonswitch@&quot;, RUN+=&quot;@sbindir@/alsactl@args@ restore $env{ALSA_CARD_NUMBER}&quot;
TEST==&quot;@daemonswitch@&quot;, RUN+=&quot;@sbindir@/alsactl@args@ nrestore $env{ALSA_CARD_NUMBER}&quot;</code></pre></div><p>And from Ubuntu bugs:</p><div class="quotebox"><blockquote><div><p>I read the Debian bug which reports that although this was fixed in 1.2.14, there are Debian/Ubuntu patches that were not correctly updated which means the bug is still present in the latest packaging so I&#039;m reopening this issue.</p></div></blockquote></div><p>I don&#039;t have excalibur booted up right now, will boot up a live-session later and do some more testing.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Sun, 07 Sep 2025 16:36:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=57916#p57916</guid>
		</item>
		<item>
			<title><![CDATA[Re: Alsa errors during boot of Excalibur]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=57904#p57904</link>
			<description><![CDATA[<p>Did you try</p><div class="codebox"><pre><code>find /usr /var /etc -name &#039;*90?alsa?restore?std*&#039;</code></pre></div><p>The file is somewhere.</p><p>You should also check</p><div class="codebox"><pre><code>dpkg -S 90-alsa_restore_std</code></pre></div><p>to see where it comes from.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 06 Sep 2025 23:09:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=57904#p57904</guid>
		</item>
		<item>
			<title><![CDATA[Alsa errors during boot of Excalibur]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=57901#p57901</link>
			<description><![CDATA[<p>Thought &#039;d make a separate thread for this, in a nutshell on excalibur I am still getting the alsa errors on boot-up for months now.</p><p>&quot;GOTO alsa_restore_std has no matching label in /usr/lib/udev/rules.d/90-alsa_restore_std&quot;, </p><p>and indeed there is no alsa_restore_std in that folder, maybe there should be one or the alsa rules file in there needs to be edited?</p><p>My temp workaround is to make a file in /etc/udev/rules.d/ , 90-alsa-restore-rules, that overrides the existing rules file:</p><div class="codebox"><pre><code>ACTION==&quot;add&quot;, SUBSYSTEM==&quot;sound&quot;, KERNEL==&quot;controlC*&quot;, KERNELS!=&quot;card*&quot;, TEST==&quot;/usr/sbin&quot;, TEST==&quot;/usr/share/alsa&quot;, GOTO=&quot;alsa_restore_go&quot;
GOTO=&quot;alsa_restore_end&quot;

LABEL=&quot;alsa_restore_go&quot;
TEST!=&quot;/etc/alsa/state-daemon.conf&quot;, TEST==&quot;/usr/sbin/alsactl&quot;, RUN+=&quot;/usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime restore $attr{device/number}&quot;
TEST==&quot;/etc/alsa/state-daemon.conf&quot;, TEST==&quot;/usr/sbin/alsactl&quot;, RUN+=&quot;/usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime nrestore $attr{device/number}&quot;

LABEL=&quot;alsa_restore_end&quot;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Sat, 06 Sep 2025 19:11:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=57901#p57901</guid>
		</item>
	</channel>
</rss>
