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

ModalAI Forum

  1. ModalAI Support Forum
  2. VOXL Dev Kits
  3. VOXL-CAM
  4. ADB devices not found

ADB devices not found

Scheduled Pinned Locked Moved VOXL-CAM
31 Posts 4 Posters 14.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.
  • M Offline
    M Offline
    marian
    Contributor
    wrote on last edited by
    #12

    @tom The results are the same even if I use sudo or I remove the 51-android.rules

    tomT 1 Reply Last reply
    0
    • M marian

      @tom The results are the same even if I use sudo or I remove the 51-android.rules

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

      @marian Did you reboot after removing the android-rules file?

      M 1 Reply Last reply
      0
      • tomT Offline
        tomT Offline
        tom
        admin
        wrote on last edited by
        #14

        @marian We may have to take a look at your hardware in house, checkout our RMA info here: https://modalai.com/rma

        M 1 Reply Last reply
        0
        • tomT tom

          @marian Did you reboot after removing the android-rules file?

          M Offline
          M Offline
          marian
          Contributor
          wrote on last edited by
          #15

          @tom yes, I rebooted the pc

          1 Reply Last reply
          0
          • tomT tom

            @marian We may have to take a look at your hardware in house, checkout our RMA info here: https://modalai.com/rma

            M Offline
            M Offline
            marian
            Contributor
            wrote on last edited by marian
            #16

            @tom In terms of RMA, can we try to have a remote diagnostic? I'm far a way from US ...

            1 Reply Last reply
            0
            • tomT Offline
              tomT Offline
              tom
              admin
              wrote on last edited by
              #17

              @marian Have you been able to ADB in to any other VOXL devices on this PC in the past? From what I see in your lsusb output everything looks correct. I'm wondering if there's an issue with your ADB install

              1 Reply Last reply
              0
              • tomT Offline
                tomT Offline
                tom
                admin
                wrote on last edited by
                #18

                @marian Here is what a working VOXL looks like on my machine running Ubuntu 18: Bus 001 Device 068: ID 05c6:901d Qualcomm, Inc. We have others at the company who use 20 so that shouldn't be an issue

                1 Reply Last reply
                0
                • tomT Offline
                  tomT Offline
                  tom
                  admin
                  wrote on last edited by tom
                  #19

                  @marian

                  [  +0.150491] usb 1-1: New USB device found, idVendor=05c6, idProduct=901d, bcdDevice= 3.18
                  [  +0.000010] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                  [  +0.000005] usb 1-1: Product: APQ8096-MTP _SN:AF0F8B82
                  [  +0.000004] usb 1-1: Manufacturer: Android
                  [  +0.000003] usb 1-1: SerialNumber: 4399683d```
                  1 Reply Last reply
                  0
                  • M Offline
                    M Offline
                    marian
                    Contributor
                    wrote on last edited by
                    #20

                    @tom I see the same things, but stiill the adb or fastboot commands don't see my device. I tried with two different laptops, and the problem is the same as per images below:

                    IMG_2349-1.jpeg
                    IMG_2348.jpg

                    1 Reply Last reply
                    0
                    • M Offline
                      M Offline
                      marian
                      Contributor
                      wrote on last edited by
                      #21

                      @tom I tried the adb for windows and it is working fine, I'm able to connect onto the voxl-cam via adb shell command.

                      Still have a problem via wsl to see the devices from ubuntu client, but if is working from windows client for adb I suppose that the device is fine.

                      1 Reply Last reply
                      0
                      • tomT Offline
                        tomT Offline
                        tom
                        admin
                        wrote on last edited by
                        #22

                        @marian Okay that's some good news! Since you're able to ADB from windows that means the VOXL Cam itself is functional. It must be some permission issue. We recommend using Ubuntu 18 directly and none of our engineers here use Windows for software development so I'm not too familiar with WSL. Do USB devices need to be added manually? Not sure they're shared from windows to WSL automatically. You may also need to stop the ADB server from running on the Windows client in order for it to work in WSL. (adb kill-server)

                        1 Reply Last reply
                        0
                        • M Offline
                          M Offline
                          marian
                          Contributor
                          wrote on last edited by
                          #23

                          @tom It's working just fine 🙂

                          There were a few issues:

                          1. when using WSL we need to start the server on windows via powershell and the first time will ask to set up the security access, just give access on both networks, this is used by wsl to give access to ubuntu client.

                          2. On linux, if we install the adb via apt install, the adb version will be older and the connection with the server will not work. Should install it via platform-tools provided by Android studio.

                          3. The cable. Using a micro-usb cable to connect the voxl-cam doesn't work every time, is recommended to use a usb 3 data cable to connect via this usb port.

                          Once we follow all these, is working fine in all the environments : windows, wsl / ubuntu 20, and mac os 🙂

                          Thanks for your help!

                          Bright NnadiB 1 Reply Last reply
                          1
                          • tomT Offline
                            tomT Offline
                            tom
                            admin
                            wrote on last edited by
                            #24

                            @marian This is some really good information, thank you so much for your findings!

                            1 Reply Last reply
                            0
                            • M marian

                              @tom It's working just fine 🙂

                              There were a few issues:

                              1. when using WSL we need to start the server on windows via powershell and the first time will ask to set up the security access, just give access on both networks, this is used by wsl to give access to ubuntu client.

                              2. On linux, if we install the adb via apt install, the adb version will be older and the connection with the server will not work. Should install it via platform-tools provided by Android studio.

                              3. The cable. Using a micro-usb cable to connect the voxl-cam doesn't work every time, is recommended to use a usb 3 data cable to connect via this usb port.

                              Once we follow all these, is working fine in all the environments : windows, wsl / ubuntu 20, and mac os 🙂

                              Thanks for your help!

                              Bright NnadiB Offline
                              Bright NnadiB Offline
                              Bright Nnadi
                              Contributor
                              wrote on last edited by
                              #25

                              @marian Please I am having the same issue you had with ADB here. I installed ADB with Ubuntu but it I don't think it worked because its not Detecting my VOXL CAM yet.

                              M 1 Reply Last reply
                              0
                              • Bright NnadiB Bright Nnadi

                                @marian Please I am having the same issue you had with ADB here. I installed ADB with Ubuntu but it I don't think it worked because its not Detecting my VOXL CAM yet.

                                M Offline
                                M Offline
                                marian
                                Contributor
                                wrote on last edited by marian
                                #26

                                @Bright-Nnadi Hi, did you install ubuntu on windows and using via wsl, or you have a linux machine with ubuntu installed that you use?

                                Bright NnadiB 1 Reply Last reply
                                0
                                • M marian

                                  @Bright-Nnadi Hi, did you install ubuntu on windows and using via wsl, or you have a linux machine with ubuntu installed that you use?

                                  Bright NnadiB Offline
                                  Bright NnadiB Offline
                                  Bright Nnadi
                                  Contributor
                                  wrote on last edited by
                                  #27

                                  @marian i just installed ubuntu on windows but not via wsl

                                  M 1 Reply Last reply
                                  0
                                  • Bright NnadiB Bright Nnadi

                                    @marian i just installed ubuntu on windows but not via wsl

                                    M Offline
                                    M Offline
                                    marian
                                    Contributor
                                    wrote on last edited by marian
                                    #28

                                    @Bright-Nnadi I understand. I followed the steps below and it works fine for me, I hope that will help you too.

                                    1. Installation steps :
                                      Install ADB for windows
                                      Install adb for ubuntu.

                                    Check the version on both systems. On ubuntu, if using apt will install an older version than Windows, so should install it via platform-tools provided by Android studio

                                    For Using ADB follow the steps below:
                                    a) Run PowerShell in Admin mode, and go to the folder where ADB is located
                                    There tape the command below:
                                    .\adb.exe -a -P 5037 nodaemon server

                                    That should connect and show the devices:
                                    adb.exe I 02-28 17:55:47 13580 13948 adb.cpp:171] c6f37030: already offline

                                    N.B.: The first time we run it, it will open a security window to give it access through the Firewall. Select the both, local and public network. It is needed to access the device through WSL (see step below).

                                    Into another PowerShell window can connect to the device via .\adb.exe shell

                                    b) on Ubuntu client :

                                    Take the IP address of the WSL from the windows station:
                                    ifconfig -> for me is something like 172.23.0.1 …

                                    Look into the /etc/resolv.conf => there should be the address below, if not change it to this one

                                    Run the command:
                                    adb -H 172.23.0.1 -P 5037 devices

                                    That should allow you to connect to adb device from Ubuntu client on Windows.

                                    Bright NnadiB 1 Reply Last reply
                                    0
                                    • M marian

                                      @Bright-Nnadi I understand. I followed the steps below and it works fine for me, I hope that will help you too.

                                      1. Installation steps :
                                        Install ADB for windows
                                        Install adb for ubuntu.

                                      Check the version on both systems. On ubuntu, if using apt will install an older version than Windows, so should install it via platform-tools provided by Android studio

                                      For Using ADB follow the steps below:
                                      a) Run PowerShell in Admin mode, and go to the folder where ADB is located
                                      There tape the command below:
                                      .\adb.exe -a -P 5037 nodaemon server

                                      That should connect and show the devices:
                                      adb.exe I 02-28 17:55:47 13580 13948 adb.cpp:171] c6f37030: already offline

                                      N.B.: The first time we run it, it will open a security window to give it access through the Firewall. Select the both, local and public network. It is needed to access the device through WSL (see step below).

                                      Into another PowerShell window can connect to the device via .\adb.exe shell

                                      b) on Ubuntu client :

                                      Take the IP address of the WSL from the windows station:
                                      ifconfig -> for me is something like 172.23.0.1 …

                                      Look into the /etc/resolv.conf => there should be the address below, if not change it to this one

                                      Run the command:
                                      adb -H 172.23.0.1 -P 5037 devices

                                      That should allow you to connect to adb device from Ubuntu client on Windows.

                                      Bright NnadiB Offline
                                      Bright NnadiB Offline
                                      Bright Nnadi
                                      Contributor
                                      wrote on last edited by
                                      #29

                                      @marian Please how will install adb via AS, not familiar with it.

                                      1 Reply Last reply
                                      -1
                                      • Bright NnadiB Offline
                                        Bright NnadiB Offline
                                        Bright Nnadi
                                        Contributor
                                        wrote on last edited by
                                        #30

                                        So I have Android studio installed now

                                        1 Reply Last reply
                                        0
                                        • tomT tom

                                          @marian Okay that is good that at least ssh is working so the board should be functional. I wonder if it is some sort of user privileges issue that ADB isn't coming up. What if you do sudo adb devices? And what if you remove that android rules file: sudo rm /etc/udev/rules.d/51-android.rules and reboot your PC? I'm not sure that file is necessary.

                                          For those other questions, I would open a new forum topic so that the whole team can get eyes on it.

                                          Hyunsoo Kim 0H Offline
                                          Hyunsoo Kim 0H Offline
                                          Hyunsoo Kim 0
                                          wrote on last edited by
                                          #31

                                          @tom Thank you so much!
                                          I was having the exact same problem with @marian.
                                          I could connect to the voxl via ssh but could not via adb shell.
                                          But could solve it after removing the /etc/udev/rules.d/51-android.rules.
                                          Try to remove the file, who are facing the same problem with me.

                                          1 Reply Last reply
                                          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
                                          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

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