<?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=4353&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Chromium + ALSA + jitzsi: mic problem after update]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4353</link>
		<description><![CDATA[The most recent posts in Chromium + ALSA + jitzsi: mic problem after update.]]></description>
		<lastBuildDate>Tue, 08 Jun 2021 15:28:04 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Chromium + ALSA + jitzsi: mic problem after update]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30108#p30108</link>
			<description><![CDATA[<p>That makes live easier, thank you!</p><p>Now I have :</p><div class="codebox"><pre><code># /etc/modprobe.d/alsa-base.conf
options snd_usb_audio index=0
options snd_hda_intel index=3,2,1 enable=0,0,1</code></pre></div><p>This makes the soundblaster (3rd card) the soundcard with index #1 and hides the other 2 builtin cards. I still have to assign uniq indizes to the individual cards, otherwise #0 is gone again.</p><div class="codebox"><pre><code># cat /proc/asound/cards
 0 [CinemaTM       ]: USB-Audio - Microsoft® LifeCam Cinema(TM)
                      Microsoft Microsoft® LifeCam Cinema(TM) at usb-0000:00:1d.0-1.7, high speed
 1 [Creative       ]: HDA-Intel - HDA Creative
                      HDA Creative at 0xf3200000 irq 16</code></pre></div><p>The fun part of that: with only 2 cards left, chromium can handle exact one input source per card correctly, be it card#0 or card#1. Oh my ... <img src="https://dev1galaxy.org/img/smilies/roll.png" width="15" height="15" alt="roll" /></p>]]></description>
			<author><![CDATA[dummy@example.com (samhain)]]></author>
			<pubDate>Tue, 08 Jun 2021 15:28:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30108#p30108</guid>
		</item>
		<item>
			<title><![CDATA[Re: Chromium + ALSA + jitzsi: mic problem after update]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30107#p30107</link>
			<description><![CDATA[<p>I had some fun with sound some time ago. The problem was with 2 outputs sharing the module snd-hda-intel. It found HDMI first, which became the default.<br />The solution I found was to disable HDMI with</p><div class="codebox"><pre><code># Disable the HDMI card which shows up first, but enable PCH
options snd-hda-intel enable=0,1</code></pre></div><p>in <span class="bbc">/etc/modprobe.d/alsa-base.conf</span></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, 08 Jun 2021 14:56:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30107#p30107</guid>
		</item>
		<item>
			<title><![CDATA[Re: Chromium + ALSA + jitzsi: mic problem after update]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30103#p30103</link>
			<description><![CDATA[<p>Ok, not solved, but there&#039;s a workaround for that piece of crap aka chromium:</p><p>Make sure the webcam is plugged in at boottime, otherwise alsa card enumeration will assign #0 to some other card. Then make snd_usb_audio card#0 and all other cards &quot;not the default&quot;:</p><div class="codebox"><pre><code># /etc/modprobe.d/alsa-base.conf
options snd_usb_audio index=0
options snd_hda_intel index=-1</code></pre></div><p>Then reboot and observe:</p><div class="codebox"><pre><code>$ cat /proc/asound/cards
 0 [CinemaTM       ]: USB-Audio - Microsoft® LifeCam Cinema(TM)
                      Microsoft Microsoft® LifeCam Cinema(TM) at usb-0000:00:1d.0-1.8, high speed
 1 [MID            ]: HDA-Intel - HDA Intel MID
                      HDA Intel MID at 0xf3120000 irq 37
 2 [NVidia         ]: HDA-Intel - HDA NVidia
                      HDA NVidia at 0xf3000000 irq 17
 3 [Creative       ]: HDA-Intel - HDA Creative
                      HDA Creative at 0xf3200000 irq 16</code></pre></div><p>Now <span class="bbc">chromium <a href="https://meet.jit.si/just-a-room]https://meet.jit.si/just-a-room" rel="nofollow">https://meet.jit.si/just-a-room]https:/ … ust-a-room</a></span> can be started. The preselected mic is still the first input source of the internal soundcard, but by some miracle the usb mic is now selectable and working - at least one of the 12 virtual mics of the single usb mic, usally the second. And what a surprise: the usb mic stays #0 if it&#039;s unplugged/replugged.</p><p>Now the next question: isn&#039;t there a way to reserve #0 for snd_usb_audio, regardless if it&#039;s present or not? Assinging a fixed index to snd_hda_intel does not work, as all 3 internal cards are served by that module.</p><p>EDIT: Using <span class="bbc">options snd_hda_intel index=1,2,3</span> will reserve card #0 for the 4th soundcard or snd_usb_audio - whatever comes first. You might call that a mатрёшка workaround <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (samhain)]]></author>
			<pubDate>Tue, 08 Jun 2021 13:38:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30103#p30103</guid>
		</item>
		<item>
			<title><![CDATA[Re: Chromium + ALSA + jitzsi: mic problem after update]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30090#p30090</link>
			<description><![CDATA[<p>I prefer not to build my own kernel - the deb-src for 5.10.28 is gone, as are kernel + headers --&gt; nvidia drivers will not be happy ... and most likely everything with alsa in its name needs to be reverted and rebuilt. Sonds like a doomsday plan to me <img src="https://dev1galaxy.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p>]]></description>
			<author><![CDATA[dummy@example.com (samhain)]]></author>
			<pubDate>Mon, 07 Jun 2021 16:12:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30090#p30090</guid>
		</item>
		<item>
			<title><![CDATA[Re: Chromium + ALSA + jitzsi: mic problem after update]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30084#p30084</link>
			<description><![CDATA[<p>As @GlennW noted the kernel package is available in the alpha-20210503 ISO, which I could find from Devuan&#039;s backup, but that doesn&#039;t include the headers.</p><p>Possibly you could get them from the &quot;orginal source&quot; which I think would be <br /><a href="https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.28.tar.xz" rel="nofollow">https://www.kernel.org/pub/linux/kernel … .28.tar.xz</a></p><p>.. but then there&#039;s the caveat that this might be well a &quot;red herring&quot;....</p><p>EDIT: Note that Debian has a couple of patches applied to header files. Though off the top they don&#039;t seem to concern graphics.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 07 Jun 2021 13:38:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30084#p30084</guid>
		</item>
		<item>
			<title><![CDATA[Re: Chromium + ALSA + jitzsi: mic problem after update]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30083#p30083</link>
			<description><![CDATA[<p>Nop, does not work. linux-headers-5.10.0-0.bpo.5-amd64=5.10.24-1~bpo10+1 would like linux-compiler-gcc-8-x86, which is not available on chimera. Adding beowulf repositories and trying to install that kernel+header results in apt suggesting to kill my system.</p><p>Isn&#039;t there an archive where I can get the older kernel+headers?</p>]]></description>
			<author><![CDATA[dummy@example.com (samhain)]]></author>
			<pubDate>Mon, 07 Jun 2021 11:59:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30083#p30083</guid>
		</item>
		<item>
			<title><![CDATA[Re: Chromium + ALSA + jitzsi: mic problem after update]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30082#p30082</link>
			<description><![CDATA[<p>That might be right; and the corresponding linux-headers would be at least in the server and desktop isos.<br />Though, the chimaera alpha ISOs are rebuilt every Monday and might now hold only the <span class="bbc">5.10.0-7</span> package(s).</p><p>You find <span class="bbc">linux-image-5.10.0-0</span> in <span class="bbc">beowulf-backports</span>. That&#039;s kernel version 5.10.24 (as opposed to 5.10.40 that is packaged as <span class="bbc">linux-image-5.10.0-7</span> and kernel version 5.10.28 that was packaged into <span class="bbc">linux-image-5.10.0-6</span>)</p><p>Links for direct download of the .deb(s) could be:<br /><a href="https://pkginfo.devuan.org/cgi-bin/package-query.html?c=package&amp;q=linux-image-5.10.0-0.bpo.5-amd64=5.10.24-1~bpo10+1" rel="nofollow">linux-image-5.10.0-0.bpo.5-amd64=5.10.24-1~bpo10+1</a><br />and<br /><a href="https://pkginfo.devuan.org/cgi-bin/package-query.html?c=package&amp;q=linux-headers-5.10.0-0.bpo.5-amd64=5.10.24-1~bpo10+1" rel="nofollow">linux-headers-5.10.0-0.bpo.5-amd64=5.10.24-1~bpo10+1</a></p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 07 Jun 2021 11:39:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30082#p30082</guid>
		</item>
		<item>
			<title><![CDATA[Re: Chromium + ALSA + jitzsi: mic problem after update]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30081#p30081</link>
			<description><![CDATA[<p>the kernel is in the iso, extract the iso to a directory... and look up </p><p>/devuan_chimaera_4.0.alpha-20210503_amd64_netinstall/pool/DEBIAN/main/l/linux-signed-amd64/linux-image-5.10.0-6-amd64_5.10.28-1_amd64.deb</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Mon, 07 Jun 2021 11:25:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30081#p30081</guid>
		</item>
		<item>
			<title><![CDATA[Re: Chromium + ALSA + jitzsi: mic problem after update]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30080#p30080</link>
			<description><![CDATA[<p>apparmor is not installed, but libapparmor1 - it&#039;s pulled in by dbus.</p><p>Any idea where I can get the older kernel and headers? I can repackage the kernel from my other machine, but I did not install the headers there (and I need them for nvidia)</p>]]></description>
			<author><![CDATA[dummy@example.com (samhain)]]></author>
			<pubDate>Mon, 07 Jun 2021 10:31:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30080#p30080</guid>
		</item>
		<item>
			<title><![CDATA[Re: Chromium + ALSA + jitzsi: mic problem after update]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30079#p30079</link>
			<description><![CDATA[<p>Hmm that observation suggests it relates to the kernel version?<br />or is there some <span class="bbc">apparmor</span> involved?</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 07 Jun 2021 09:13:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30079#p30079</guid>
		</item>
		<item>
			<title><![CDATA[Re: Chromium + ALSA + jitzsi: mic problem after update]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30078#p30078</link>
			<description><![CDATA[<p>Definitly. To be more precise: a clone of users homedirectory running on a devuan that was not upgraded (Kernelpackage 5.10.0-6-amd64 and chromium 89) does not show this problem. Chromium 89 + 5.10.0-7 alsow shows this problem.</p>]]></description>
			<author><![CDATA[dummy@example.com (samhain)]]></author>
			<pubDate>Mon, 07 Jun 2021 08:58:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30078#p30078</guid>
		</item>
		<item>
			<title><![CDATA[Re: Chromium + ALSA + jitzsi: mic problem after update]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30076#p30076</link>
			<description><![CDATA[<p>Yes it appears to be fully chromium&#039;s problem... are you sure it runs with your credentials rather than some &quot;sandbox user&quot; ?</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 07 Jun 2021 08:18:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30076#p30076</guid>
		</item>
		<item>
			<title><![CDATA[Re: Chromium + ALSA + jitzsi: mic problem after update]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30075#p30075</link>
			<description><![CDATA[<div class="codebox"><pre><code>/dev/snd/controlC0:  samhain        2217 F.... kmix
/dev/snd/controlC1:  samhain        2217 F.... kmix
/dev/snd/controlC2:  samhain        2217 F.... kmix
/dev/snd/controlC3:  samhain        2217 F.... kmix</code></pre></div><p>If that were a problem, chromium could not access card#0, either. Nor could audacity, which works like expected. Killing kmix does not make any difference (well, the device is not accessed by anything then).</p>]]></description>
			<author><![CDATA[dummy@example.com (samhain)]]></author>
			<pubDate>Mon, 07 Jun 2021 08:05:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30075#p30075</guid>
		</item>
		<item>
			<title><![CDATA[Re: Chromium + ALSA + jitzsi: mic problem after update]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30074#p30074</link>
			<description><![CDATA[<p>You might try running</p><div class="codebox"><pre><code>fuser -v /dev/snd/*</code></pre></div><p>to see which if any (other) process &quot;owns&quot; the device.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 07 Jun 2021 07:59:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30074#p30074</guid>
		</item>
		<item>
			<title><![CDATA[Re: Chromium + ALSA + jitzsi: mic problem after update]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30073#p30073</link>
			<description><![CDATA[<p>My user is in group audio, all sound devices are accessable. Otherwise audacity would not work (see my first post):</p><div class="codebox"><pre><code>$ ll /dev/snd/*
crw-rw----+ 1 root audio 116, 12  7. Jun 08:56 /dev/snd/controlC0
crw-rw----+ 1 root audio 116, 13  7. Jun 08:56 /dev/snd/controlC1
crw-rw----+ 1 root audio 116, 20  7. Jun 08:56 /dev/snd/controlC2
crw-rw----+ 1 root audio 116, 22  7. Jun 09:01 /dev/snd/controlC3
crw-rw----+ 1 root audio 116, 11  7. Jun 08:56 /dev/snd/hwC0D0
crw-rw----+ 1 root audio 116,  7  7. Jun 08:56 /dev/snd/hwC1D0
crw-rw----+ 1 root audio 116, 19  7. Jun 08:56 /dev/snd/hwC2D1
crw-rw----+ 1 root audio 116,  9  7. Jun 09:04 /dev/snd/pcmC0D0c
crw-rw----+ 1 root audio 116,  8  7. Jun 08:56 /dev/snd/pcmC0D0p
crw-rw----+ 1 root audio 116, 10  7. Jun 09:04 /dev/snd/pcmC0D2c
crw-rw----+ 1 root audio 116,  6  7. Jun 08:56 /dev/snd/pcmC1D10p
crw-rw----+ 1 root audio 116,  2  7. Jun 08:56 /dev/snd/pcmC1D3p
crw-rw----+ 1 root audio 116,  3  7. Jun 08:56 /dev/snd/pcmC1D7p
crw-rw----+ 1 root audio 116,  4  7. Jun 08:56 /dev/snd/pcmC1D8p
crw-rw----+ 1 root audio 116,  5  7. Jun 08:56 /dev/snd/pcmC1D9p
crw-rw----+ 1 root audio 116, 15  7. Jun 09:04 /dev/snd/pcmC2D0c
crw-rw----+ 1 root audio 116, 14  7. Jun 09:04 /dev/snd/pcmC2D0p
crw-rw----+ 1 root audio 116, 18  7. Jun 09:04 /dev/snd/pcmC2D1c
crw-rw----+ 1 root audio 116, 17  7. Jun 08:56 /dev/snd/pcmC2D1p
crw-rw----+ 1 root audio 116, 16  7. Jun 09:04 /dev/snd/pcmC2D2c
crw-rw----+ 1 root audio 116, 21  7. Jun 09:04 /dev/snd/pcmC3D0c
crw-rw----+ 1 root audio 116,  1  7. Jun 08:56 /dev/snd/seq
crw-rw----+ 1 root audio 116, 33  7. Jun 08:56 /dev/snd/timer</code></pre></div><p>&quot;kmix&quot; uses /dev/controlC* non-exclusively. Killing kmix does not make any difference (as expected).</p>]]></description>
			<author><![CDATA[dummy@example.com (samhain)]]></author>
			<pubDate>Mon, 07 Jun 2021 07:08:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30073#p30073</guid>
		</item>
	</channel>
</rss>
