<?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=3352&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / (beowulf) no ALSA available?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3352</link>
		<description><![CDATA[The most recent posts in (beowulf) no ALSA available?.]]></description>
		<lastBuildDate>Sat, 21 Mar 2020 09:54:09 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: (beowulf) no ALSA available?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20638#p20638</link>
			<description><![CDATA[<div class="quotebox"><cite>SmokeyGrey wrote:</cite><blockquote><div><p>My relevant cmus settings, taken from ~/.config/cmus/autosave</p><div class="codebox"><pre><code>set mixer.alsa.channel=PCM
set mixer.alsa.device=default
set output_plugin=alsa</code></pre></div></div></blockquote></div><p>Thank you!</p><p>This was needed for Cmus!</p><p>EDIT:</p><p>in my case it was needed to add</p><div class="codebox"><pre><code>dsp.alsa.device=default
mixer.alsa.device=default
mixer.alsa.channel=PCM
output_plugin=alsa</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Sat, 21 Mar 2020 09:54:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20638#p20638</guid>
		</item>
		<item>
			<title><![CDATA[Re: (beowulf) no ALSA available?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20637#p20637</link>
			<description><![CDATA[<p>thanks, the alsa probably was not working because i had </p><p>an .asoundrc</p><p>that somehow prevented it?</p><p>the sound worked then through players like mpv, but it would not when playing sound through browser or cmus.</p><p>once deleted .asoundrc i then had to change the order of the soundcard with options in .alsa-base.conf (alsa picked hdmi first, and i needed the internal soundcard intel_hda first; instead of doing it with .asoundrc with alsa-base.conf it solved my problem)</p><p><a href="https://wiki.archlinux.org/index.php/Advanced_Linux_Sound_Architecture#Set_the_default_sound_card" rel="nofollow">https://wiki.archlinux.org/index.php/Ad … sound_card</a></p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Sat, 21 Mar 2020 09:49:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20637#p20637</guid>
		</item>
		<item>
			<title><![CDATA[Re: (beowulf) no ALSA available?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20444#p20444</link>
			<description><![CDATA[<p>I&#039;m not sure why cmus isn&#039;t working for you. I&#039;m running ascii, originally jessie, and here are all the alsa packages I have installed</p><div class="codebox"><pre><code>dpkg -l | grep alsa
ii  alsa-base                              1.0.27+1                           all          dummy package to ease purging of obsolete conffiles
ii  alsa-utils                             1.1.3-1                            amd64        Utilities for configuring and using ALSA
ii  gstreamer1.0-alsa:amd64                1.10.4-1+deb9u1                    amd64        GStreamer plugin for ALSA
ii  libalsaplayer0:amd64                   0.99.81-2                          amd64        alsaplayer plugin library
ii  volumeicon-alsa                        0.4.6-2.2+b1                       amd64        systray volume icon for alsa</code></pre></div><p>Note alsa-base is just a dummy package to transition from jessie.</p><p>My relevant cmus settings, taken from ~/.config/cmus/autosave</p><div class="codebox"><pre><code>set mixer.alsa.channel=PCM
set mixer.alsa.device=default
set output_plugin=alsa</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (SmokeyGrey)]]></author>
			<pubDate>Sun, 08 Mar 2020 14:06:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20444#p20444</guid>
		</item>
		<item>
			<title><![CDATA[Re: (beowulf) no ALSA available?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20416#p20416</link>
			<description><![CDATA[<p>ALSA is part of the kernel, the user space libraries are supplied by the various libasound packages.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 06 Mar 2020 23:09:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20416#p20416</guid>
		</item>
		<item>
			<title><![CDATA[Re: (beowulf) no ALSA available?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20412#p20412</link>
			<description><![CDATA[<p>Under provides for alsa-utils is audio-mixer. I believe that is alsamixer since the command alsamixer in terminal works fine for me. All I recall installing is alsa-utils and the dependencies that came with it.<br />So alsamixer-gui is by choice I believe.</p>]]></description>
			<author><![CDATA[dummy@example.com (catprints)]]></author>
			<pubDate>Fri, 06 Mar 2020 14:13:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20412#p20412</guid>
		</item>
		<item>
			<title><![CDATA[Re: (beowulf) no ALSA available?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20402#p20402</link>
			<description><![CDATA[<p>I puzzled over getting alsa running too.&#160; I believe the package I installed to get it running is the libasound2, plus whatever dependencies it pulled in with it.</p><p>edit: Plus once you get that you will need to install the alsamixergui package to set volume levels and the like.</p>]]></description>
			<author><![CDATA[dummy@example.com (garyk)]]></author>
			<pubDate>Fri, 06 Mar 2020 00:38:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20402#p20402</guid>
		</item>
		<item>
			<title><![CDATA[Re: (beowulf) no ALSA available?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20347#p20347</link>
			<description><![CDATA[<p>well , it seems alsa is functioing on my computer also withouth </p><div class="codebox"><pre><code>alsa</code></pre></div><p> and </p><div class="codebox"><pre><code>alsa-base</code></pre></div><p> package;<br />however, the cmus alsa-plugin is not responding; there seems to be some incompatibility;<br />also, the evoked root-command</p><div class="codebox"><pre><code>alsactl init</code></pre></div><p> fails on my system (<strong>beowulf xfce4)</strong></p><p>thank you very much.</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Wed, 04 Mar 2020 13:25:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20347#p20347</guid>
		</item>
		<item>
			<title><![CDATA[Re: (beowulf) no ALSA available?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20346#p20346</link>
			<description><![CDATA[<p>It seems that i have alsa-utils already installed</p><div class="quotebox"><blockquote><div><p>sudo apt-get install alsa-utils<br />[sudo] password for rich: <br />Reading package lists... Done<br />Building dependency tree&#160; &#160; &#160; &#160;<br />Reading state information... Done<br />alsa-utils is already the newest version (1.1.8-2).<br />alsa-utils set to manually installed.<br />0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.</p></div></blockquote></div><p>this could mean that something is not functioning on the cmus alsa-backend side?</p><p>can you confirm that your alsa is functioing also when pulseaudio is shut-off?</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Wed, 04 Mar 2020 12:59:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20346#p20346</guid>
		</item>
		<item>
			<title><![CDATA[Re: (beowulf) no ALSA available?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20343#p20343</link>
			<description><![CDATA[<p>I believe rolfie nailed it with <span class="bbc">alsa-utils</span>.</p><p>That is all that I install on my personal systems...well...that and volumeicon-alsa.</p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Wed, 04 Mar 2020 12:26:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20343#p20343</guid>
		</item>
		<item>
			<title><![CDATA[Re: (beowulf) no ALSA available?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20342#p20342</link>
			<description><![CDATA[<div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>Alsa is available on Beowulf, you may check what is available in the reps and installed with <span class="bbc">apt list alsa*</span>. </p><p>Then as root execute an <span class="bbc">alsactl init</span>. </p><p>rolfie</p></div></blockquote></div><p>This gives </p><div class="codebox"><pre><code>bash: alsactl: command not found</code></pre></div><p>these packages are found</p><div class="codebox"><pre class="vscroll"><code>apt list alsa*
Listing... Done
alsa-firmware-loaders/testing 1.1.7-1 amd64
alsa-firmware-loaders/testing 1.1.7-1 i386
alsa-oss/testing 1.1.8-1 amd64
alsa-oss/testing 1.1.8-1 i386
alsa-tools-gui/testing 1.1.7-1 amd64
alsa-tools-gui/testing 1.1.7-1 i386
alsa-tools/testing 1.1.7-1 amd64
alsa-tools/testing 1.1.7-1 i386
alsa-utils/testing,now 1.1.8-2 amd64 [installed,automatic]
alsa-utils/testing 1.1.8-2 i386
alsamixergui/testing 0.9.0rc2-1-10 amd64
alsamixergui/testing 0.9.0rc2-1-10 i386
alsaplayer-alsa/testing 0.99.81-2 amd64
alsaplayer-alsa/testing 0.99.81-2 i386
alsaplayer-common/testing 0.99.81-2 amd64
alsaplayer-common/testing 0.99.81-2 i386
alsaplayer-daemon/testing 0.99.81-2 amd64
alsaplayer-daemon/testing 0.99.81-2 i386
alsaplayer-gtk/testing 0.99.81-2 amd64
alsaplayer-gtk/testing 0.99.81-2 i386
alsaplayer-jack/testing 0.99.81-2 amd64
alsaplayer-jack/testing 0.99.81-2 i386
alsaplayer-nas/testing 0.99.81-2 amd64
alsaplayer-nas/testing 0.99.81-2 i386
alsaplayer-oss/testing 0.99.81-2 amd64
alsaplayer-oss/testing 0.99.81-2 i386
alsaplayer-text/testing 0.99.81-2 amd64
alsaplayer-text/testing 0.99.81-2 i386
alsaplayer-xosd/testing 0.99.81-2 amd64
alsaplayer-xosd/testing 0.99.81-2 i386</code></pre></div><p>however, there is no &quot;alsa&quot; or &quot;alsa-base&quot; package?</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Wed, 04 Mar 2020 12:08:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20342#p20342</guid>
		</item>
		<item>
			<title><![CDATA[Re: (beowulf) no ALSA available?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20339#p20339</link>
			<description><![CDATA[<p>Alsa is available on Beowulf, you may check what is available in the reps and installed with <span class="bbc">apt list alsa*</span>. I my case I think it comes with Mate desktop, I did not need to install it separately. I just have got <span class="bbc">alsa-utils</span> installed. Maybe adding the <span class="bbc">alsamixergui</span> also makes sense. </p><p>Then as root execute an <span class="bbc">alsactl init</span>. </p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Wed, 04 Mar 2020 09:57:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20339#p20339</guid>
		</item>
		<item>
			<title><![CDATA[Re: (beowulf) no ALSA available?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20338#p20338</link>
			<description><![CDATA[<p>also ubuntu offers</p><div class="quotebox"><blockquote><div><p>alsa-base</p></div></blockquote></div><p><a href="https://packages.ubuntu.com/search?keywords=alsa" rel="nofollow">https://packages.ubuntu.com/search?keywords=alsa</a></p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Wed, 04 Mar 2020 09:12:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20338#p20338</guid>
		</item>
		<item>
			<title><![CDATA[Re: (beowulf) no ALSA available?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20337#p20337</link>
			<description><![CDATA[<p>i don&#039;t know,</p><p>when i changed the above line to</p><div class="codebox"><pre><code>set output_plugin=alsa</code></pre></div><p>an error came up; when i tried to install alsa package, there was the message &quot;package not found&quot; or similar, that got me thinking this is not installed.</p><p>the exact error that comes up with alsa is</p><div class="codebox"><pre><code>Error: opening audio device: No such file or directory</code></pre></div><p>I am using Debian since Wheezy/Squeeze, and Alsa was always default package.</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Wed, 04 Mar 2020 09:04:33 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20337#p20337</guid>
		</item>
		<item>
			<title><![CDATA[Re: (beowulf) no ALSA available?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20329#p20329</link>
			<description><![CDATA[<p>Perhaps the problem is just the package name.&#160; When I ran a search for alsa I got this:</p><p>apt-cache search alsa<br />a2jmidid - Daemon for exposing legacy ALSA MIDI in JACK MIDI systems<br />aconnectgui - graphical ALSA sequencer connection manager<br />alsa-oss - ALSA wrapper for OSS applications<br />alsa-tools - Console based ALSA utilities for specific hardware<br />alsa-tools-gui - GUI based ALSA utilities for specific hardware<br />alsa-utils - Utilities for configuring and using ALSA<br />alsamixergui - graphical soundcard mixer for ALSA soundcard driver<br />alsaplayer-alsa - alsaplayer output module for ALSA<br />alsaplayer-common - audio player (common files)<br />alsaplayer-daemon - alsaplayer daemon<br />alsaplayer-gtk - alsaplayer gtk interface<br />alsaplayer-jack - alsaplayer output module for JACK<br />alsaplayer-nas - alsaplayer output module for NAS<br />alsaplayer-oss - alsaplayer output module for OSS<br />alsaplayer-text - alsaplayer text interface<br />alsaplayer-xosd - alsaplayer XOSD display module<br />ams - Realtime modular synthesizer for ALSA<br />apulse - PulseAudio emulation for ALSA<br />aseqjoy - Joystick to ALSA MIDI Sequencer Converter<br />balsa - e-mail client for GNOME<br />cairo-dock-alsamixer-plug-in - Alsamixer plug-in for Cairo-dock<br />drumstick-tools - Qt4/C++ wrapper for ALSA Sequencer - utilities<br />gstreamer1.0-alsa - GStreamer plugin for ALSA<br />japa - JACK and ALSA Perceptual Analyser<br />kmetronome - ALSA MIDI Metronome<br />kmidimon - MIDI monitor using ALSA sequencer and KDE user interface<br />ld10k1 - ALSA emu10k1/2 patch loader<br />libalsa-ocaml - OCaml bindings for the ALSA library<br />libalsa-ocaml-dev - OCaml bindings for the ALSA library<br />libalsaplayer-dev - alsaplayer plugin library (development files)<br />libalsaplayer0 - alsaplayer plugin library<br />libasound2 - shared library for ALSA applications<br />libasound2-data - Configuration files and profiles for ALSA drivers<br />libasound2-dev - shared library for ALSA applications -- development files<br />libasound2-doc - documentation for user-space ALSA application programming<br />libasound2-plugin-equal - equalizer plugin for ALSA<br />libasound2-plugin-smixer - smixer plugin for ALSA library<br />libasound2-plugins - ALSA library additional plugins<br />libclalsadrv-dev - ALSA driver C++ access library (development files)<br />libclalsadrv2 - ALSA driver C++ access library<br />libdrumstick-dev - Qt4/C++ wrapper for ALSA Sequencer - development files<br />libdrumstick0 - Qt4/C++ wrapper for ALSA Sequencer<br />libdssialsacompat-dev - DSSI ALSA compatibility library (development files)<br />libdssialsacompat0 - DSSI ALSA compatibility library for non-Linux platforms<br />libghc-alsa-core-dev - binding to the ALSA Library API (Exceptions)<br />libghc-alsa-core-doc - binding to the ALSA Library API (Exceptions); documentation<br />libghc-alsa-core-prof - binding to the ALSA Library API (Exceptions); profiling libraries<br />libghc-alsa-mixer-dev - bindings to the ALSA simple mixer API<br />libghc-alsa-mixer-doc - bindings to the ALSA simple mixer API; documentation<br />libghc-alsa-mixer-prof - bindings to the ALSA simple mixer API; profiling libraries<br />liblo10k1-0 - ALSA emu10k1/2 patch-loader library<br />liblo10k1-dev - ALSA emu10k1/2 patch-loader library development files<br />libomxil-bellagio0-components-alsa - ALSA source/sink components for Bellagio OpenMAX IL<br />libsnack-alsa - Sound extension to Tcl/Tk and Python/Tkinter - ALSA files<br />libsox-fmt-alsa - SoX alsa format I/O library<br />libzita-alsa-pcmi-dev - Development files (headers) for libzita-alsa-pcmi library<br />libzita-alsa-pcmi0 - C++ wrapper around the ALSA API<br />mcp-plugins - LADSPA plugins designed for Alsa Modular Synth<br />mopidy-alsamixer - Mopidy extension for extension for ALSA volume control<br />mudita24 - ALSA GUI control tool for Envy24 (ice1712) soundcards<br />multimedia-jack - JACK (Jack Audio Connection Kit) and ALSA related packages<br />osspd-alsa - OSS Proxy Daemon: ALSA backend (experimental)<br />patchage - modular patch bay for Jack audio and Alsa Midi<br />pmidi - command line midi player for ALSA<br />python-alsaaudio - Alsa bindings for Python<br />python-pyalsa - Official ALSA Python binding library for Python2<br />python3-alsaaudio - Alsa bindings for Python 3<br />python3-pyalsa - Official ALSA Python binding library for Python3<br />qasconfig - ALSA configuration browser<br />qashctl - mixer for ALSA&#039;s High level Control Interface<br />qasmixer - ALSA mixer for the desktop<br />qmidiarp - MIDI arpeggiator for ALSA<br />randomsound - ALSA sound card related entropy gathering daemon<br />snd-gtk-jack - Sound file editor (GTK+ user interface - JACK)<br />snd-nox - Sound file editor (cmdline)<br />squeezelite - lightweight headless Squeezebox emulator - ALSA version<br />tcl-snack - Sound extension to Tcl/Tk and Python/Tkinter - Tcl/Tk library<br />tuxguitar-alsa - tuxguitar plugin for sound playback using ALSA<br />volumeicon-alsa - systray volume icon for alsa<br />xmms2-plugin-alsa - XMMS2 - ALSA output<br />zita-ajbridge - alsa to jack bridge<br />zita-alsa-pcmi-utils - Two simple demo programs zita-alsa-pcmi library<br />alsa-firmware-loaders - ALSA software loaders for specific hardware</p><p>Is what you are looking for in there?</p>]]></description>
			<author><![CDATA[dummy@example.com (mknoop)]]></author>
			<pubDate>Tue, 03 Mar 2020 22:25:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20329#p20329</guid>
		</item>
		<item>
			<title><![CDATA[(beowulf) no ALSA available?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20328#p20328</link>
			<description><![CDATA[<p>Hello ,</p><p>on most of my notebook i tried to use alsa only because it did sound cleaner and louder on those that i used; sometimes it was quite a drastic improvement to rid the system of pulseaudio , sometimes a minor.</p><p>today i tried to install cmus and to get it working had to append</p><div class="codebox"><pre><code>set output_plugin=pulse</code></pre></div><p>to </p><div class="codebox"><pre><code>~/.config/cmus/rc</code></pre></div><p>now i would like to use alsa-only (more easy on xfce4 rather than on gnome)</p><p>but it seems that on devuan alsa it is not available or am i wrong here?</p><div class="codebox"><pre><code>sudo apt-get install alsa
[sudo] password for rich: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package alsa is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package &#039;alsa&#039; has no installation candidate</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Tue, 03 Mar 2020 21:20:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20328#p20328</guid>
		</item>
	</channel>
</rss>
