<?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=7671&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / BlueALSA without systemd]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=7671</link>
		<description><![CDATA[The most recent posts in BlueALSA without systemd.]]></description>
		<lastBuildDate>Tue, 16 Dec 2025 17:24:42 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: BlueALSA without systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=60641#p60641</link>
			<description><![CDATA[<p>If nobody wants to maintain it, it&#039;s not needed.&#160; <br />If nobody can maintain it, it doesn&#039;t make sense.</p><p>Right, so the <strong>bluez-alsa</strong> packages in the <strong>official Devuan repository</strong> were built with <span class="bbc">--enable-systemd</span>, which means they’ve picked up a <strong>systemd dependency</strong> — a bit of an oversight, really, given Devuan’s init-agnostic stance.</p><p>To address this, the packages were unpacked, the dependency manually adjusted, and then repackaged. They’ll install without complaint, though they <em>might not function perfectly</em> in the absence of <strong>systemd</strong>. It’s not ideal, but it’s a pragmatic fix.</p><p>The method used is a known workaround, documented here:&#160; <br />_https://dev1galaxy.org/viewtopic.php?id=7157</p>]]></description>
			<author><![CDATA[dummy@example.com (igorzwx)]]></author>
			<pubDate>Tue, 16 Dec 2025 17:24:42 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=60641#p60641</guid>
		</item>
		<item>
			<title><![CDATA[Re: BlueALSA without systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=60636#p60636</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>I guess you won&#039;t be interested but as you may know, the action path for Devuan would be for a maintainer to set up a fork project (at git.devuan.org) to sort out its utility in Devuan. I anyhow invite you to take on that role for this package (as well as fftrate packages if you like).</p></div></blockquote></div><p>I agree 100%, I think Igor would be the perfect candidate to maintain packages like fftrate.&#160; He&#039;s certainly knowledgeable about all things ALSA, and you&#039;ve already done the hard part for fftrate.</p><p>C&#039;mon Igor, step up to the plate bro! Ralph&#039;s rolling out the red carpet for ya and Devuan is clearly onboard with all this amazing work being done in ALSA these days, we can all make a real difference in how sound is dealt with in Linux. <img src="http://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Tue, 16 Dec 2025 16:12:30 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=60636#p60636</guid>
		</item>
		<item>
			<title><![CDATA[Re: BlueALSA without systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=60629#p60629</link>
			<description><![CDATA[<p>1. The package is not needed.<br />2. It is easy to compile.</p><p>The Devuan consumer community want to consume knowledge rather than packages. You should not keep them in ignorance.</p><div class="quotebox"><blockquote><div><p>Knowledge and only knowledge liberates, and absolute knowledge liberates absolutely.<br />Isaiah Berlin, <em>Four Essays on Liberty</em> (1969).</p></div></blockquote></div><h5>How to Create a Debian Package Release Bundle</h5><p>Download sourcedir:</p><div class="codebox"><pre><code>mkdir BUILD3 &amp;&amp; cd BUILD3 </code></pre></div><div class="codebox"><pre><code>git clone https://github.com/arkq/bluez-alsa.git </code></pre></div><div class="codebox"><pre><code>cd bluez-alsa &amp;&amp; export DEBFULLNAME=&quot;John Frum&quot; </code></pre></div><p>Install a template:</p><div class="codebox"><pre><code>dh_make --createorig -p bluez-alsa_4.3.1-86 -c apache -e my@mail.org -s </code></pre></div><p>1. <span class="bbc">debian/control</span></p><p>If you have <span class="bbc">libfreeaptx-dev</span> installed, replace &quot;libfreeaptx&quot; with &quot;libfreeaptx-dev&quot; in Build-Depends. If you compiled <span class="bbc">libfreeaptx</span> from <span class="bbc">git</span>, leave it as is.</p><div class="codebox"><pre class="vscroll"><code>$ cat debian/control
Source: bluez-alsa
Section: libs
Priority: optional
Maintainer: John Frum &lt;my@mail.org&gt;
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
	dh-exec,
	libasound2-dev,
	libbluetooth-dev (&gt;= 5.0),
	libdbus-1-dev (&gt;= 1.6),
        libfdk-aac-dev,
	libfreeaptx,
	libglib2.0-dev (&gt;= 2.30),
	libsbc-dev (&gt;= 1.2),
	liblc3-dev,
	libldacbt-enc-dev (&gt;= 2.0.0) [!hppa !m68k !powerpc !ppc64 !s390x !sparc64],
	libldacbt-abr-dev (&gt;= 2.0.0) [!hppa !m68k !powerpc !ppc64 !s390x !sparc64],
	libmp3lame-dev,
	libmpg123-dev,
	libspandsp-dev,
	libopus-dev,
	libbsd-dev,
	libreadline-dev,
	check,
	dbus-daemon &lt;!nocheck&gt;,
	python3-docutils,
	pkgconf
Standards-Version: 4.6.2
Homepage: https://github.com/Arkq/bluez-alsa
#Vcs-Browser: https://salsa.debian.org/debian/bluez-alsa
#Vcs-Git: https://salsa.debian.org/debian/bluez-alsa.git

Package: bluez-alsa
Architecture: linux-any
Multi-Arch: same
Section: libs
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Conflicts: bluez-alsa-utils, libasound2-plugin-bluez
Provides: bluez-alsa-utils (= 4.3.1-86-1), libasound2-plugin-bluez (= 4.3.1-86-1)
Replaces: bluez-alsa-utils, libasound2-plugin-bluez
Description: Bluetooth Audio ALSA Backend 
 Bluetooth Audio ALSA Backend allows bluetooth audio without PulseAudio and PipeWire.
 This package provides sysVinit script for bluealsad daemon to run it without systemd.   
 .
 This project is a rebirth of a direct integration between Bluez and ALSA.
 Since Bluez &gt;= 5, the build-in integration has been removed in favor of 3rd
 party audio applications. From now on, Bluez acts as a middleware between an
 audio application, which implements Bluetooth audio profile, and a Bluetooth
 audio device.</code></pre></div><p>2. <span class="bbc">debian/rules</span></p><div class="codebox"><pre class="vscroll"><code>$ cat debian/rules
#!/usr/bin/make -f

# See debhelper(7) (uncomment to enable).
# Output every command that modifies files on the build system.
#export DH_VERBOSE = 1

# See FEATURE AREAS in dpkg-buildflags(1).
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# See ENVIRONMENT in dpkg-buildflags(1).
# Package maintainers to append CFLAGS.
#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
# Package maintainers to append LDFLAGS.
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh $@ --with autoreconf

# dh_make generated override targets.
# This is an example for Cmake (see &lt;https://bugs.debian.org/641051&gt;).
#override_dh_auto_configure:
#	dh_auto_configure -- \
#	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
override_dh_auto_configure:
	dh_auto_configure --  --prefix=/usr --sysconfdir=/etc --with-bluealsaduser=bluealsad --enable-ldac --with-libfreeaptx --enable-aptx  --enable-aptx-hd --enable-faststream --enable-lc3-swb --enable-mp3lame --enable-mpg123 --enable-msbc --enable-ofono --enable-midi --enable-opus --enable-upower --enable-rfcomm --enable-a2dpconf --enable-hcitop --enable-test --enable-aac --enable-manpages --disable-systemd 

override_dh_installinit:
	dh_installinit --name=bluealsad

override_dh_shlibdeps: 
	dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
	</code></pre></div><p>3. <span class="bbc"> debian/bluez-alsa.bluealsad.init </span></p><div class="codebox"><pre class="vscroll"><code>$ cat cat debian/bluez-alsa.bluealsad.init
cat: cat: No such file or directory
#!/bin/sh

### BEGIN INIT INFO
# Provides:          bluealsa
# Required-Start:    dbus $syslog $local_fs $remote_fs bluetooth
# Required-Stop:     dbus $syslog $local_fs $remote_fs
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: BlueALSA daemon
# Description:       Bluetooth ALSA audio daemon
### END INIT INFO

. /lib/lsb/init-functions

NAME=bluealsad
DESC=&quot;BlueALSA daemon&quot;
DAEMON=/usr/bin/$NAME
PIDFILE=&quot;/var/run/$NAME.pid&quot;
STORAGE_DIR=&quot;/var/lib/bluealsa&quot;
USER=&quot;bluealsad&quot;
COMMON_OPTS=&quot;--quiet --oknodo --pidfile $PIDFILE&quot;

# Working configuration without low-quality HSP codecs
BA_OPTS=&quot;-S -p a2dp-source -p a2dp-sink -p hfp-ag -p hfp-hf -c sbc -c aac -c mp3 -c aptx -c aptx-hd -c faststream -c opus -c msbc -c lc3-swb -c ldac --aac-afterburner --aac-bitrate=320000 --aac-vbr&quot;

# Ensure bluealsad user exists and has correct group membership
if ! id $USER &gt;/dev/null 2&gt;&amp;1; then
    # Create user if it doesn&#039;t exist
    useradd -r -s /bin/false $USER
    usermod -a -G audio $USER
else
    # User exists, check if in audio group
    if ! id -nG $USER | grep -qw audio; then
        usermod -a -G audio $USER
    fi
fi

# Ensure storage directory exists with correct ownership
if [ ! -d &quot;$STORAGE_DIR&quot; ]; then
    mkdir -p &quot;$STORAGE_DIR&quot;
    chown $USER:$USER &quot;$STORAGE_DIR&quot;
    chmod 0700 &quot;$STORAGE_DIR&quot;
else
    # Directory exists, check ownership
    CURRENT_OWNER=$(stat -c &quot;%U:%G&quot; &quot;$STORAGE_DIR&quot;)
    if [ &quot;$CURRENT_OWNER&quot; != &quot;$USER:$USER&quot; ]; then
        chown $USER:$USER &quot;$STORAGE_DIR&quot;
        chmod 0700 &quot;$STORAGE_DIR&quot;
    fi
fi

case &quot;$1&quot; in
  start)
    log_daemon_msg &quot;Starting $DESC&quot; &quot;$NAME&quot;
    start-stop-daemon $COMMON_OPTS --start --background \
        --make-pidfile --chuid $USER --exec $DAEMON -- $BA_OPTS
    log_end_msg $?
    ;;
  stop)
    log_daemon_msg &quot;Stopping $DESC&quot; &quot;$NAME&quot;
    start-stop-daemon $COMMON_OPTS --stop --retry 5
    log_end_msg $?
    ;;
  restart|force-reload)
    $0 stop
    $0 start
    ;;
  status)
    status_of_proc $DAEMON &quot;$NAME&quot; || exit $?
    ;;
  *)
    echo &quot;Usage: $0 {start|stop|restart|force-reload|status}&quot; &gt;&amp;2
    exit 1
    ;;
esac

exit 0</code></pre></div><div class="codebox"><pre><code>chmod +x debian/bluez-alsa.bluealsad.init </code></pre></div><p>Create Debian source package</p><div class="codebox"><pre><code>dpkg-source -b . </code></pre></div><p>Build Debian package</p><div class="codebox"><pre><code>dpkg-buildpackage -us -uc </code></pre></div><div class="codebox"><pre><code>$ cd .. &amp;&amp; ls -1 *.deb
bluez-alsa_4.3.1-86-1_amd64.deb
bluez-alsa-dbgsym_4.3.1-86-1_amd64.deb </code></pre></div><p>Install</p><div class="codebox"><pre><code>sudo dpkg -i bluez-alsa_4.3.1-86-1_amd64.deb </code></pre></div><div class="quotebox"><blockquote><div><p>In bureaucratic terms, you have a <strong>complete Debian package upload set</strong> or <strong>package release bundle</strong>:</p><div class="codebox"><pre><code>$ ls -1
bluez-alsa
bluez-alsa_4.3.1-86-1_amd64.buildinfo
bluez-alsa_4.3.1-86-1_amd64.changes
bluez-alsa_4.3.1-86-1_amd64.deb
bluez-alsa_4.3.1-86-1.debian.tar.xz
bluez-alsa_4.3.1-86-1.dsc
bluez-alsa_4.3.1-86.orig.tar.xz
bluez-alsa-dbgsym_4.3.1-86-1_amd64.deb </code></pre></div><p>This includes:</p><p>Source files (<span class="bbc">.dsc</span>, <span class="bbc">.orig.tar.xz</span>, <span class="bbc">.debian.tar.xz</span>)<br />Binary packages (<span class="bbc">.deb</span>)<br />Debug symbols (<span class="bbc">.dbgsym.deb</span>)<br />Build metadata (<span class="bbc">.buildinfo</span>)<br />Changes file (<span class="bbc">.changes</span>) — the key control file listing all others<br />The <span class="bbc">.changes</span> file defines the full set, used by Debian archive tools (like <span class="bbc">dak</span>) to process uploads into a repository.</p></div></blockquote></div><p>Configure the <span class="bbc">bluealsad</span> service to start automatically at system boot</p><div class="codebox"><pre><code>sudo update-rc.d bluealsad defaults </code></pre></div><div class="codebox"><pre><code>$ sudo service bluealsad restart
Stopping BlueALSA daemon: bluealsad.
Starting BlueALSA daemon: bluealsad. </code></pre></div><div class="codebox"><pre><code>$ sudo service bluealsad status
bluealsad is running. </code></pre></div><p>See also:<br />_https://dev1galaxy.org/viewtopic.php?id=7671</p><p>Ah, the <span class="bbc">--with-bluealsaduser=bluealsad</span> option — very sensible. Lets you run the daemon as a dedicated user, which is ever so slightly less daft than letting it run as root. Keeps things tidy, limits the carnage if something goes wrong. Think of it as giving your Bluetooth audio a sensible hat and a laminated badge — still can’t stop it from misbehaving entirely, but at least it’s not running the whole show.</p><p>If you don’t specify a user, it defaults to root, which works — until it doesn’t. And when used with older BlueZ versions (≤ 5.50), just make sure your chosen user’s in the &quot;bluetooth&quot; group, or it’ll sulk and refuse to connect. Nothing dramatic — just typical Linux passive aggression.</p>]]></description>
			<author><![CDATA[dummy@example.com (igorzwx)]]></author>
			<pubDate>Tue, 16 Dec 2025 15:14:25 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=60629#p60629</guid>
		</item>
		<item>
			<title><![CDATA[Re: BlueALSA without systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=60609#p60609</link>
			<description><![CDATA[<p>I guess you won&#039;t be interested but as you may know, the action path for Devuan would be for a maintainer to set up a fork project (at git.devuan.org) to sort out its utility in Devuan. I anyhow invite you to take on that role for this package (as well as fftrate packages if you like).</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 15 Dec 2025 22:40:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=60609#p60609</guid>
		</item>
		<item>
			<title><![CDATA[Re: BlueALSA without systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=60596#p60596</link>
			<description><![CDATA[<p>There is, one might say, a <em>slight</em> oversight in the Debian <span class="bbc">bluez-alsa</span> package: it runs as root, which is a bit like giving the keys to the house to someone just to borrow the kettle. Should a flaw exist — and history suggests they often do — it could be exploited with elevated consequences.</p><p>The good news? This doesn’t affect Devuan at all. The package simply doesn’t work without systemd, so it sits there, harmless and inert — like a very quiet paperweight.</p><p>So while Debian’s setup is perhaps more trusting than strictly necessary, Devuan users are, by design, not involved in the drama.</p>]]></description>
			<author><![CDATA[dummy@example.com (igorzwx)]]></author>
			<pubDate>Mon, 15 Dec 2025 12:03:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=60596#p60596</guid>
		</item>
		<item>
			<title><![CDATA[Re: BlueALSA without systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=60582#p60582</link>
			<description><![CDATA[<p>What is the spec of your headset, is there something like this:</p><p>- Bluetooth codecs<br />- aptX™ Adaptive&#160; <br />&#160; aptX™ HD&#160; <br />&#160; aptX™&#160; <br />&#160; AAC&#160; <br />&#160; SBC<br />- Bluetooth profiles<br />- A2DP&#160; <br />&#160; AVRCP&#160; <br />&#160; HFP</p><p>Debian default is low quality SBC codec. <br />With aptX codec, sound quality is much better.</p><p>libfreeaptx is outdated in the oldstable<br />_https://tracker.debian.org/pkg/libfreeaptx</p><p>git version;</p><div class="codebox"><pre><code>$ freeaptxdec --help
aptX decoder utility 0.2.2 (using libfreeaptx 0.2.2)
This utility decodes aptX or aptX HD audio stream
from stdin to a raw 24 bit signed stereo on stdout </code></pre></div><p>the Debian source of bluez-alsa is outdated<br />_https://tracker.debian.org/pkg/bluez-alsa</p><p>The git version is now v4.3.1-86-gf1e53d3. It means that 86 bugs were fixed. In any case, everything was compiled. <br />All codecs available for Linux were compiled and enabled. </p><div class="codebox"><pre><code>$ bluealsactl status
Service: org.bluealsa
Version: v4.3.1-86-gf1e53d3
Adapters: hci0
Profiles:
  A2DP-source : SBC MP3 AAC aptX aptX-HD FastStream LDAC Opus
  A2DP-sink   : SBC MP3 AAC aptX aptX-HD FastStream Opus
  HFP-AG      : CVSD mSBC LC3-SWB
  HFP-HF      : CVSD mSBC LC3-SWB</code></pre></div><p>hsp codecs are not loaded with init script. They are of low quality: 8kHz sample rate.<br />The question is: which codecs are supported by your BT headphones?<br />What is your spec?</p><div class="quotebox"><blockquote><div><p>Sennheiser HD 450BT does have aptX-HD, but it has aptX</p><p>Specifications:</p><p>Bluetooth profiles: AVRCP, A2DP, HFP, HSP</p><p>Bluetooth Audio Codecs: AptX, AptX Low Latency, AAC, SBC</p></div></blockquote></div><div class="codebox"><pre><code>$ bluealsa-aplay -L
bluealsa:DEV=80:C3:BA:8B:B6:CC,PROFILE=sco,SRV=org.bluealsa
    HD 450BT, trusted audio-headphones, playback
    SCO (mSBC): S16_LE 1 channel 16000 Hz
bluealsa:DEV=80:C3:BA:8B:B6:CC,PROFILE=sco,SRV=org.bluealsa
    HD 450BT, trusted audio-headphones, capture
    SCO (mSBC): S16_LE 1 channel 16000 Hz
bluealsa:DEV=80:C3:BA:8B:B6:CC,PROFILE=a2dp,SRV=org.bluealsa
    HD 450BT, trusted audio-headphones, playback
    A2DP (aptX): S16_LE 2 channels 48000 Hz</code></pre></div><p><strong>Sennheiser HDB 630</strong><br />_https://www.sennheiser-hearing.com/en-DE/p/hdb-630/<br />Specifications<br />Codec support<br />aptX™ Adaptive™, <strong>aptX™ HD</strong>, aptX™, AAC, SBC</p><div class="quotebox"><blockquote><div><p>Enjoy high resolution with support for aptX™ HD and aptX™ Adaptive, especially when paired with the included BTD 700 Bluetooth® USB C Dongle<br />For the <span style="color: green"><strong>purest signal</strong></span>, connect via USB C or <span style="color: green"><strong>analog input for lossless listening</strong></span> at up to 24 bit/96 kHz.<br />_https://www.sennheiser-hearing.com/en-DE/p/hdb-630/</p></div></blockquote></div><p><strong>Bowers &amp; Wilkins Px7 S2e</strong> Bluetooth Wireless Headphones<br />_https://www.bowerswilkins.com/en-gb/product/over-ear-headphones/px7-s2e/FP44520P.html#specifications<br />Specifications<br />Bluetooth codecs<br />aptX™ Adaptive&#160; <br /><strong>aptX™ HD </strong> <br />aptX™&#160; <br />AAC&#160; <br />SBC</p><p>SBC is a basic low quality codec.<br />aptX Adaptive is not available for Linux.</p><p>AAC in BlueALSA uses the fdk-aac library from Fraunhofer IIS, which is not completely free software.<br />The fdk-aac library is under Fraunhofer license which:<br />&#160; &#160; Is free for non-commercial use<br />&#160; &#160; Requires licensing for commercial applications<br />&#160; &#160; Has patent encumbrances in some countries<br />You may try high quality options: <span class="bbc">--aac-afterburner --aac-bitrate=320000 --aac-true-bps</span></p><div class="codebox"><pre><code># without -c aptx -c aptx-hd
BA_OPTS=&quot;-S -p a2dp-source -p a2dp-sink -p hfp-ag -p hfp-hf -c sbc -c aac -c mp3 -c faststream -c opus -c msbc -c lc3-swb -c ldac --aac-afterburner --aac-bitrate=320000 --aac-true-bps&quot;</code></pre></div><p>AAC codec supports 8 kHz to 96 kHz including 44.1kHz and&#160; 48kHz.</p><p>While BlueALSA&#039;s automatic selection is limited to 48kHz, the codecs themselves support higher rates. For example, AAC supports up to 96kHz.<br />You can manually select higher sample rates using:</p><div class="codebox"><pre><code>bluealsactl codec -r96000 PCM_PATH aac</code></pre></div><div class="codebox"><pre><code>bluealsactl list-pcms</code></pre></div><p>Sennheiser HD 450BT does not support 96kHz sample rate with AAC codec, but it has analog audio cable with 3.5mm jack plug. It is much better than any Bluetooth codec.</p>]]></description>
			<author><![CDATA[dummy@example.com (igorzwx)]]></author>
			<pubDate>Mon, 15 Dec 2025 06:11:14 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=60582#p60582</guid>
		</item>
		<item>
			<title><![CDATA[Re: BlueALSA without systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=60581#p60581</link>
			<description><![CDATA[<p>Thanks. Good advice. I&#039;ll probably look at doing that eventually.<br />(I&#039;m not using my bluetooth headset much at the moment)</p><p>It could possibly be helpful to the debian maintainer of bluez-alsa-util to lodge a bug regarding outdated codecs. Especially if there is a patch included. I guess the packaging project is on salsa.debian.org.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 15 Dec 2025 06:04:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=60581#p60581</guid>
		</item>
		<item>
			<title><![CDATA[Re: BlueALSA without systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=60580#p60580</link>
			<description><![CDATA[<p>It was compiled with <span class="bbc"> --enable-systemd </span>&#160; (see: <span class="bbc">debian/rules</span> )</p><p>I have already recompiled the Debian source package. <br />It is outdated, and the codecs are outdated.<br />The git version is much better.</p>]]></description>
			<author><![CDATA[dummy@example.com (igorzwx)]]></author>
			<pubDate>Mon, 15 Dec 2025 05:55:23 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=60580#p60580</guid>
		</item>
		<item>
			<title><![CDATA[Re: BlueALSA without systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=60579#p60579</link>
			<description><![CDATA[<p>I think bluealsa gets started via dbus, But I haven&#039;t explored it.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 15 Dec 2025 05:48:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=60579#p60579</guid>
		</item>
		<item>
			<title><![CDATA[Re: BlueALSA without systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=60578#p60578</link>
			<description><![CDATA[<p>It does not seem to contain any init script.<br />I have already enabled the stable repository:</p><div class="codebox"><pre><code>$ apt source bluez-alsa-utils
Reading package lists... Done
Picking &#039;bluez-alsa&#039; as source package instead of &#039;bluez-alsa-utils&#039;
NOTICE: &#039;bluez-alsa&#039; packaging is maintained in the &#039;Git&#039; version control system at:
https://salsa.debian.org/bluetooth-team/bluez-alsa.git
Please use:
git clone https://salsa.debian.org/bluetooth-team/bluez-alsa.git
to retrieve the latest (possibly unreleased) updates to the package.
Need to get 257 kB of source archives.
Get:1 http://deb.devuan.org/merged stable/main bluez-alsa 4.3.1-3 (dsc) [2,528 B]
Get:2 http://deb.devuan.org/merged stable/main bluez-alsa 4.3.1-3 (tar) [249 kB]
Get:3 http://deb.devuan.org/merged stable/main bluez-alsa 4.3.1-3 (diff) [6,076 B]
Fetched 257 kB in 0s (764 kB/s)       
dpkg-source: info: extracting bluez-alsa in bluez-alsa-4.3.1
dpkg-source: info: unpacking bluez-alsa_4.3.1.orig.tar.xz
dpkg-source: info: unpacking bluez-alsa_4.3.1-3.debian.tar.xz</code></pre></div><p>The source package is from Debian repository, configured for systemd.</p><div class="codebox"><pre><code>bluez-alsa-utils_4.3.1-3_amd64.deb</code></pre></div><p> was compiled for systemd, it does not have any init script inside.</p><div class="quotebox"><blockquote><div><p>_https://pkginfo.devuan.org/cgi-bin/package-query.html?c=package&amp;q=bluez-alsa-utils=4.3.1-3.1</p><p>Package: bluez-alsa-utils<br />Version: 4.3.1-3.1<br />Installed-Size: 521<br />Maintainer: Debian Bluetooth Maintainers &lt;team+pkg-bluetooth@tracker.debian.org&gt;</p><p>Content<br />/etc/alsa/conf.d/20-bluealsa.conf<br />/etc/default/bluez-alsa<br />/usr/bin/a2dpconf<br />/usr/bin/bluealsa-aplay<br />/usr/bin/bluealsa-cli<br />/usr/bin/bluealsa-rfcomm<br />/usr/bin/bluealsa<br />/usr/bin/hcitop<br />/usr/lib/systemd/system/bluealsa-aplay.service<br />/usr/lib/systemd/system/bluealsa.service<br />/usr/share/dbus-1/system.d/bluealsa.conf<br />/usr/share/doc/bluez-alsa-utils/changelog.Debian.gz<br />/usr/share/doc/bluez-alsa-utils/copyright<br />/usr/share/man/man1/bluealsa-aplay.1.gz<br />/usr/share/man/man1/bluealsa-cli.1.gz<br />/usr/share/man/man1/bluealsa-rfcomm.1.gz<br />/usr/share/man/man1/hcitop.1.gz<br />/usr/share/man/man8/bluealsa.8.gz</p></div></blockquote></div><p>It should look like this:</p><div class="codebox"><pre><code>/etc/init.d/bluealsa</code></pre></div><p>In the git version, it is already renamed to &quot;bluealsad&quot;</p>]]></description>
			<author><![CDATA[dummy@example.com (igorzwx)]]></author>
			<pubDate>Mon, 15 Dec 2025 05:29:53 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=60578#p60578</guid>
		</item>
		<item>
			<title><![CDATA[Re: BlueALSA without systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=60577#p60577</link>
			<description><![CDATA[<p>Yes try <a href="https://pkginfo.devuan.org/bluez-alsa-utils" rel="nofollow">https://pkginfo.devuan.org/bluez-alsa-utils</a> rather <br />(golinux&#039; URL includes the AI bot distraction so it&#039;s not sharable)</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 15 Dec 2025 05:17:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=60577#p60577</guid>
		</item>
		<item>
			<title><![CDATA[Re: BlueALSA without systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=60576#p60576</link>
			<description><![CDATA[<p><a href="https://pkginfo.devuan.org/cgi-bin/policy-query.html?c=package&amp;q=bluez-alsa-utils&amp;x=submit&amp;eXtra=66.68.126.15" rel="nofollow">https://pkginfo.devuan.org/cgi-bin/poli … .68.126.15</a></p><div class="codebox"><pre><code>An error occurred while reading CGI reply (no response received)</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (igorzwx)]]></author>
			<pubDate>Mon, 15 Dec 2025 04:40:59 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=60576#p60576</guid>
		</item>
		<item>
			<title><![CDATA[Re: BlueALSA without systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=60575#p60575</link>
			<description><![CDATA[<p>Maybe this?<br /><a href="https://pkginfo.devuan.org/cgi-bin/policy-query.html?c=package&amp;q=bluez-alsa-utils&amp;x=submit&amp;eXtra=66.68.126.15" rel="nofollow">https://pkginfo.devuan.org/cgi-bin/poli … .68.126.15</a></p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Mon, 15 Dec 2025 04:38:25 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=60575#p60575</guid>
		</item>
		<item>
			<title><![CDATA[Re: BlueALSA without systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=60574#p60574</link>
			<description><![CDATA[<p>Can you post URL of the source package?</p>]]></description>
			<author><![CDATA[dummy@example.com (igorzwx)]]></author>
			<pubDate>Mon, 15 Dec 2025 04:32:19 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=60574#p60574</guid>
		</item>
		<item>
			<title><![CDATA[Re: BlueALSA without systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=60573#p60573</link>
			<description><![CDATA[<p>Note also that In excalibur <span class="bbc">bluez-alsa-utils</span> provides bluealsa (without systemd dependency).</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 15 Dec 2025 04:17:25 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=60573#p60573</guid>
		</item>
	</channel>
</rss>
