<?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=6109&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / no sound on gnuinos]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=6109</link>
		<description><![CDATA[The most recent posts in no sound on gnuinos.]]></description>
		<lastBuildDate>Mon, 30 Dec 2024 13:28:49 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: no sound on gnuinos]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=53747#p53747</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>options snd_hda_intel index=1</p></div></blockquote></div><p>The good old game of random sound card musical chairs <img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (s1mple)]]></author>
			<pubDate>Mon, 30 Dec 2024 13:28:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=53747#p53747</guid>
		</item>
		<item>
			<title><![CDATA[Re: no sound on gnuinos]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=53744#p53744</link>
			<description><![CDATA[<p>Another possible solution:</p><p><a href="https://askubuntu.com/questions/1400034/no-audio-output-on-ubuntu-21-10-dell-latitude-14-1404-rugged" rel="nofollow">https://askubuntu.com/questions/1400034 … 404-rugged</a></p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Mon, 30 Dec 2024 08:10:04 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=53744#p53744</guid>
		</item>
		<item>
			<title><![CDATA[Re: no sound on gnuinos]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=53743#p53743</link>
			<description><![CDATA[<div class="quotebox"><cite>Charon795 wrote:</cite><blockquote><div><p>I am using laptop inspition7537<br />It has the following audio controllers:<br />Haswell-ULT HD Audio Controller and 8 Series HD Audio Controller</p></div></blockquote></div><p>This is an Intel Corporation audio device. What is the output of the <span class="bbc">lspci</span> command? In my computer:</p><div class="codebox"><pre><code># lspci -knn | grep -iA2 audio
00:1b.0 Audio device [0403]: Intel Corporation C600/X79 series chipset High Definition Audio Controller [8086:1d20] (rev 05)
	DeviceName:  Onboard Audio
	Subsystem: Dell C600/X79 series chipset High Definition Audio Controller [1028:0496]
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
--
03:00.1 Audio device [0403]: NVIDIA Corporation GF110 High Definition Audio Controller [10de:0e09] (rev a1)
	Subsystem: NVIDIA Corporation GF110 High Definition Audio Controller [10de:0780]
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel</code></pre></div><p>Do you have the same kernel driver in use? If so, try creating a file called <strong>/etc/modprobe.d/default.conf</strong> with this content:</p><div class="codebox"><pre><code>options snd_hda_intel index=1</code></pre></div><p>Then reboot. It worked for me.</p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Mon, 30 Dec 2024 08:02:24 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=53743#p53743</guid>
		</item>
		<item>
			<title><![CDATA[Re: no sound on gnuinos]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45221#p45221</link>
			<description><![CDATA[<p>I&#039;m not an alsa guru, just my understanding of the situation.<br />In the file /usr/share/alsa/alsa.conf there are lines</p><div class="codebox"><pre><code>  defaults.ctl.card 0
defaults.pcm.card 0
defaults.pcm.device 0</code></pre></div><p>&#160; Therefore, if there is only one sound card, then the /etc/asound.conf file is not needed to select it. <br />The sound on my desktop with one card works without this file.</p><p> The netbook has two audio devices - HDMI and the actual sound card. Hdmi is defined as the first device, so to output sound to a speaker or headphones you need this same selection file /etc/asound.conf.</p><p> Here we can add that due to the flexibility of alsa settings in different wiki there are different tips, including placing the contents of the selection file (/etc/asound.conf) in the home directory under the name /.asoundrc.<br />This will work if all other settings in&#160; /usr/share/alsa/alsa.conf&#160; &#160;are are suitable for the specific case.</p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Fri, 03 Nov 2023 16:43:38 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45221#p45221</guid>
		</item>
		<item>
			<title><![CDATA[Re: no sound on gnuinos]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45218#p45218</link>
			<description><![CDATA[<p>This is what worked for me when I ran my pure ALSA system, .asoundrc:</p><div class="codebox"><pre><code>pcm.!default {
        type hw
        card 1
 }

ctl.!default {
        type hw
        card 1
 }</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Fri, 03 Nov 2023 15:53:02 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45218#p45218</guid>
		</item>
		<item>
			<title><![CDATA[Re: no sound on gnuinos]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45197#p45197</link>
			<description><![CDATA[<p>Just for the wider audience: it&#039; not a good idea to redefine the &quot;hw&quot; PCM. (If it works for you then you should keep it)</p><p>The most common way to set the default card is by an <span class="bbc">~/.asoundrc</span> or <span class="bbc">~/.config/alsa/asoundrc</span> with content</p><div class="codebox"><pre><code>defaults.pcm.card 1
defaults.ctl.card 1</code></pre></div><p>Of course, that applies for that user only. A system-wide setting would be to add the same in <span class="bbc">/etc/asound.conf</span> (or any of the other places that ALSA configuration loader looks in).</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Thu, 02 Nov 2023 00:13:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45197#p45197</guid>
		</item>
		<item>
			<title><![CDATA[Re: no sound on gnuinos]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45192#p45192</link>
			<description><![CDATA[<div class="quotebox"><cite>aitor wrote:</cite><blockquote><div><p>Does amixer-gtk work with <strong>plughw</strong>, or are you using qasmixer instead? The ALSA amixer command doesn&#039;t work in my computer with this device:</p><div class="codebox"><pre><code>$ amixer -D plughw
ALSA lib control.c:1528:(snd_ctl_open_noupdate) Invalid CTL plughw
amixer: Mixer attach plughw error: No such file or directory</code></pre></div></div></blockquote></div><p> I use TDE DE, so there is kmix. We have our own arts sound server.<br />Just ran the command</p><div class="codebox"><pre><code>aplay -D plughw:1,0 Noise.wav </code></pre></div><p>And everything worked.<br />Before that, I added the /etc/asound.conf file and edited the files in my home directory. Their content is in the post above.</p><p>Edit. Essentially kmix-GUI amixer if arts works through alsa.</p><p>Edit. Using the same method, I returned sound without pulseaudio on my desktop with Audigy2.</p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Wed, 01 Nov 2023 12:56:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45192#p45192</guid>
		</item>
		<item>
			<title><![CDATA[Re: no sound on gnuinos]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45191#p45191</link>
			<description><![CDATA[<p><del>I guess you mistakenly copied his &quot;.asoundrc&quot; and replaced &quot;hw&quot; with &quot;plughw&quot;... that&#039;s not what to do.<br />Rather you should use my (last) suggested &quot;.asoundrc&quot; to make sure the right card is selected for audio output. Then use &quot;aplay -D plughw ...&quot; for playing, because that PCM has audio format translations to map any input format into the format &quot;hw&quot; needs. (&quot;plughw&quot; channels audio to/from &quot;hw&quot; as its slave PCM)</del></p><p>EDIT: I&#039;m not good at guessing and confused myself about &quot;amixer&quot; vs &quot;aplay&quot;. There is no &quot;plughw&quot; CTL, and one would rather use amixer with the &quot;hw&quot; CTL. I.e., playback to &quot;plughw&quot; with mixer controls for &quot;hw&quot;</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Wed, 01 Nov 2023 11:10:37 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45191#p45191</guid>
		</item>
		<item>
			<title><![CDATA[Re: no sound on gnuinos]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45190#p45190</link>
			<description><![CDATA[<div class="quotebox"><cite>aluma wrote:</cite><blockquote><div><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>You&#039;d probably be better off playing on &quot;plughw&quot; rather than &quot;hw&quot; as it includes audio format translations...</p></div></blockquote></div><p> Thank you very much, you are right!<br />I take my words back.<br />&quot;plughw&quot; works, after this command the sound from alsa started working.</p><p> Regards.</p></div></blockquote></div><p>Does amixer-gtk work with <strong>plughw</strong>, or are you using qasmixer instead? The ALSA amixer command doesn&#039;t work in my computer with this device:</p><div class="codebox"><pre><code>$ amixer -D plughw
ALSA lib control.c:1528:(snd_ctl_open_noupdate) Invalid CTL plughw
amixer: Mixer attach plughw error: No such file or directory</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Wed, 01 Nov 2023 10:15:01 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45190#p45190</guid>
		</item>
		<item>
			<title><![CDATA[Re: no sound on gnuinos]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45188#p45188</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>You&#039;d probably be better off playing on &quot;plughw&quot; rather than &quot;hw&quot; as it includes audio format translations...</p></div></blockquote></div><p> Thank you very much, you are right!<br />I take my words back.<br />&quot;plughw&quot; works, after this command the sound from alsa started working.</p><p> Regards.</p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Wed, 01 Nov 2023 09:09:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45188#p45188</guid>
		</item>
		<item>
			<title><![CDATA[Re: no sound on gnuinos]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45187#p45187</link>
			<description><![CDATA[<p>You&#039;d probably be better off playing on &quot;plughw&quot; rather than &quot;hw&quot; as it includes audio format translations.</p><p>But, when the card selection is done, the next is to look at the amixer settings.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Wed, 01 Nov 2023 08:08:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45187#p45187</guid>
		</item>
		<item>
			<title><![CDATA[Re: no sound on gnuinos]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45185#p45185</link>
			<description><![CDATA[<p>Maybe I&#039;m wrong, but in my opinion it&#039;s not a matter of settings.</p><p>The desktop with Audigy2 under Chimaera worked with alsa out of the box, but after updating to Daedalus it stopped.</p><p> And this is a netbook with Daedalus</p><div class="codebox"><pre class="vscroll"><code>root@AA:/etc# cat /proc/asound/cards
 0 [Generic        ]: HDA-Intel - HD-Audio Generic
                      HD-Audio Generic at 0xf0244000 irq 27
 1 [SB             ]: HDA-Intel - HDA ATI SB
                      HDA ATI SB at 0xf0240000 irq 16

uly_e@AA:~$ cat /etc/asound.conf
defaults.pcm.card 1
defaults.ctl.card 1

@AA:~$ aplay -D hw:1,0 Noise.wav
Playing WAVE &#039;Noise.wav&#039; : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
aplay: set_params:1358: Channels count non available
 
uly_e@AA:~$ cat ./.alsactl.conf
#
# ALSA library configuration file for alsactl tool
# (/usr/share/alsa tree is not necessary for alsactl)
#

ctl.hw {
        @args [ CARD ]
        @args.CARD {
                type string
                default &quot;1&quot;
        }
        type hw
        card $CARD
}

uly_e@AA:~$ cat ./.asoundrc
pcm.!default {
  type hw
  card 1
             }

ctl.!default {
   type hw
  card 1
             }</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Wed, 01 Nov 2023 07:04:18 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45185#p45185</guid>
		</item>
		<item>
			<title><![CDATA[Re: no sound on gnuinos]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45181#p45181</link>
			<description><![CDATA[<p>When amixer-gtk is launched without arguments, i.e. without specifying the audio device, it&#039;ll try to auto-detect the one capable for playback streaming via <span class="bbc">snd_pcm_open (...)</span> that creates a handle and opens a connection to the audio interface. The selected card is printed in the command output together with the mixer controls. However, you can also specify the card in the command line if you wish. For example:</p><div class="codebox"><pre class="vscroll"><code>$ amixer-gtk --card 0 --systray
Simple mixer control &#039;Master&#039;,0
Simple mixer control &#039;Headphone&#039;,0
Simple mixer control &#039;Speaker&#039;,0
Simple mixer control &#039;Speaker+LO&#039;,0
Simple mixer control &#039;PCM&#039;,0
Simple mixer control &#039;Front Mic&#039;,0
Simple mixer control &#039;Front Mic Boost&#039;,0
Simple mixer control &#039;Line Out&#039;,0
Simple mixer control &#039;Beep&#039;,0
Simple mixer control &#039;Capture&#039;,0
Simple mixer control &#039;Auto-Mute Mode&#039;,0
Simple mixer control &#039;Loopback Mixing&#039;,0
Simple mixer control &#039;Rear Mic&#039;,0
Simple mixer control &#039;Rear Mic Boost&#039;,0
Simple mixer control &#039;Master&#039;,0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 87
  Mono: Playback 0 [0%] [-65.25dB] [off]
Simple mixer control &#039;Headphone&#039;,0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 87
  Mono:
  Front Left: Playback 87 [100%] [0.00dB] [on]
  Front Right: Playback 87 [100%] [0.00dB] [on]
Simple mixer control &#039;Speaker&#039;,0
  Capabilities: pswitch
  Playback channels: Front Left - Front Right
  Mono:
  Front Left: Playback [on]
  Front Right: Playback [on]
Simple mixer control &#039;Speaker+LO&#039;,0
  Capabilities: pvolume
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 87
  Mono:
  Front Left: Playback 87 [100%] [0.00dB]
  Front Right: Playback 87 [100%] [0.00dB]
Simple mixer control &#039;PCM&#039;,0
  Capabilities: pvolume
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 255
  Mono:
  Front Left: Playback 255 [100%] [0.00dB]
  Front Right: Playback 255 [100%] [0.00dB]
Simple mixer control &#039;Front Mic&#039;,0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-34.50dB] [off]
  Front Right: Playback 0 [0%] [-34.50dB] [off]
Simple mixer control &#039;Front Mic Boost&#039;,0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 0 [0%] [0.00dB]
  Front Right: 0 [0%] [0.00dB]
Simple mixer control &#039;Line Out&#039;,0
  Capabilities: pswitch
  Playback channels: Front Left - Front Right
  Mono:
  Front Left: Playback [on]
  Front Right: Playback [on]
Simple mixer control &#039;Beep&#039;,0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-34.50dB] [off]
  Front Right: Playback 0 [0%] [-34.50dB] [off]
Simple mixer control &#039;Capture&#039;,0
  Capabilities: cvolume cswitch
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 31
  Front Left: Capture 0 [0%] [-16.50dB] [off]
  Front Right: Capture 0 [0%] [-16.50dB] [off]
Simple mixer control &#039;Auto-Mute Mode&#039;,0
  Capabilities: enum
  Items: &#039;Disabled&#039; &#039;Speaker Only&#039; &#039;Line Out+Speaker&#039;
  Item0: &#039;Line Out+Speaker&#039;
Simple mixer control &#039;Loopback Mixing&#039;,0
  Capabilities: enum
  Items: &#039;Disabled&#039; &#039;Enabled&#039;
  Item0: &#039;Disabled&#039;
Simple mixer control &#039;Rear Mic&#039;,0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-34.50dB] [off]
  Front Right: Playback 0 [0%] [-34.50dB] [off]
Simple mixer control &#039;Rear Mic Boost&#039;,0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 0 [0%] [0.00dB]
  Front Right: 0 [0%] [0.00dB]

Device: hw:0
&#039;Master&#039;,0
&#039;Headphone&#039;,0
&#039;Speaker&#039;,0
&#039;Speaker+LO&#039;,0
&#039;PCM&#039;,0
&#039;Front Mic&#039;,0
&#039;Front Mic Boost&#039;,0
&#039;Line Out&#039;,0
&#039;Beep&#039;,0
&#039;Capture&#039;,0
&#039;Auto-Mute Mode&#039;,0
&#039;Loopback Mixing&#039;,0
&#039;Rear Mic&#039;,0
&#039;Rear Mic Boost&#039;,0
(...)</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Tue, 31 Oct 2023 20:55:22 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45181#p45181</guid>
		</item>
		<item>
			<title><![CDATA[Re: no sound on gnuinos]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45180#p45180</link>
			<description><![CDATA[<p>I was wrong and too sloppy to actually test my suggestion.<br />It should really say</p><div class="codebox"><pre><code>defaults.pcm.card 1
defaults.ctl.card 1</code></pre></div><p>There is the tool <span class="bbc">qasconfig</span> that presents the raw current ALSA configuration. I find it somewhat useful on occation (even if I don&#039;t fully understand it), but it in particular tells the configuration effect&#160; of changes to <span class="bbc">~/.asoundrc</span>.</p><p>EDIT: corrected to say <span class="bbc">qasconfig</span> as it should have been.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Tue, 31 Oct 2023 20:33:42 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45180#p45180</guid>
		</item>
		<item>
			<title><![CDATA[Re: no sound on gnuinos]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45174#p45174</link>
			<description><![CDATA[<p>@Charin795 . . . done. You could probably have edited the post yourself . . .</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Tue, 31 Oct 2023 15:11:20 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45174#p45174</guid>
		</item>
	</channel>
</rss>
