[PROBLEM] Issue with Blutooth in 4.1 - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [PROBLEM] Issue with Blutooth in 4.1 (/showthread.php?tid=48) |
Issue with Blutooth in 4.1 - Dileas - 04-11-2018 Hello, Looking for some help with setting up Bluetooth on a clean install of Moode 4.1 on a Pi 3 Model B with an IQ Audio Dac+ and IQ Audio Pi Amp+. Most things seem to work fine with the exception of the Bluetooth. On the Bluetooth config page the run command is not enabled, although on the System Config page the Bluetooth is enabled. When I run "systemctl status bluetooth" the following is returned. Loaded: loaded (/lib/systemd/system/bluetooth.service; disabled; vendor preset: enabled) Active: inactive (dead) Condition: start condition failed at Wed 2018-04-11 12:16:42 BST; 4h 28min ago └─ ConditionPathIsDirectory=/sys/class/bluetooth was not met Docs: man:bluetoothd(8) Very much a beginner with the Moode, Linux and the Pi, so would be grateful for advice as to how to proceed and sort out the Bluetooth. Thanks RE: Issue with Blutooth in 4.1 - TheOldPresbyope - 04-11-2018 (04-11-2018, 04:03 PM)Dileas Wrote: Hello, @Dileas Go to the Audio Config page and set "Bluetooth speaker" on. Then run systemctl again. You should see your service running. Regards, Kent RE: Issue with Blutooth in 4.1 - Dileas - 04-11-2018 (04-11-2018, 05:15 PM)TheOldPresbyope Wrote:(04-11-2018, 04:03 PM)Dileas Wrote: Hello, Hi Kent, Thanks for that, my problem now resolved. Regards Dileas RE: Issue with Blutooth in 4.1 - dbrgn - 04-16-2018 I'm also having issues with Bluetooth in Moode 4.1 when trying to use Moode as an audio sink. I previously used Moode 4.0 on a Raspi Zero W, where connecting worked without a problem. Now on Moode 4.1 on a Raspi 3 B+, I can pair my phone with the Raspberry Pi, but Moode does not advertise itself as audio device. When showing the device in Android, it is not listed as audio device, so I can't send any audio to it. If I try to connect from Moode *to* the phone, then I get this log in the bluetoothd journal: Quote:Apr 16 18:40:00 moode bluetoothd[843]: a2dp-source profile connect failed for 84:CF:BF:88:CA:16: Protocol not available My phone (FP2D) is trusted and paired: Code: $ sudo /var/www/command/bt.sh -l | grep FP2D But as I wrote, I cannot connect to it as an audio device. Restarting both Moode and the phone didn't help. Any ideas? RE: Issue with Blutooth in 4.1 - dbrgn - 04-16-2018 I also just tried it with the Nexus 10 Android tablet - same result. Here's a screenshot from the phone. "Grundig 2012" is Moode, it's just listed as bluetooth device without any profiles. The UE Boom in contrast is shown as device with audio and phone profiles. RE: Issue with Blutooth in 4.1 - Tim Curtis - 04-16-2018 Very odd. Try removing all pairings on moOde and then on one of your devices remove the moOde pairing. Then Reboot moOde and turn Bluetooth OFF/ON on your device. Then re-pair and see if that solves the problem. -Tim RE: Issue with Blutooth in 4.1 - TheOldPresbyope - 04-16-2018 (04-16-2018, 04:54 PM)dbrgn Wrote: I also just tried it with the Nexus 10 Android tablet - same result. @dbrgn Running the app "Bluetooth Profiles Scanner" on my Nexus 9 tablet (Android 7.1.1), I see the two moOde r41 players I currently have running are advertising both the Advanced Audio Distribution Audio Profile (A2DP) and the Audio/Video Remote Control Profile (AVRCP). In the Bluetooth devices screen on the tablet, I see (under the gear icons) the paired players can be used for media audio. Having said this, using the same Bluetooth source and settings, my installation of the released version of r41 doesn't seem to be playing the Bluetooth stream while an earlier r41beta version does, so I think you may be on to something. Will investigate tonight. I know the beta and released versions have different versions of the Bluetooth stack but I haven't looked into the specifics. Regards, Kent RE: Issue with Blutooth in 4.1 - Tim Curtis - 04-16-2018 Hi Kent, For reference, I just ran a clean-slate test using iPhone, iPad and an ANKER SoundCore speaker with release 4.1 on Pi-3B, 3B+ and a 0W. The only issue I ran into was that I had to turn Bluetooth OFF/ON on my iPhone in order for it to see the 0W, otherwise no issues with discovery, pairing, connecting and playing music. Email me if you run into issues tonight :-) -Tim RE: Issue with Blutooth in 4.1 - dbrgn - 04-16-2018 I'll try to test it later this week RE: Issue with Blutooth in 4.1 - Tim Curtis - 04-16-2018 (04-16-2018, 08:09 PM)Tim Curtis Wrote: Hi Kent, Hey Kent, Bluetoothctl util can be used to see what Bluetooth profiles a particular paired device supports. The device needs to be paired but not connected. Examples showing support for "Advanced Audio Distribu.." (A2DP) profile for both Anker SoundCore Speaker and iPhone. Code: pi@rp3:~ $ sudo bluetoothctl -Tim |