MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    No Country (Bluetooth) For Old Men

    Scheduled Pinned Locked Moved Troubleshooting
    45 Posts 5 Posters 33.1k Views 6 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D Offline
      d3r @Mykle1
      last edited by

      @Mykle1 you might have to be remove (forget) the speaker on your pi bluetooth and restart the pi again once you remove blueman.

      Mykle1M 1 Reply Last reply Reply Quote 1
      • Mykle1M Offline
        Mykle1 Project Sponsor Module Developer @d3r
        last edited by Mykle1

        @d3r said in No Country (Bluetooth) For Old Men:

        you might have to be remove (forget) the speaker on your pi bluetooth and restart the pi again once you remove blueman.

        I haven’t tried that. Pairing doesn’t seem to be my problem. The speaker pairs automatically.

        Let me explain my sequence and result

        The first thing I have to do is RUN start-pulseaudio-x11 because I don’t have it in startup yet. This enables the Volume Control where I clearly see the speaker connected.
        0_1505003038494_44.JPG

        Click on the Bluetooth icon and again, I see the speaker is paired
        0_1505003116377_55.JPG

        Right click the Volume icon and I see the speaker but it is not chosen yet.
        0_1505003180903_66.JPG

        Following the directions of the link you gave, I click on HMDX in the drop down menu of the volume icon, but this is the result
        0_1505003355073_77.JPG

        My pulseaudio is up to date.

        I’ll remove the speaker and add it again if you think that will help

        Create a working config
        How to add modules

        Mykle1M 1 Reply Last reply Reply Quote 0
        • Mykle1M Offline
          Mykle1 Project Sponsor Module Developer @Mykle1
          last edited by Mykle1

          @Mykle1 said in No Country (Bluetooth) For Old Men:

          I’ll remove the speaker and add it again

          As it turns out, that was a bad idea. Now the Pi does not see the speaker.
          0_1505006184803_aa.JPG0_1505006291708_bb.JPG

          Create a working config
          How to add modules

          D 1 Reply Last reply Reply Quote 0
          • D Offline
            d3r @Mykle1
            last edited by

            @Mykle1 Sorry to hear it’s not working.
            When you reboot try it without running the start-pulseaudio-x11 command. If that doesn’t work, I’m lost.
            Iirc, when I set mine up, I paired the speaker, then did the right click on the speaker icon to change it to the bluetooth speaker.

            Mykle1M 1 Reply Last reply Reply Quote 1
            • Mykle1M Offline
              Mykle1 Project Sponsor Module Developer @d3r
              last edited by

              @d3r

              I can’t try anything right now. The Pi doesn’t see the speaker since I removed it. I can’t add it because it doesn’t appear in the Add Device window

              Create a working config
              How to add modules

              D 1 Reply Last reply Reply Quote 0
              • D Offline
                d3r @Mykle1
                last edited by

                @Mykle1 try the command line instead of the gui to pair your speaker.
                Run bluetoothctl in terminal.
                Then type:
                power on
                Default-agent
                Agent on
                Scan on
                then see if bluetoothct sees the speaker.

                Mykle1M 1 Reply Last reply Reply Quote 1
                • Mykle1M Offline
                  Mykle1 Project Sponsor Module Developer @d3r
                  last edited by

                  @d3r

                  Seemed like it pair, but then says COnnected: no

                  Discovery started
                  [CHG] Controller B8:27:EB:78:6F:82 Discovering: yes
                  [NEW] Device 5D:7C:05:CD:53:E2 5D-7C-05-CD-53-E2
                  [NEW] Device A0:E9:DB:89:37:82 HMDX RAVE
                  [CHG] Device 5D:7C:05:CD:53:E2 RSSI: -72
                  [CHG] Device 5D:7C:05:CD:53:E2 RSSI: -89
                  [CHG] Device 5D:7C:05:CD:53:E2 RSSI: -72
                  [CHG] Device A0:E9:DB:89:37:82 RSSI: -66
                  [CHG] Device A0:E9:DB:89:37:82 RSSI: -53
                  [CHG] Device 5D:7C:05:CD:53:E2 RSSI: -90
                  [bluetooth]# pair A0:E9:DB:89:37:82
                  Attempting to pair with A0:E9:DB:89:37:82
                  [CHG] Device A0:E9:DB:89:37:82 Connected: yes
                  Request PIN code
                  [agent] Enter PIN code: 0000
                  [CHG] Device A0:E9:DB:89:37:82 UUIDs:
                  	0000110b-0000-1000-8000-00805f9b34fb
                  	0000110e-0000-1000-8000-00805f9b34fb
                  [CHG] Device A0:E9:DB:89:37:82 Paired: yes
                  Pairing successful
                  [CHG] Device A0:E9:DB:89:37:82 Connected: no
                  [bluetooth]#

                  Create a working config
                  How to add modules

                  D 1 Reply Last reply Reply Quote 0
                  • D Offline
                    d3r @Mykle1
                    last edited by

                    @Mykle1 Can you try the right click on the speaker icon now to see if it works?

                    Mykle1M 1 Reply Last reply Reply Quote 1
                    • Mykle1M Offline
                      Mykle1 Project Sponsor Module Developer @d3r
                      last edited by

                      @d3r

                      The speaker was there but I got this error when I clicked on it

                      FatalError: Unable to connect to PulseAudio: OK

                      Create a working config
                      How to add modules

                      D 1 Reply Last reply Reply Quote 0
                      • Mykle1M Offline
                        Mykle1 Project Sponsor Module Developer
                        last edited by

                        Getting something to drink, in lieu of a sedative.

                        Create a working config
                        How to add modules

                        1 Reply Last reply Reply Quote 0
                        • D Offline
                          d3r @Mykle1
                          last edited by

                          @Mykle1 Getting close.
                          Run pulseaudio --start then try the speaker thing again.

                          Mykle1M 3 Replies Last reply Reply Quote 1
                          • Mykle1M Offline
                            Mykle1 Project Sponsor Module Developer @d3r
                            last edited by

                            @d3r said in No Country (Bluetooth) For Old Men:

                            pulseaudio --start

                            0_1505009177531_111.JPG

                            Create a working config
                            How to add modules

                            1 Reply Last reply Reply Quote 0
                            • Mykle1M Offline
                              Mykle1 Project Sponsor Module Developer @d3r
                              last edited by

                              @d3r said in No Country (Bluetooth) For Old Men:

                              Getting close

                              I thought so too, and I thank you for your help but I had one hell of a day and I am exhausted. Instead of hitting this thing with a hammer I’ll walk away and start again tomorrow.

                              Go get yourself a beer. Sorry for all the troubles.

                              Create a working config
                              How to add modules

                              1 Reply Last reply Reply Quote 0
                              • Mykle1M Offline
                                Mykle1 Project Sponsor Module Developer @d3r
                                last edited by

                                @d3r

                                I realized that I may have scared you off but I thought you might like to know that I got bluetooth to work.

                                How? I took my mirror off the wall. Put in a new SD card with a new installation of Jessie 2017-07-05. Installed mpg123 as my mp3 player. Connected to bluetooth using your instructions. Saw the green check mark next to my speaker when right clicking the Volume icon in the menu bar and clicking on my speaker.

                                Here comes the HOLY SHIT moment.

                                I have exactly ONE mp3 on my Pi (HA) In the terminal I navigate to the mp3 file. I type mpg123 Nicole.mp3 (A song I wrote for my daughter many moons ago) and BLAM! The song starts playing, plays all the way through, no crash, no freeze. Just music to my ears!

                                H O L Y S H I T !

                                So, thank you for your help and advice and all the time you spent trying to get me up and running

                                Create a working config
                                How to add modules

                                D 1 Reply Last reply Reply Quote 1
                                • D Offline
                                  d3r @Mykle1
                                  last edited by

                                  @Mykle1 Awesome, I’m glad it worked out in the end.

                                  1 Reply Last reply Reply Quote 0
                                  • Mykle1M Offline
                                    Mykle1 Project Sponsor Module Developer @d3r
                                    last edited by

                                    @d3r said in No Country (Bluetooth) For Old Men:

                                    Raspbian Stretch also changed some stuff about bluetooth, maybe take a look at that if you have a spare sd card lying around. I personally haven’t tried it yet.

                                    A few words of caution about Raspbian Stretch

                                    I’ve been doing some testing recently, mostly concerning CPU usage with different versions of Raspian and MM. Once I got bluetooth to work, I continued testing with newer and newer versions, until I got to Raspbian Stretch.

                                    The firmware update that accompanies Stretch disabled my Wifi and Bluetooth, and no amount of backward flashing to earlier firmware versions is fixing the issue. When I say disabled, I mean the Pi doesn’t recognize its own Wifi or Bluetooth adapter, as if it doesn’t have them. Google it BEFORE you attempt this upgrade.

                                    Create a working config
                                    How to add modules

                                    D 1 Reply Last reply Reply Quote 1
                                    • D Offline
                                      d3r @Mykle1
                                      last edited by

                                      @Mykle1 I haven’t tried stretch yet. I don’t have a spare microsd card. Did you check your /boot/config.txt?
                                      Maybe both wifi and bt are disabled in the config.

                                      Mykle1M 2 Replies Last reply Reply Quote 0
                                      • Mykle1M Offline
                                        Mykle1 Project Sponsor Module Developer @d3r
                                        last edited by

                                        @d3r

                                        No mention of wifi or BT at all in the /boot/config.txt file

                                        Create a working config
                                        How to add modules

                                        1 Reply Last reply Reply Quote 0
                                        • Mykle1M Offline
                                          Mykle1 Project Sponsor Module Developer @d3r
                                          last edited by

                                          @d3r

                                          Seriously, I followed all the fixes I could find, to no avail. If you’re thinking about testing Stretch, I would advise you NOT to update your firmware until the problem is addressed. You won’t be able to go back as things stand right now.

                                          I’m going to move to PC based MM. Right now my mirror is just that, a mirror

                                          Create a working config
                                          How to add modules

                                          D 1 Reply Last reply Reply Quote 0
                                          • D Offline
                                            d3r @Mykle1
                                            last edited by d3r

                                            @Mykle1 Out of curiosity, you start with a fresh Stretch image or upgrade from Jessie?
                                            I’m taking a look at my config. I have my onboard BT disabled.

                                            Mykle1M 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 3 / 3
                                            • First post
                                              Last post
                                            Enjoying MagicMirror? Please consider a donation!
                                            MagicMirror created by Michael Teeuw.
                                            Forum managed by Sam, technical setup by Karsten.
                                            This forum is using NodeBB as its core | Contributors
                                            Contact | Privacy Policy