<?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=4015&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Etertics radio distro NO SOUND... help!]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=4015</link>
		<description><![CDATA[The most recent posts in Etertics radio distro NO SOUND... help!.]]></description>
		<lastBuildDate>Sat, 09 Jan 2021 04:12:19 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Etertics radio distro NO SOUND... help!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26671#p26671</link>
			<description><![CDATA[<p>I would try a </p><div class="codebox"><pre><code>apt install --reinstall pulseaudio pavucontrol</code></pre></div><p>Then open pavucontrol check if sound is muted usually it is and check witch card is on the output and what on input ,<br />Good luck</p>]]></description>
			<author><![CDATA[dummy@example.com (wdq)]]></author>
			<pubDate>Sat, 09 Jan 2021 04:12:19 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26671#p26671</guid>
		</item>
		<item>
			<title><![CDATA[Re: Etertics radio distro NO SOUND... help!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26546#p26546</link>
			<description><![CDATA[<div class="quotebox"><cite>rhtoras wrote:</cite><blockquote><div><p>p.s Mind you i was on live usb stick when i was trying this.</p></div></blockquote></div><p>Ive seen live cause issues before on distros. especial systemd and pulseaudio.</p><p>you can mess with &quot;alsamixer&quot; -c0 and all your pulseaudio settings / alsa settings. </p><p>good luck.</p>]]></description>
			<author><![CDATA[dummy@example.com (Sawyer)]]></author>
			<pubDate>Mon, 04 Jan 2021 07:01:07 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26546#p26546</guid>
		</item>
		<item>
			<title><![CDATA[Re: Etertics radio distro NO SOUND... help!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26419#p26419</link>
			<description><![CDATA[<p>Hmm, I wonder&#160; if a&#160; blob is required... <br />Although it seems unlikely unless its very new technology that is implementing drm to an insane level...</p><p>EDIT: but yeah,&#160; I tried etertics once, its not nearly as good as I would have hoped...</p><p>Unless they improved since... last time I checked, somethings weren&#039;t changed that should have been...</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Fri, 25 Dec 2020 20:56:42 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26419#p26419</guid>
		</item>
		<item>
			<title><![CDATA[Re: Etertics radio distro NO SOUND... help!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26414#p26414</link>
			<description><![CDATA[<div class="quotebox"><cite>rhtoras wrote:</cite><blockquote><div><p>I use an xlr mic and external usb soundcard</p></div></blockquote></div><p>I missed this bit. A USB card won&#039;t show up in <span class="bbc">lspci</span>, use <span class="bbc">lsusb</span> instead.</p><p>You can open a terminal and run this command:</p><div class="codebox"><pre><code>udevadm monitor</code></pre></div><p>Then plug the USB card in and see what the kernel &amp; udev do with the device.</p><p>Which kernel versions are Mint &amp; Void using? The stock kernel in Devuan beowulf might be too old to support the devices.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 25 Dec 2020 18:52:32 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26414#p26414</guid>
		</item>
		<item>
			<title><![CDATA[Re: Etertics radio distro NO SOUND... help!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26413#p26413</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>dice wrote:</cite><blockquote><div><div class="codebox"><pre><code>lspci -knn | grep &quot;Audio&quot;</code></pre></div></div></blockquote></div><p>The <span class="bbc">grep</span> needs to be expanded to show the kernel driver:</p><div class="codebox"><pre><code>lspci -knn | grep -A2 &quot;Audio&quot;</code></pre></div><p><strong>@OP:</strong> have you read the <a href="https://files.devuan.org/devuan_beowulf/Release_notes.txt" rel="nofollow">beowulf release notes</a>? If you have multiple sound cards then PulseAudio might need to be autostarted.</p><p>Use <span class="bbc">pgrep pulse</span> to check if it&#039;s running and use <span class="bbc">aplay -l</span> to list all available audio devices.</p></div></blockquote></div><div class="codebox"><pre><code>lspci -knn | grep -A2 &quot;Audio&quot;
00:1b.0 Audio device [0403]: Intel Corporation NM10/ICH7 Family High Definition Audio Controller [8086:27d8] (rev 01)
	Subsystem: Lenovo NM10/ICH7 Family High Definition Audio Controller [17aa:304f]
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel</code></pre></div><div class="codebox"><pre><code>aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0</code></pre></div><p>pgrep pulse says 3096</p>]]></description>
			<author><![CDATA[dummy@example.com (rhtoras)]]></author>
			<pubDate>Fri, 25 Dec 2020 18:02:53 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26413#p26413</guid>
		</item>
		<item>
			<title><![CDATA[Re: Etertics radio distro NO SOUND... help!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26412#p26412</link>
			<description><![CDATA[<div class="quotebox"><cite>dice wrote:</cite><blockquote><div><div class="codebox"><pre><code>lspci -knn | grep &quot;Audio&quot;</code></pre></div></div></blockquote></div><p>The <span class="bbc">grep</span> needs to be expanded to show the kernel driver:</p><div class="codebox"><pre><code>lspci -knn | grep -A2 &quot;Audio&quot;</code></pre></div><p><strong>@OP:</strong> have you read the <a href="https://files.devuan.org/devuan_beowulf/Release_notes.txt" rel="nofollow">beowulf release notes</a>? If you have multiple sound cards then PulseAudio might need to be autostarted.</p><p>Use <span class="bbc">pgrep pulse</span> to check if it&#039;s running and use <span class="bbc">aplay -l</span> to list all available audio devices.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 25 Dec 2020 15:49:31 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26412#p26412</guid>
		</item>
		<item>
			<title><![CDATA[Re: Etertics radio distro NO SOUND... help!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26409#p26409</link>
			<description><![CDATA[<p>Lets see what your audio device is. let us know the output of below command from a terminal.</p><div class="codebox"><pre><code>lspci -knn | grep &quot;Audio&quot;</code></pre></div><p>also try contacting etertics. </p><p><a href="https://gnuetertics.org/contacto.php" rel="nofollow">https://gnuetertics.org/contacto.php</a></p>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Fri, 25 Dec 2020 14:26:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26409#p26409</guid>
		</item>
		<item>
			<title><![CDATA[Etertics radio distro NO SOUND... help!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26408#p26408</link>
			<description><![CDATA[<p>Hello... New to devuan i use Artix and Void Linux. I use an e radio to stream my show and butt is my choice. I use an xlr mic and external usb soundcard. All distros from Mint to Void recognise this sound card. Etetics based on Devuan no. It has alsa and pulseaudio but none of themn works. Basically i have no microphone and no sound. All settings are the usual used on my other 3 distros. Is there a special configuration i have to do, so the usb sound card works ?<br />What should i check ?</p><p>p.s Mind you i was on live usb stick when i was trying this.</p>]]></description>
			<author><![CDATA[dummy@example.com (rhtoras)]]></author>
			<pubDate>Fri, 25 Dec 2020 13:42:12 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26408#p26408</guid>
		</item>
	</channel>
</rss>
