# ADB no longer working, docker-daemon no longer on the VOXL-2 services page

Source: https://forum.modalai.com/topic/3173/adb-no-longer-working-docker-daemon-no-longer-on-the-voxl-2-services-page
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2024-03-06 14:31:46 UTC by Stefan Amundarain
Replies: 4 · Views: 961

## Stefan Amundarain · 2024-03-06 14:31:46 UTC

Hello, new user, working with a VOXL2 Dev kit. 

A coworker was working on our VOXL 2 and we had success in uploading our AI and getting it all working. We were able to connect through ADB and also through ssh. We updated the device and have been testing different aspects while preparing our drone frame. 

We are now currently unable to view the device through the adb devices list. 
I noticed in our voxl-inspect-services that we are missing the docker-daemon as a service. 
![Screenshot 2024-03-06 092100.png](https://forum.modalai.com/assets/uploads/files/1709735260796-screenshot-2024-03-06-092100.png) 

I am by no means an expert, like stated above, very new user, more of a drone expert than a software expert. 
Is Docker-daemon something we can reinstall? 
Our team has made many changes to the VOXL already and do not want to erase all our work so far. 

Any help would be greatly appreciated.

## Reply by Alex Kushleyev (ModalAI staff) · 2024-03-07 14:54:55 UTC

@Stefan-Amundarain said in [ADB no longer working, docker\-daemon no longer on the VOXL\-2 services page](/post/15082):
> unable to view the device through the adb devices list

Can you please clarify this statement? if you are not able to view the device in adb devices list, this means you are not able to connect to the device via adb, but you are showing the output of `voxl-inspect-services` - how are you running that? Are you using an SSH connection to the board?

## Reply by Stefan Amundarain · 2024-03-07 17:45:51 UTC (in reply to Alex Kushleyev)

@Alex-Kushleyev 

Thank you for your response @Alex-Kushleyev. 

Yes, we were able to set up the WiFi and can ssh into the VOXL2. 

I am quite new to the developmental side and per my understanding we have been able to access and change what we would like through the ssh, but I was curious if this lack of docker-daemon has any negative effects AND if this is the reason we can no longer view the VOXL when using the USB-C to USB-A cable. 

We did have ADB working when we first received the platform as we were able to log in and modify the WiFi settings among others. We are not sure what changed but now we are no longer able to connect to the VOXL via the USB yet we had success with previously.

## Reply by Alex Kushleyev (ModalAI staff) · 2024-03-07 17:49:39 UTC (in reply to Stefan Amundarain)

@Stefan-Amundarain 

on some systems, you need to run adb in root / sudo mode in order to access VOXL2.

Can you please try the following on your Linux host machine:
```
adb kill-server
sudo adb shell
* daemon not running; starting now at tcp:5037
* daemon started successfully
```
hopefully this works. after first time (with `sudo`), you don't need `sudo` in the `adb shell` command until you reboot your host machine.

## Reply by Stefan Amundarain · 2024-03-08 16:12:09 UTC (in reply to Alex Kushleyev)

@Alex-Kushleyev 

all is working now. Not sure what has changed but we are all set. Thank you for your help Alex!

Stefan
