Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse
Brand Logo

ModalAI Forum

  1. ModalAI Support Forum
  2. Ask your questions right here!
  3. ADB not working. No devices detected

ADB not working. No devices detected

Scheduled Pinned Locked Moved Ask your questions right here!
18 Posts 4 Posters 4.2k Views 2 Watching
  • 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.
  • tomT tom

    @Kiazoa-Joao How are you powering the drone?

    Kiazoa JoaoK Offline
    Kiazoa JoaoK Offline
    Kiazoa Joao
    Regular
    wrote on last edited by
    #3

    @tom I am powering the drone with a lipo 14.8v battery.

    tomT 1 Reply Last reply
    0
    • Kiazoa JoaoK Kiazoa Joao

      @tom I am powering the drone with a lipo 14.8v battery.

      tomT Offline
      tomT Offline
      tom
      admin
      wrote on last edited by
      #4

      @Kiazoa-Joao What do you see with lsusb?

      Kiazoa JoaoK 1 Reply Last reply
      0
      • tomT tom

        @Kiazoa-Joao What do you see with lsusb?

        Kiazoa JoaoK Offline
        Kiazoa JoaoK Offline
        Kiazoa Joao
        Regular
        wrote on last edited by
        #5

        @tom This is all I see. I does not seem to recognize it when it is plugged in.
        Screenshot 2024-09-10 160044.png

        tomT VinnyV 2 Replies Last reply
        0
        • Kiazoa JoaoK Kiazoa Joao

          @tom This is all I see. I does not seem to recognize it when it is plugged in.
          Screenshot 2024-09-10 160044.png

          tomT Offline
          tomT Offline
          tom
          admin
          wrote on last edited by
          #6

          @Kiazoa-Joao Hmm you're right, do you see LEDs come on on the VOXL board when it is powered? Do you have another USB cable / port combo you can experiment with as well?

          Kiazoa JoaoK 1 Reply Last reply
          0
          • Kiazoa JoaoK Kiazoa Joao

            @tom This is all I see. I does not seem to recognize it when it is plugged in.
            Screenshot 2024-09-10 160044.png

            VinnyV Offline
            VinnyV Offline
            Vinny
            ModalAI Team
            wrote on last edited by
            #7

            Hi @Kiazoa-Joao
            Is your USB cable this gray coiled up one?
            734c0405-ca98-4cf8-9b03-d93294f9ab3b-image.png
            That seems to me to be exceptionally long.
            We've not usually had issues with cables on VOXL or VOXL-Flight, but do you have a shorter cable?
            USB2 is normally enough to see ADB, and USB2 cables can be longer than USB3, but I'm wondering if your cable is a problem. I know VOXL Flight uses a less common (older) USB3 connector, but there are still plenty of cables from USB2-A (or USB3-A) to USB3-MicroB.
            Worth a try.
            Thanks!

            Kiazoa JoaoK 1 Reply Last reply
            0
            • VinnyV Vinny

              Hi @Kiazoa-Joao
              Is your USB cable this gray coiled up one?
              734c0405-ca98-4cf8-9b03-d93294f9ab3b-image.png
              That seems to me to be exceptionally long.
              We've not usually had issues with cables on VOXL or VOXL-Flight, but do you have a shorter cable?
              USB2 is normally enough to see ADB, and USB2 cables can be longer than USB3, but I'm wondering if your cable is a problem. I know VOXL Flight uses a less common (older) USB3 connector, but there are still plenty of cables from USB2-A (or USB3-A) to USB3-MicroB.
              Worth a try.
              Thanks!

              Kiazoa JoaoK Offline
              Kiazoa JoaoK Offline
              Kiazoa Joao
              Regular
              wrote on last edited by Kiazoa Joao
              #8

              @Vinny Hi! I tried using a shorter cable, but still. I am using a Linux sub-system on my windows laptop in order to be able to use Ubuntu. Do you think it might not be communicating correctly? I am very new to this.
              Screenshot 2024-09-11 102453.png IMG_1443.jpg

              VinnyV 1 Reply Last reply
              0
              • tomT tom

                @Kiazoa-Joao Hmm you're right, do you see LEDs come on on the VOXL board when it is powered? Do you have another USB cable / port combo you can experiment with as well?

                Kiazoa JoaoK Offline
                Kiazoa JoaoK Offline
                Kiazoa Joao
                Regular
                wrote on last edited by
                #9

                @tom yes I do see the LEDs, and I tried using another cable.

                1 Reply Last reply
                0
                • Kiazoa JoaoK Kiazoa Joao

                  @Vinny Hi! I tried using a shorter cable, but still. I am using a Linux sub-system on my windows laptop in order to be able to use Ubuntu. Do you think it might not be communicating correctly? I am very new to this.
                  Screenshot 2024-09-11 102453.png IMG_1443.jpg

                  VinnyV Offline
                  VinnyV Offline
                  Vinny
                  ModalAI Team
                  wrote on last edited by
                  #10

                  Hi @Kiazoa-Joao
                  Ahhh, yes WSL has issues and cannot fully replicate the environment needed for these platforms.
                  I am a windows user (hardware team) and the best I can get with WSL is ADB and a few basic shell commands.
                  The trick with WSL is to use a normal command prompt and try to get ADB over that, then WSL usually can see it... but for some reason, one blocks the other until they both work.
                  I've found I need to kill and restart the ADB server on both WSL and Command prompt, sometimes a few times, to get WSL to see the ADB device(s).
                  Longer term, you will need a Linux machine.
                  We are exploring the option of dual boot PCs in our Hardware lab, so that may be something worth exploring, but WSL will not work long-term and will not work for loading the SDKs.

                  Kiazoa JoaoK 1 Reply Last reply
                  0
                  • VinnyV Vinny

                    Hi @Kiazoa-Joao
                    Ahhh, yes WSL has issues and cannot fully replicate the environment needed for these platforms.
                    I am a windows user (hardware team) and the best I can get with WSL is ADB and a few basic shell commands.
                    The trick with WSL is to use a normal command prompt and try to get ADB over that, then WSL usually can see it... but for some reason, one blocks the other until they both work.
                    I've found I need to kill and restart the ADB server on both WSL and Command prompt, sometimes a few times, to get WSL to see the ADB device(s).
                    Longer term, you will need a Linux machine.
                    We are exploring the option of dual boot PCs in our Hardware lab, so that may be something worth exploring, but WSL will not work long-term and will not work for loading the SDKs.

                    Kiazoa JoaoK Offline
                    Kiazoa JoaoK Offline
                    Kiazoa Joao
                    Regular
                    wrote on last edited by
                    #11

                    @Vinny I see. thank you for explaining that. can you please help me get this trick to work? every time I try the ADB devices command on the normal command prompt, it either says "ADB" not found or "'adb' is not recognized as an internal or external command,
                    operable program or batch file."

                    VinnyV 1 Reply Last reply
                    0
                    • Kiazoa JoaoK Kiazoa Joao

                      @Vinny I see. thank you for explaining that. can you please help me get this trick to work? every time I try the ADB devices command on the normal command prompt, it either says "ADB" not found or "'adb' is not recognized as an internal or external command,
                      operable program or batch file."

                      VinnyV Offline
                      VinnyV Offline
                      Vinny
                      ModalAI Team
                      wrote on last edited by
                      #12

                      HI @Kiazoa-Joao
                      Try installing ADB in your windows environment. Then try to repeat with once you get ADB devices listing in Command prompt, it should appear in WSL. That is what usually works for me.
                      But I repeat, you will likely not be able to install SDK's... I tried and it instantly fails in WSL.

                      Kiazoa JoaoK J 2 Replies Last reply
                      0
                      • VinnyV Vinny

                        HI @Kiazoa-Joao
                        Try installing ADB in your windows environment. Then try to repeat with once you get ADB devices listing in Command prompt, it should appear in WSL. That is what usually works for me.
                        But I repeat, you will likely not be able to install SDK's... I tried and it instantly fails in WSL.

                        Kiazoa JoaoK Offline
                        Kiazoa JoaoK Offline
                        Kiazoa Joao
                        Regular
                        wrote on last edited by
                        #13

                        @Vinny Thank you so much.

                        1 Reply Last reply
                        0
                        • VinnyV Vinny

                          HI @Kiazoa-Joao
                          Try installing ADB in your windows environment. Then try to repeat with once you get ADB devices listing in Command prompt, it should appear in WSL. That is what usually works for me.
                          But I repeat, you will likely not be able to install SDK's... I tried and it instantly fails in WSL.

                          J Offline
                          J Offline
                          jonathanrblazer
                          wrote on last edited by
                          #14

                          @Vinny Hi, has there been any update on this front?
                          I am also using WSL on a Windows laptop, trying to get a Starling 2 up and running but 'adb devices' does not list anything
                          (if I run 'Get-WmiObject Win32_USBHub' on PowerShell it does list the Qualcomm Android device')

                          Any good news? I would like to get this baby flying but am reticent to get a dedicated Linux machine; MAYBE I could consider a dual boot solution...

                          Thanks for reading!

                          VinnyV Kiazoa JoaoK 2 Replies Last reply
                          0
                          • J jonathanrblazer

                            @Vinny Hi, has there been any update on this front?
                            I am also using WSL on a Windows laptop, trying to get a Starling 2 up and running but 'adb devices' does not list anything
                            (if I run 'Get-WmiObject Win32_USBHub' on PowerShell it does list the Qualcomm Android device')

                            Any good news? I would like to get this baby flying but am reticent to get a dedicated Linux machine; MAYBE I could consider a dual boot solution...

                            Thanks for reading!

                            VinnyV Offline
                            VinnyV Offline
                            Vinny
                            ModalAI Team
                            wrote on last edited by
                            #15

                            Hi @jonathanrblazer
                            Yes, do a dual boot. It's what we do in our HW lab and we have no issues.
                            WSL just does not work the way it needs for our Ubuntu flavors.
                            Hope that helps!

                            1 Reply Last reply
                            1
                            • J jonathanrblazer

                              @Vinny Hi, has there been any update on this front?
                              I am also using WSL on a Windows laptop, trying to get a Starling 2 up and running but 'adb devices' does not list anything
                              (if I run 'Get-WmiObject Win32_USBHub' on PowerShell it does list the Qualcomm Android device')

                              Any good news? I would like to get this baby flying but am reticent to get a dedicated Linux machine; MAYBE I could consider a dual boot solution...

                              Thanks for reading!

                              Kiazoa JoaoK Offline
                              Kiazoa JoaoK Offline
                              Kiazoa Joao
                              Regular
                              wrote on last edited by
                              #16

                              @jonathanrblazer Hi! WSL did not work for me. I've been using a VirtualBox called Oracle. You can download it for free. I hope this helps.

                              J 1 Reply Last reply
                              1
                              • Kiazoa JoaoK Kiazoa Joao

                                @jonathanrblazer Hi! WSL did not work for me. I've been using a VirtualBox called Oracle. You can download it for free. I hope this helps.

                                J Offline
                                J Offline
                                jonathanrblazer
                                wrote on last edited by
                                #17

                                @Kiazoa-Joao Hey! I’ve been using Oracle VirtualBox and it’s going well. I’m at the end of the bootcamp at the part on voxl-cross, have you been running Docker INSIDE the VirtualBox? If so, any important considerations? If not, what are you doing instead?

                                Kiazoa JoaoK 1 Reply Last reply
                                0
                                • J jonathanrblazer

                                  @Kiazoa-Joao Hey! I’ve been using Oracle VirtualBox and it’s going well. I’m at the end of the bootcamp at the part on voxl-cross, have you been running Docker INSIDE the VirtualBox? If so, any important considerations? If not, what are you doing instead?

                                  Kiazoa JoaoK Offline
                                  Kiazoa JoaoK Offline
                                  Kiazoa Joao
                                  Regular
                                  wrote on last edited by
                                  #18

                                  @jonathanrblazer I am glad it worked out for you. yes, I've been running the docker inside the VirtualBox, but you can also run it outside the VM, just use your wifi and "ssh root@ip". Always "commit" any changes you make inside the docker; otherwise, you'll have to re-download your packages over and over again. I also had a lot of issues with communication. The docker container wouldn't communicate with the drone. If you're trying to run MAVROS, follow these steps here https://docs.modalai.com/mavros-0_9/

                                  1 Reply Last reply
                                  1

                                  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
                                  Reply
                                  • Reply as topic
                                  Log in to reply
                                  • Oldest to Newest
                                  • Newest to Oldest
                                  • Most Votes


                                  ModalAI
                                  Categories Recent Tags ModalAI.com Docs
                                  © 2026 ModalAI® · Accelerating autonomy for smaller, smarter, safer drones · Powered by NodeBB
                                  • Login

                                  • Don't have an account? Register

                                  • Login or register to search.
                                  • First post
                                    Last post
                                  0
                                  • Categories
                                  • Recent
                                  • Tags
                                  • Popular
                                  • Users
                                  • Groups