<?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=5999&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / bluetooth]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5999</link>
		<description><![CDATA[The most recent posts in bluetooth.]]></description>
		<lastBuildDate>Mon, 25 Sep 2023 04:07:55 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: bluetooth]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44540#p44540</link>
			<description><![CDATA[<p>This was kind of convenient for me as I have very recently migrated to daedalus myself and hadn&#039;t yet set up bluetooth here. To do so, I did as follows:</p><div class="codebox"><pre><code># apt-get install --no-install-recommends alsa-utils blueman bluez-alsa-utils</code></pre></div><p>That provides a virual soundcard named <span class="bbu">bluealsa</span> for alsa, and this uses dbus to obtain the headphone &quot;sink&quot; from the bluetooth device management (actually <span class="bbu">bluez</span>) with <span class="bbu">blueman</span> as a handy GUI tool for operating the bluetooth devices.</p><p><span class="bbu">bluez-alsa-utils</span> unfortunately installs as if <del>systemd</del> would be around, so some additional hands-on is needed for registering the bluealsa dbus service. You need to add the following text file:</p><div class="quotebox"><blockquote><div><p>Add <strong>/usr/share/dbus-1/system-services/org.bluealsa.service</strong></p><div class="codebox"><pre><code>[D-BUS Service]
Name=org.bluealsa
User=root
Exec=/usr/bin/bluealsa -p a2dp-sink -p a2dp-source -S</code></pre></div><p> and then run</p><div class="codebox"><pre><code># service dbus reload</code></pre></div></div></blockquote></div><p>Then you run <span class="bbu">blueman</span> as non-root user for the device management, to <em>pair</em> and <em>connect</em> the headphones. (Keep it running in the background, though if it works well it install a control button in the panel)</p><p>Note that you need the <span class="bbu">mac address</span> for the headphones for playing to them. (E.g, after pairing you can bring up the &quot;info&quot; page for the headphones by right-clicking, and there select and copy the &quot;Address&quot; line for later pasting).</p><p>For testing this you may try the following (with your mac address rather than mine):</p><div class="codebox"><pre><code>$ aplay -D bluealsa:30:21:DC:50:9E:89 /usr/share/sounds/alsa/Rear_Center.wav</code></pre></div><p>Next, if you want to direct audio to bluealsa by default, you may state that in your <span class="bbc">~/.asoundrc</span>, eg:</p><div class="codebox"><pre><code>pcm.!default headphones

pcm.headphones {
    type bluealsa
    device 30:21:DC:50:9E:89
    profile a2dp
}</code></pre></div><p>There&#039;s a lot to be known about alsa configuration....</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 25 Sep 2023 04:07:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44540#p44540</guid>
		</item>
		<item>
			<title><![CDATA[Re: bluetooth]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44539#p44539</link>
			<description><![CDATA[<p>What are you using? I&#039;ll do it the way you set it up!</p>]]></description>
			<author><![CDATA[dummy@example.com (ra33)]]></author>
			<pubDate>Mon, 25 Sep 2023 02:38:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44539#p44539</guid>
		</item>
		<item>
			<title><![CDATA[Re: bluetooth]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44507#p44507</link>
			<description><![CDATA[<p>You need firstly to install <span class="bbc">bluez</span>. This package and it&#039;s sub packages handles the actual connectivity between the computer and the headphones. Conceptually <span class="bbc">bluez</span> represents the computer endpoint for the &quot;wireless wiring&#039; to your headphones.</p><p>In addition to that, you need the pieces of software that links the sound system with the bluez device management. This part depends on which sound system you are using.</p><p>Plain alsa or pulsaudio are possibly the two main alternatives for audio setup, but there are others.</p><p>For plain alsa you would need the <span class="bbc">bluez-alsa-utils</span> package which implements the &quot;virtual soundcard&quot; that plays to and records from bluethooth headsets. It will also need manual configuration changes to tell the sound system how to channel audio through it.</p><p>For pulsaudio you instead would need the <span class="bbc">pulsaudio-module-bluetooth</span> package. Upon installation it updates the pulseaudio configuration to some extent but there might also still be additional hands-on needed. I no longer use pulsaudio though so someone else will need to guide you for that.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 24 Sep 2023 11:14:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44507#p44507</guid>
		</item>
		<item>
			<title><![CDATA[Re: bluetooth]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44505#p44505</link>
			<description><![CDATA[<p>I&#039;m only oriented to the help here. the bluetooth is not showing up at all, and I&#039;d like to connect wireless headphones, that&#039;s what I need!</p>]]></description>
			<author><![CDATA[dummy@example.com (ra33)]]></author>
			<pubDate>Sun, 24 Sep 2023 09:55:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44505#p44505</guid>
		</item>
		<item>
			<title><![CDATA[Re: bluetooth]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44434#p44434</link>
			<description><![CDATA[<p>You&#039;ll be waiting a long time unless you actually <strong>provide details on what you are trying to do</strong>.</p><p>Your Bluetooth would seem to be working.</p><p>How to use it is different for attaching a mouse/keyboard, or transferring files, or playing audio via a speaker, or receiving GPS data, or ..., etc.</p><p>Again, we cannot read your mind - you need to provide details (both in the title and first post) rather than have people squeeze the information out of you.</p><p>A search that combines &quot;bluetooth&quot; with &quot;xfce&quot; and whatever you&#039;re actually trying may well provide the answer - if not, detail what you&#039;re trying, and where you&#039;re stuck. (If you&#039;re following any guides, include the links; but beware guides for Ubuntu or Arch which may be common but may do things differently to Devuan.)</p>]]></description>
			<author><![CDATA[dummy@example.com (boughtonp)]]></author>
			<pubDate>Tue, 19 Sep 2023 13:23:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44434#p44434</guid>
		</item>
		<item>
			<title><![CDATA[Re: bluetooth]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44433#p44433</link>
			<description><![CDATA[<p>If you don&#039;t know(don&#039;t want) how to help, I&#039;ll wait for help here!</p>]]></description>
			<author><![CDATA[dummy@example.com (ra33)]]></author>
			<pubDate>Tue, 19 Sep 2023 12:52:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44433#p44433</guid>
		</item>
		<item>
			<title><![CDATA[Re: bluetooth]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44430#p44430</link>
			<description><![CDATA[<p>Splendid. Thankyou.</p><p>As I said before, I&#039;ve never used (nor want to use) Bluetooth. However, you now know that your hardware is accessible &amp; ready.</p><p>I&#039;m sure that there are guides on the &#039;net for howto use Bluetooth under Devuan/Debian (or write one yourself).</p>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Tue, 19 Sep 2023 07:25:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44430#p44430</guid>
		</item>
		<item>
			<title><![CDATA[Re: bluetooth]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44429#p44429</link>
			<description><![CDATA[<p>sudo rfkill list<br />0: phy0: Wireless LAN<br />&#160; &#160; Soft blocked: no<br />&#160; &#160; Hard blocked: no<br />1: hci0: Bluetooth<br />&#160; &#160; Soft blocked: no<br />&#160; &#160; Hard blocked: no</p><p>this is the conclusion</p>]]></description>
			<author><![CDATA[dummy@example.com (ra33)]]></author>
			<pubDate>Tue, 19 Sep 2023 02:52:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44429#p44429</guid>
		</item>
		<item>
			<title><![CDATA[Re: bluetooth]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44423#p44423</link>
			<description><![CDATA[<div class="codebox"><pre><code>$ apt search rfkill
Sorting... Done
Full Text Search... Done
gir1.2-urfkill-0.5/stable 0.5.0-7+b1 amd64
  GObject introspection data for the urfkill library

liburfkill-glib-dev/stable 0.5.0-7+b1 amd64
  wireless killswitch management library (development files)

liburfkill-glib0/stable 0.5.0-7+b1 amd64
  wireless killswitch management library

liburfkill-glib0-dbg/stable 0.5.0-7+b1 amd64
  wireless killswitch management library (debug symbols)

&gt;&gt;&gt; rfkill/stable 2.38.1-5devuan1+b1 amd64            &lt;&lt;&lt;
&gt;&gt;&gt;  tool for enabling and disabling wireless devices &lt;&lt;&lt;

rfkill-dbgsym/stable 2.38.1-5devuan1+b1 amd64
  debug symbols for rfkill

urfkill/stable 0.5.0-7+b1 amd64
  wireless killswitch management daemon for laptops</code></pre></div><p>Did it occur to you to search/locate/install this?</p><p>The world that you have been born into causes most folks to become mindless slaves. It is up to you to drag yourself up into becoming a self-starter. Why not start now?</p><div class="codebox"><pre><code>$ sudo apt install rfkill
[sudo] password for alexk: 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  rfkill
# …
$ sudo rfkill list
0: phy0: Wireless LAN
	Soft blocked: yes
	Hard blocked: no
1: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Mon, 18 Sep 2023 15:29:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44423#p44423</guid>
		</item>
		<item>
			<title><![CDATA[Re: bluetooth]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44418#p44418</link>
			<description><![CDATA[<p>System:<br />&#160; Host: ra33 Kernel: 6.1.0-12-amd64 arch: x86_64 bits: 64 compiler: gcc<br />&#160; &#160; v: 12.2.0 Desktop: Xfce v: 4.18.1 tk: Gtk v: 3.24.36 info: xfce4-panel<br />&#160; &#160; wm: xfwm v: 4.18.0 vt: 7 dm: SLiM v: 1.4.0 Distro: Devuan GNU/Linux 5<br />&#160; &#160; (daedalus)<br />Bluetooth:<br />&#160; Device-1: Broadcom BCM20702A0 type: USB driver: btusb v: 0.8 bus-ID: 7-3:2<br />&#160; &#160; chip-ID: 0a5c:21fb class-ID: fe01 serial: 28C2DD9070FD<br />&#160; Report: hciconfig ID: hci0 rfk-id: 1 state: up address: 28:C2:DD:90:70:FD<br />&#160; &#160; bt-v: 2.1 lmp-v: 4.0 sub-v: 220e hci-v: 4.0 rev: 1000</p><p>CPU: quad core AMD A8 PRO-7150B R5 10 Compute Cores 4C+6G (-MT MCP-)<br />speed/min/max: 1121/1100/1900 MHz Kernel: 6.1.0-12-amd64 x86_64 Up: 5h 52m<br />Mem: 2498.2/6878.4 MiB (36.3%) Storage: 119.24 GiB (25.0% used) Procs: 181<br />Shell: Bash inxi: 3.3.26</p><p>rfkill list command not found</p>]]></description>
			<author><![CDATA[dummy@example.com (ra33)]]></author>
			<pubDate>Mon, 18 Sep 2023 13:33:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44418#p44418</guid>
		</item>
		<item>
			<title><![CDATA[Re: bluetooth]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44417#p44417</link>
			<description><![CDATA[<p>Start by running <span class="bbc">inxi --system <a href="https://manpages.debian.org/bookworm/inxi/inxi.1.en.html#E" rel="nofollow">--bluetooth</a> --extra 3</span> (or <span class="bbc">inxi -SExxx</span>) and showing the results here (within <span class="bbc"><span style="color: #150A1C">[</span>code]..<span style="color: #150A1C">[</span>/code]</span> tags to preserve formatting).</p><p>If <a href="https://smxi.org/docs/inxi.htm" rel="nofollow">inxi</a> isn&#039;t installed, install it. You may need to be root to get bluetooth info, and you can also try <span class="bbc">rfkill list</span> as root to confirm the hardware is active.</p>]]></description>
			<author><![CDATA[dummy@example.com (boughtonp)]]></author>
			<pubDate>Mon, 18 Sep 2023 12:22:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44417#p44417</guid>
		</item>
		<item>
			<title><![CDATA[Re: bluetooth]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44413#p44413</link>
			<description><![CDATA[<p>You appear to believe that I have the metaphysical ability to remotely view &amp; operate your desktop &amp; computer contents &amp; setup. Allow me to reassure you that I have not (yet) achieved that level of being. You will, therefore, need to laboriously inform me on your system setup &amp; configuration.</p>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Mon, 18 Sep 2023 08:32:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44413#p44413</guid>
		</item>
		<item>
			<title><![CDATA[Re: bluetooth]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44411#p44411</link>
			<description><![CDATA[<p>And what exactly are the packages you need to put in, it appears in the menu on the left but is inactive when you click on it!</p>]]></description>
			<author><![CDATA[dummy@example.com (ra33)]]></author>
			<pubDate>Mon, 18 Sep 2023 03:56:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44411#p44411</guid>
		</item>
		<item>
			<title><![CDATA[Re: bluetooth]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44365#p44365</link>
			<description><![CDATA[<p>This is your menu (I never actually use it, but the <span class="bbc">bluetooth/stable</span> metapackage appears to be the one to install):</p><div class="codebox"><pre class="vscroll"><code>$ apt search bluetooth
Sorting... Done
Full Text Search... Done
anyremote/stable 6.7.3-3 amd64
  Remote control daemon for applications using Bluetooth, IrDA or Wi-Fi

ayatana-indicator-bluetooth/stable 22.9.1-1 amd64
  Ayatana Indicator for managing Bluetooth devices

bluedevil/stable 4:5.27.5-2 amd64
  KDE Bluetooth stack

blueman/stable,now 2.3.5-2+b1 amd64 [installed]
  Graphical bluetooth manager

bluemon/stable 1.4-8 amd64
  Activate or deactivate programs based on Bluetooth link quality

bluetooth/stable,now 5.66-1 all [installed]
  Bluetooth support (metapackage)

bluez/stable,now 5.66-1 amd64 [installed,automatic]
  Bluetooth tools and daemons

bluez-alsa-utils/stable 4.0.0-2 amd64
  Bluetooth Audio ALSA Backend (utils)

bluez-cups/stable 5.66-1 amd64
  Bluetooth printer driver for CUPS

bluez-firmware/stable 1.2-9 all
  Firmware for Bluetooth devices

bluez-hcidump/stable 5.66-1 amd64
  Analyses Bluetooth HCI packets

bluez-meshd/stable 5.66-1 amd64
  bluetooth mesh daemon

bluez-source/stable 5.66-1 all
  Source code for the BlueZ Linux Bluetooth stack

bluez-tools/stable 2.0~20170911.0.7cb788c-4 amd64
  Set of tools to manage Bluetooth devices for linux

btscanner/stable 2.1-9 amd64
  ncurses-based scanner for Bluetooth devices

firmware-realtek-rtl8723cs-bt/stable 20181104-2 all
  Bluetooth firmware for Realtek RTL8723CS

gir1.2-gnomebluetooth-3.0/stable 42.5-3 amd64
  Introspection data for GnomeBluetooth

gnome-bluetooth/stable 42~3.34.5-10 all
  GNOME Bluetooth Send To app - transitional package

gnome-bluetooth-3-common/stable 42.5-3 all
  GNOME Bluetooth 3 common files

gnome-bluetooth-common/stable 3.34.5-10 all
  GNOME Bluetooth common files

gnome-bluetooth-sendto/stable 42.5-3 amd64
  GNOME Bluetooth Send To app

gnome-shell-extension-bluetooth-quick-connect/stable 33-1 all
  GNOME Shell extension to connect paired Bluetooth devices

go-bluetooth/stable 5.60-3+b4 amd64
  Golang bluetooth client based on bluez DBus interfaces (program)

golang-github-muka-go-bluetooth-dev/stable 5.60-3 all
  Golang bluetooth client based on bluez DBus interfaces (library)

golang-github-paypal-gatt-dev/stable 0.0~git20151011.4ae819d-3 all
  building Bluetooth Low Energy peripherals

libasound2-plugin-bluez/stable 4.0.0-2 amd64
  Bluetooth Audio ALSA Backend (plugins)

libbluetooth-dev/stable 5.66-1 amd64
  Development files for using the BlueZ Linux Bluetooth library

libbluetooth3/stable,now 5.66-1 amd64 [installed,automatic]
  Library to use the BlueZ Linux Bluetooth stack

libbtbb-dev/stable 2018.12.R1-1 amd64
  Bluetooth baseband decoding library - development files

libbtbb1/stable 2018.12.R1-1 amd64
  Bluetooth baseband decoding library

libgnome-bluetooth-3.0-13/stable 42.5-3 amd64
  GNOME Bluetooth 3 support library

libgnome-bluetooth-3.0-dev/stable 42.5-3 amd64
  GNOME Bluetooth 3 library - development files

libgnome-bluetooth-dev/stable 3.34.5-10 amd64
  GNOME Bluetooth tools - support library development files

libgnome-bluetooth-doc/stable 42.5-3 all
  GNOME Bluetooth 3 support library - reference docs

libgnome-bluetooth-ui-3.0-13/stable 42.5-3 amd64
  GNOME Bluetooth 3 UI support library

libgnome-bluetooth-ui-3.0-dev/stable 42.5-3 amd64
  GNOME Bluetooth UI 3 library - development files

libgnome-bluetooth13/stable 3.34.5-10 amd64
  GNOME Bluetooth tools - support library

libldacbt-abr-dev/stable 2.0.2.3+git20200429+ed310a0-4 amd64
  LDAC Bluetooth ABR library (development)

libldacbt-abr2/stable 2.0.2.3+git20200429+ed310a0-4 amd64
  LDAC Bluetooth ABR library (shared library)

libldacbt-enc-dev/stable 2.0.2.3+git20200429+ed310a0-4 amd64
  LDAC Bluetooth encoder library (development)

libldacbt-enc2/stable,now 2.0.2.3+git20200429+ed310a0-4 amd64 [installed,automatic]
  LDAC Bluetooth encoder library (shared library)

libnet-bluetooth-perl/stable 0.41-4 amd64
  Perl interface to Bluetooth libraries

libqt5bluetooth5/stable 5.15.8-2 amd64
  Qt Connectivity Bluetooth module

libqt5bluetooth5-bin/stable 5.15.8-2 amd64
  Qt Connectivity Bluetooth module helper binaries

libqt6bluetooth6/stable 6.4.2-1 amd64
  Qt 6 Connectivity Bluetooth library

libqt6bluetooth6-bin/stable 6.4.2-1 amd64
  Qt 6 Connectivity Bluetooth module helper binaries

libspa-0.2-bluetooth/stable 0.3.65-3 amd64
  libraries for the PipeWire multimedia server - bluetooth plugins

libubertooth-dev/stable 2018.12.R1-5.1 amd64
  Shared library for Bluetooth experimentation - development files

libubertooth1/stable 2018.12.R1-5.1 amd64
  Shared library for Bluetooth experimentation

nuntius/stable 0.2.0-5+b2 amd64
  share notifications from Android phone or tablet via Bluetooth or LAN

pulseaudio-module-bluetooth/stable,now 16.1+dfsg1-2+b1 amd64 [installed,automatic]
  Bluetooth module for PulseAudio sound server

python-bleak-doc/stable 0.20.2-1 all
  Bluetooth Low Energy platform agnostic client (Documentation)

python3-bleak/stable 0.20.2-1 all
  Bluetooth Low Energy platform agnostic client

python3-bluez/stable 0.23-5.1+b1 amd64
  Python 3 wrappers around BlueZ for rapid bluetooth development

python3-gattlib/stable 0~20210616-1+b1 amd64
  Bluetooth LE GATT library for Python 3

python3-home-assistant-bluetooth/stable 1.10.0-1 amd64
  Home Assistant Bluetooth Models and Helpers

python3-pyqt5.qtbluetooth/stable 5.15.9+dfsg-1 amd64
  Python bindings for Qt Bluetooth module

python3-pyqt6.qtbluetooth/stable 6.4.2-1 amd64
  Python bindings for Qt 6 Bluetooth module

qml-module-qtbluetooth/stable 5.15.8-2 amd64
  Qt Connectivity module - Bluetooth QML module

rfkill/stable 2.38.1-5devuan1+b1 amd64
  tool for enabling and disabling wireless devices

ubertooth/stable 2018.12.R1-5.1 amd64
  2.4 GHz wireless development platform for Bluetooth experimentation

ukui-bluetooth/stable 1.0.2.1-1+b1 amd64
  Bluetooth manager for UKUI desktop environment</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Sat, 16 Sep 2023 15:50:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44365#p44365</guid>
		</item>
		<item>
			<title><![CDATA[bluetooth]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44363#p44363</link>
			<description><![CDATA[<p>How to connect/install bluetooth?</p>]]></description>
			<author><![CDATA[dummy@example.com (ra33)]]></author>
			<pubDate>Sat, 16 Sep 2023 12:26:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44363#p44363</guid>
		</item>
	</channel>
</rss>
