<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>ubuntu linux mint bluetooth audio on random thoughts</title><link>https://awesomeprogrammer.com/categories/ubuntu-linux-mint-bluetooth-audio/</link><description>Recent content in ubuntu linux mint bluetooth audio on random thoughts</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 22 Jun 2013 00:00:00 +0000</lastBuildDate><atom:link href="https://awesomeprogrammer.com/categories/ubuntu-linux-mint-bluetooth-audio/index.xml" rel="self" type="application/rss+xml"/><item><title>Fixing Bluetooth audio issue on Ubuntu 13.04 based distors</title><link>https://awesomeprogrammer.com/blog/2013/06/22/fixing-bluetooth-audio-issue-on-ubuntu-13-dot-04-based-distors/</link><pubDate>Sat, 22 Jun 2013 00:00:00 +0000</pubDate><guid>https://awesomeprogrammer.com/blog/2013/06/22/fixing-bluetooth-audio-issue-on-ubuntu-13-dot-04-based-distors/</guid><description><![CDATA[<p>I&rsquo;ve noticed that Ubuntu 13.04 (and all distors based on it, eg. Linux Mint 15) have some weird audio issue that basically makes impossible to connect to some audio speakers through audio sink (I had problems with mine Creative T12). After googling around and trying all possible solutions I still couldn&rsquo;t get it working.</p>
<p>Syslog showed various errors, for example: <code>Unable to select SEP</code> or <code>Endpoint replied with an error: org.freedesktop.DBus.Error.UnknownMethod</code></p>
<p>Messing with <code>/etc/bluetooth/audio.conf</code> didn&rsquo;t helped. After using option <code>Enable=Socket</code> I could connect to the speakers but I couldn&rsquo;t select proper audio profile. I tried upgrading to different, most recent versions - still without results.</p>
<p>So in the end I decided to downgrade the damn <code>bluez</code> along with <code>pulseaudio</code>.</p>
<p>I recommend getting .deb packages - get it <a href="http://archive.ubuntu.com/ubuntu/pool/main/b/bluez/">from here for bluez</a> (I used version 4.96) and <a href="http://archive.ubuntu.com/ubuntu/pool/main/p/pulseaudio/">from here for pulseaudio</a> (I used version 2.1-0) - and installing them with <code>dpkg</code>. After downgrade process everything worked like a charm. I have no idea how they could broke something like that is such a major release - hopefully they will fix it in the next one ;-).</p>
<p><strong>UPDATE 23.11.2013</strong></p>
<p>I see that this post got some attention, I guess I&rsquo;m kind-of glad that not only I had the same problem and that I could help at least some of you folks :). <strong>krisek</strong> in comments section mentioned that it would be wise to lock version using <code>apt-mark</code> command (so packaged won&rsquo;t get automatically upgraded or removed). It&rsquo;s a very good point - and it can be done with command:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>sudo apt-mark hold bluez bluez-alsa bluez-gstreamer libbluetooth3 libpulse-mainloop-glib0 libpulse0 libpulse0:i386 libpulsedsp pulseaudio pulseaudio-module-bluetooth pulseaudio-module-x11 pulseaudio-utils
</span></span></code></pre></div>]]></description><content:encoded><![CDATA[<p>I&rsquo;ve noticed that Ubuntu 13.04 (and all distors based on it, eg. Linux Mint 15) have some weird audio issue that basically makes impossible to connect to some audio speakers through audio sink (I had problems with mine Creative T12). After googling around and trying all possible solutions I still couldn&rsquo;t get it working.</p>
<p>Syslog showed various errors, for example: <code>Unable to select SEP</code> or <code>Endpoint replied with an error: org.freedesktop.DBus.Error.UnknownMethod</code></p>
<p>Messing with <code>/etc/bluetooth/audio.conf</code> didn&rsquo;t helped. After using option <code>Enable=Socket</code> I could connect to the speakers but I couldn&rsquo;t select proper audio profile. I tried upgrading to different, most recent versions - still without results.</p>
<p>So in the end I decided to downgrade the damn <code>bluez</code> along with <code>pulseaudio</code>.</p>
<p>I recommend getting .deb packages - get it <a href="http://archive.ubuntu.com/ubuntu/pool/main/b/bluez/">from here for bluez</a> (I used version 4.96) and <a href="http://archive.ubuntu.com/ubuntu/pool/main/p/pulseaudio/">from here for pulseaudio</a> (I used version 2.1-0) - and installing them with <code>dpkg</code>. After downgrade process everything worked like a charm. I have no idea how they could broke something like that is such a major release - hopefully they will fix it in the next one ;-).</p>
<p><strong>UPDATE 23.11.2013</strong></p>
<p>I see that this post got some attention, I guess I&rsquo;m kind-of glad that not only I had the same problem and that I could help at least some of you folks :). <strong>krisek</strong> in comments section mentioned that it would be wise to lock version using <code>apt-mark</code> command (so packaged won&rsquo;t get automatically upgraded or removed). It&rsquo;s a very good point - and it can be done with command:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>sudo apt-mark hold bluez bluez-alsa bluez-gstreamer libbluetooth3 libpulse-mainloop-glib0 libpulse0 libpulse0:i386 libpulsedsp pulseaudio pulseaudio-module-bluetooth pulseaudio-module-x11 pulseaudio-utils
</span></span></code></pre></div>]]></content:encoded></item></channel></rss>