<?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=5505&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Bluetooth headphone not showing in PulseAudio/pavucontrol]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5505</link>
		<description><![CDATA[The most recent posts in [SOLVED] Bluetooth headphone not showing in PulseAudio/pavucontrol.]]></description>
		<lastBuildDate>Sun, 12 Feb 2023 14:49:10 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Bluetooth headphone not showing in PulseAudio/pavucontrol]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41060#p41060</link>
			<description><![CDATA[<div class="quotebox"><cite>dzz wrote:</cite><blockquote><div><p>You may also need to create ~/.asoundrc wih something like this (change &quot;Port&quot; and device &quot;mac address&quot; to suit.:</p><div class="codebox"><pre><code>pcm.Port { 

	type bluealsa
	device &quot;77:20:1E:FE:4E:E4&quot;
	profile &quot;a2dp&quot;
	hint  { show on description &quot;Port&quot; }
}</code></pre></div><p>I used bluez-alsa for a while with reasonable success but now finding pipewire more reliable. You can have both installed but if you try pipewire&#160; bluealsa service should stopped and disabled in sysv-rc-conf.. </p><p>blueman-applet seems the easiest way to search available devices, get info, set up.&#160; Or bluetoothctl in a terminal.&#160; Setup sequence is trust&gt;pair&gt;connect .. good luck..</p></div></blockquote></div><p>I put the headphone&#039;s MAC and name in&#160; ~/.asoundrc , no succes pairing.</p><p>Then pipewire<br />-In sysv-rc-conf unticked all boxes under bluez-alsa and pulseaudio. <br />-reboot<br />-In blueman-applet Set up new device, select headphone, Pair device, Failed to add device. <br />In blueman-applet in the Devices menu the headphone will now also not connect.</p><p>Edit: Oops skipped the first step, which is disconnect headphone from other devices. And.. headphone pairs with chimaera. </p><div class="codebox"><pre><code>$ bluealsa-aplay -L
bluealsa:SRV=org.bluealsa,DEV=**:**:**:**:**:**,PROFILE=a2dp
    Yamaha YH-E700A, trusted , playback
    A2DP (SBC): S16_LE 2 channels 48000 Hz
bluealsa:SRV=org.bluealsa,DEV=**:**:**:**:**:**,PROFILE=sco
    Yamaha YH-E700A, trusted , capture
    SCO (CVSD): S16_LE 1 channel 8000 Hz
bluealsa:SRV=org.bluealsa,DEV=**:**:**:**:**:**,PROFILE=sco
    Yamaha YH-E700A, trusted , playback
    SCO (CVSD): S16_LE 1 channel 8000 Hz</code></pre></div><p>Next challenge adding and selecting it in alsamixer.</p><p>Edit 2: Ok, working now. The problem was with the headphone and android. Removed saved headphone from android settings, installed Pulseaudio, connecting and audio playback successful. After connecting to the phone I do have to remove/add the headphone from blueman-applet to connect.</p><p>Thank you for the feedback.</p>]]></description>
			<author><![CDATA[dummy@example.com (Deze)]]></author>
			<pubDate>Sun, 12 Feb 2023 14:49:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41060#p41060</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Bluetooth headphone not showing in PulseAudio/pavucontrol]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40874#p40874</link>
			<description><![CDATA[<p>You may also need to create ~/.asoundrc wih something like this (change &quot;Port&quot; and device &quot;mac address&quot; to suit.:</p><div class="codebox"><pre><code>pcm.Port { 

	type bluealsa
	device &quot;77:20:1E:FE:4E:E4&quot;
	profile &quot;a2dp&quot;
	hint  { show on description &quot;Port&quot; }
}</code></pre></div><p>I used bluez-alsa for a while with reasonable success but now finding pipewire more reliable. You can have both installed but if you try pipewire&#160; bluealsa service should stopped and disabled in sysv-rc-conf.. </p><p>blueman-applet seems the easiest way to search available devices, get info, set up.&#160; Or bluetoothctl in a terminal.&#160; Setup sequence is trust&gt;pair&gt;connect .. good luck..</p>]]></description>
			<author><![CDATA[dummy@example.com (dzz)]]></author>
			<pubDate>Sat, 04 Feb 2023 15:10:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40874#p40874</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Bluetooth headphone not showing in PulseAudio/pavucontrol]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40853#p40853</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><div class="codebox"><pre><code>sudo apt purge *pulseaudio*

will remove bt-reload-headphones* gstreamer1.0-pulseaudio* paprefs* pulseaudio* pulseaudio-equalizer* pulseaudio-module-bluetooth* pulseaudio-module-gsettings*
  pulseaudio-module-zeroconf* pulseaudio-utils* pulseeffects* quodlibet* task-xfce-desktop* xfce4* xfce4-pulseaudio-plugin*</code></pre></div><p>I want to keep xfce4 and quodlibet. Is there a more surgical command?</p></div></blockquote></div><div class="quotebox"><blockquote><div><p>Try with <span class="bbc">dpkg</span>, instead of apt (sorry, but I&#039;m not in xfce right now):</p><div class="codebox"><pre><code># dpkg --purge pulseaudio</code></pre></div><p>I think that the package depending on pulseaudio is the one provided by tasksel, i.e. task-xfce-desktop, but not the whole xfce desktop environment, which can be installed without the tasksel package. Good luck.</p></div></blockquote></div><p>I used </p><div class="codebox"><pre><code>sudo apt-get autoremove pulseaudio</code></pre></div><p>Then succesfully installed bluez-alsa-utils newest version (3.1.0~git20211121-1+exegnu1). alsamixer doesn&#039;t see the bt headphone. Can blueman-applet be used next to alsamixer?</p>]]></description>
			<author><![CDATA[dummy@example.com (Deze)]]></author>
			<pubDate>Sat, 04 Feb 2023 00:14:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40853#p40853</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Bluetooth headphone not showing in PulseAudio/pavucontrol]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40851#p40851</link>
			<description><![CDATA[<div class="quotebox"><cite>Deze wrote:</cite><blockquote><div><p>Thank you dzz</p><div class="codebox"><pre><code>sudo apt purge *pulseaudio*

will remove bt-reload-headphones* gstreamer1.0-pulseaudio* paprefs* pulseaudio* pulseaudio-equalizer* pulseaudio-module-bluetooth* pulseaudio-module-gsettings*
  pulseaudio-module-zeroconf* pulseaudio-utils* pulseeffects* quodlibet* task-xfce-desktop* xfce4* xfce4-pulseaudio-plugin*</code></pre></div><p>I want to keep xfce4 and quodlibet. Is there a more surgical command?</p></div></blockquote></div><p>Try with <span class="bbc">dpkg</span>, instead of apt (sorry, but I&#039;m not in xfce right now):</p><div class="codebox"><pre><code># dpkg --purge pulseaudio</code></pre></div><p>I think that the package depending on pulseaudio is the one provided by tasksel, i.e. task-xfce-desktop, but not the whole xfce desktop environment, which can be installed without the tasksel package. Good luck.</p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Fri, 03 Feb 2023 23:53:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40851#p40851</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Bluetooth headphone not showing in PulseAudio/pavucontrol]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40846#p40846</link>
			<description><![CDATA[<p>Thank you dzz</p><div class="codebox"><pre><code>sudo apt-get autoremove pulseaudio</code></pre></div><p>Reboot</p><div class="codebox"><pre><code>sudo dpkg -i libasound2-plugin-bluez_3.1.0~git20211121-1+exegnu1_amd64.deb 
sudo apt install orphan-sysvinit-scripts
sudo dpkg -i bluez-alsa-utils_3.1.0~git20211121-1+exegnu1_amd64.deb 
(Reading database ... 203559 files and directories currently installed.)
Preparing to unpack bluez-alsa-utils_3.1.0~git20211121-1+exegnu1_amd64.deb ...
Unpacking bluez-alsa-utils (3.1.0~git20211121-1+exegnu1) over (3.1.0~git20211121-1+exegnu1) ...
dpkg: dependency problems prevent configuration of bluez-alsa-utils:
 bluez-alsa-utils depends on libldacbt-abr2 (&gt;= 2.0.2); however:
  Package libldacbt-abr2 is not installed.
 bluez-alsa-utils depends on libldacbt-enc2 (&gt;= 2.0.2); however:
  Package libldacbt-enc2 is not installed.

dpkg: error processing package bluez-alsa-utils (--install):
 dependency problems - leaving unconfigured
Processing triggers for dbus (1.12.24-0+deb11u1devuan1) ...
Processing triggers for man-db (2.9.4-2) ...
Errors were encountered while processing:
 bluez-alsa-utils
sudo apt --fix-broken install</code></pre></div><p>reboot</p><p>BT headphone briefly connects in blueman-manager and doesn&#039;t show in alsamixer.</p>]]></description>
			<author><![CDATA[dummy@example.com (Deze)]]></author>
			<pubDate>Fri, 03 Feb 2023 23:26:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40846#p40846</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Bluetooth headphone not showing in PulseAudio/pavucontrol]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40787#p40787</link>
			<description><![CDATA[<p>You don&#039;t need pulseaudio and should uninstall if you try this.</p><p>Re bluez-alsa: it&#039;s only in unstable and not so new. And no syvinit script.<br /><a href="https://dev1galaxy.org/viewtopic.php?id=4612" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=4612</a></p><p>I made updated packages for chimaera with sysvinit script and posted here (please install libasound2-plugin-bluez first):<br /><a href="https://exegnulinux.net/apt/pool/main/b/bluez-alsa/libasound2-plugin-bluez_3.1.0~git20211121-1%2Bexegnu1_amd64.deb" rel="nofollow">https://exegnulinux.net/apt/pool/main/b … _amd64.deb</a><br /><a href="https://exegnulinux.net/apt/pool/main/b/bluez-alsa/bluez-alsa-utils_3.1.0~git20211121-1%2Bexegnu1_amd64.deb" rel="nofollow">https://exegnulinux.net/apt/pool/main/b … _amd64.deb</a></p><p>A better way might be with pipewire:<br /><a href="https://dev1galaxy.org/viewtopic.php?id=5385" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=5385</a></p><p>BT sound working here both ways.</p>]]></description>
			<author><![CDATA[dummy@example.com (dzz)]]></author>
			<pubDate>Wed, 01 Feb 2023 22:16:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40787#p40787</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Bluetooth headphone not showing in PulseAudio/pavucontrol]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40765#p40765</link>
			<description><![CDATA[<p>Package bluez-alsa is not available.</p><p>The headphone is bluetooth 5 and the pc is bt 4.0, apparently these standards don&#039;t connect well. I will try with a bt 5 dongle and post the result.</p>]]></description>
			<author><![CDATA[dummy@example.com (Deze)]]></author>
			<pubDate>Wed, 01 Feb 2023 14:00:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40765#p40765</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Bluetooth headphone not showing in PulseAudio/pavucontrol]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40701#p40701</link>
			<description><![CDATA[<p>Maybe you&#039;ll need to install bluez-alsa, but i&#039;m not familiar with it.</p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Mon, 30 Jan 2023 19:49:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40701#p40701</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Bluetooth headphone not showing in PulseAudio/pavucontrol]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40700#p40700</link>
			<description><![CDATA[<p>Thank you for helping a newb out.</p><div class="codebox"><pre><code>Simple mixer control &#039;Headphone&#039;,1</code></pre></div><p>The bt headphone is off and no wired headphone is connected to the 3.5 mm output. Same when bt headphone is on.</p><p>In Alsamixer - Card: PulseAudio<br />if necessary how can i set this to Alsa?</p>]]></description>
			<author><![CDATA[dummy@example.com (Deze)]]></author>
			<pubDate>Mon, 30 Jan 2023 19:39:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40700#p40700</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Bluetooth headphone not showing in PulseAudio/pavucontrol]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40696#p40696</link>
			<description><![CDATA[<div class="quotebox"><cite>Deze wrote:</cite><blockquote><div><p>Simple mixer control &#039;Headphone&#039;,0<br />Simple mixer control &#039;Headphone&#039;,1</p></div></blockquote></div><p>So, the controls are there. They should be shown by alsamixer then.</p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Mon, 30 Jan 2023 19:14:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40696#p40696</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Bluetooth headphone not showing in PulseAudio/pavucontrol]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40693#p40693</link>
			<description><![CDATA[<p>$ amixer -c 1 scontrols<br />Invalid card number.</p><p>$ amixer -c 0 scontrols<br />Simple mixer control &#039;Master&#039;,0<br />Simple mixer control &#039;Headphone&#039;,0<br />Simple mixer control &#039;Headphone&#039;,1<br />Simple mixer control &#039;Speaker&#039;,0<br />Simple mixer control &#039;PCM&#039;,0<br />Simple mixer control &#039;Mic&#039;,0<br />Simple mixer control &#039;Mic Boost&#039;,0<br />Simple mixer control &#039;Mic Mute-LED Mode&#039;,0<br />Simple mixer control &#039;IEC958&#039;,0<br />Simple mixer control &#039;IEC958&#039;,1<br />Simple mixer control &#039;IEC958&#039;,2<br />Simple mixer control &#039;Beep&#039;,0<br />Simple mixer control &#039;Capture&#039;,0<br />Simple mixer control &#039;Auto-Mute Mode&#039;,0<br />Simple mixer control &#039;Digital&#039;,0<br />Simple mixer control &#039;Dock Mic&#039;,0<br />Simple mixer control &#039;Dock Mic Boost&#039;,0<br />Simple mixer control &#039;Internal Mic Boost&#039;,0<br />Simple mixer control &#039;Loopback Mixing&#039;,0<br />Simple mixer control &#039;Mute-LED Mode&#039;,0</p>]]></description>
			<author><![CDATA[dummy@example.com (Deze)]]></author>
			<pubDate>Mon, 30 Jan 2023 16:43:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40693#p40693</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Bluetooth headphone not showing in PulseAudio/pavucontrol]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40692#p40692</link>
			<description><![CDATA[<p>What&#039;s the output of</p><div class="codebox"><pre><code>$ amixer -c 0 scontrols</code></pre></div><p>You can try your luck with higher card numbers, for example <span class="bbc">-c 1</span></p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Mon, 30 Jan 2023 16:33:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40692#p40692</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Bluetooth headphone not showing in PulseAudio/pavucontrol]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40688#p40688</link>
			<description><![CDATA[<p>Thanks. <br />Installed and opened alsamixer, the headphone doesn&#039;t show.&#160; Where do i go from here?<br />No luck with searching with keywords alsa headphone bluetooth.</p>]]></description>
			<author><![CDATA[dummy@example.com (Deze)]]></author>
			<pubDate>Mon, 30 Jan 2023 10:03:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40688#p40688</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Bluetooth headphone not showing in PulseAudio/pavucontrol]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40664#p40664</link>
			<description><![CDATA[<p>Did you try with alsa?</p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Sun, 29 Jan 2023 10:31:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40664#p40664</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Bluetooth headphone not showing in PulseAudio/pavucontrol]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40657#p40657</link>
			<description><![CDATA[<p>Hello, </p><p>In chimaera I&#039;m trying to playback audio on a bluetooth headphone. All good when following the steps at https://wiki.archlinux.org/title/Bluetooth_headset. The headphone connects briefly in blueman-manager with the orange, green and blue bars displaying 100% signal strenght. In PulseAudio the headphone does not show under Output Devices. How to playback audio over bluetooth headphones? </p><p>Thank you for any advice.</p>]]></description>
			<author><![CDATA[dummy@example.com (Deze)]]></author>
			<pubDate>Sat, 28 Jan 2023 18:50:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40657#p40657</guid>
		</item>
	</channel>
</rss>
