Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Solved Bluetooth Adapter not found in Raspbian Jessie.

    India
    3
    7
    1369
    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.
    • S
      SHUBHAM SINGH RAO last edited by SHUBHAM SINGH RAO

      Problem Statement -
      1.Bluetooth adapter not found in raspbian Jessie
      2. Unable to install bluez blueman

      Present State -
      I have given the following commands on terminal -

      1. sudo apt-get update
      2. sudo apt-get install bluetooth bluez blueman

      But I was not able to complete my operation successfully

      I tried to find the status of bluetooth by following command on terminal
      sudo systemctl status bluetooth

      I got the following result
      2019-10-16-104838_1024x600_scrot.png 2019-10-16-104827_1024x600_scrot.png

      How can I make my bluetooth adapter to work and how can I install bluetooth blueman?

      jsulm Pablo J. Rogina 2 Replies Last reply Reply Quote 0
      • jsulm
        jsulm Lifetime Qt Champion @SHUBHAM SINGH RAO last edited by

        @SHUBHAM-SINGH-RAO In what way is your issue related to Qt?
        Why don't you ask in a Linux/Raspbian forum?

        And if you ask you should provide enough information.
        For example, what does this mean: "But I was not able to complete my operation successfully"? What happened exactly?

        You should first call update and then install, not other way around:

        sudo apt-get update
        sudo apt-get install bluetooth bluez blueman
        

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 2
        • S
          SHUBHAM SINGH RAO last edited by SHUBHAM SINGH RAO

          Hi there.
          Thanx for reply

          1. Yeah I know it is not directly related to Qt
            But I m running my Qt on raspbian only
            and next step for me is to run bluetooth of raspbian through Qt only
          2. I have given the commands in the sequence mentioned by u only, I just wrongly wrote them in my post which I have corrected now
          jsulm 1 Reply Last reply Reply Quote 0
          • jsulm
            jsulm Lifetime Qt Champion @SHUBHAM SINGH RAO last edited by

            @SHUBHAM-SINGH-RAO said in Bluetooth Adapter not found in Raspbian Jessie.:

            I have given the commands in the sequence mentioned by u only, I just wrongly wrote them in my post which I have corrected now

            Again: what was the issue when executing these commands?

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            S 1 Reply Last reply Reply Quote 1
            • Pablo J. Rogina
              Pablo J. Rogina @SHUBHAM SINGH RAO last edited by

              @SHUBHAM-SINGH-RAO said in Bluetooth Adapter not found in Raspbian Jessie.:

              Bluetooth adapter not found in raspbian Jessie

              What RPi device are you using?
              Is that an external Bluetooth adapter?

              Upvote the answer(s) that helped you solve the issue
              Use "Topic Tools" button to mark your post as Solved
              Add screenshots via postimage.org
              Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

              S 1 Reply Last reply Reply Quote 1
              • S
                SHUBHAM SINGH RAO @Pablo J. Rogina last edited by

                @Pablo-J-Rogina raspberry pi 3 b+
                No I m using on-board bluetooth

                1 Reply Last reply Reply Quote 0
                • S
                  SHUBHAM SINGH RAO @jsulm last edited by

                  @jsulm It was because of repetitive failure in feature upgradation in my Jessie image. I changed my image and installed bluez in new image

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post