# ADB device not recognized (Staling2)

Source: https://forum.modalai.com/topic/4192/adb-device-not-recognized-staling2
Category: Flight Core and Legacy VOXL (https://forum.modalai.com/category/9/flight-core-and-legacy-voxl)
Tags: flight-deck
Posted: 2025-02-19 07:13:02 UTC by Taka
Replies: 2 · Views: 1398

## Taka · 2025-02-19 07:13:02 UTC

![スクリーンショット 2025-02-19 163110.jpg](https://forum.modalai.com/assets/uploads/files/1739950281451-スクリーンショット-2025-02-19-163110.jpg) Re: [No devices listed when checking ADB Devices](/topic/720/no-devices-listed-when-checking-adb-devices)

Like previous inquiries, I am trying to find a list of connected devices, but when I run adb devices within Ubuntu, nothing shows up. i am working on a VM on my computer, following the Boot Camp video provided by ModalAI.
I've also already run $lsusb. The currently displayed screen is also shared.

Is it a problem to do this in a VM? Is it preferable to do it on a dedicated Linux PC?
I am following along in bootcamp and only running the following setup on linux, am I missing something?
 'sudo apt update' and 'sudo apt install -y android-tools-adb android-tools-fastboot' and 'lsusb'.
I have tried using multiple types of A to C cables, which was an idea in another post, but it has not solved the problem.

It would be helpful if you could estimate what is causing the problem.

![スクリーンショット 2025-02-19 160333.jpg](https://forum.modalai.com/assets/uploads/files/1739948645644-スクリーンショット-2025-02-19-160333.jpg) ![スクリーンショット 2025-02-19 160459.jpg](https://forum.modalai.com/assets/uploads/files/1739948711328-スクリーンショット-2025-02-19-160459.jpg)

## Reply by tom (ModalAI staff) · 2025-02-19 17:41:12 UTC

@Taka It doesn't seem as though the USB device is being passed from your host machine to your VM, that's likely something that needs to be configured manually via your VM software

## Reply by tom (ModalAI staff) · 2025-02-19 17:41:43 UTC (in reply to tom)

@tom It always preferable to run linux natively to avoid issues like this
