# [Suggestion] Add fastboot device udev rule to "Setup ADB" tutorial

Source: https://forum.modalai.com/topic/622/suggestion-add-fastboot-device-udev-rule-to-setup-adb-tutorial
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2021-12-23 08:44:05 UTC by omer b
Replies: 1 · Views: 552

## omer b · 2021-12-23 08:44:05 UTC

Hello,

In the following tutorial: https://docs.modalai.com/setup-adb/#host-computer-setup you give a tooltip on setting up a udev rule for the adb device, but once the VOXL is rebooted into bootloader mode, it appears as a different device (`Bus 001 Device 010: ID 18d1:d00d Google Inc.`) and fastboot is unable to discover it without root privileges.

I suggest you add the following to the tooltip:
```
SUBSYSTEM=="usb", ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="d00d", MODE="0660", GROUP="plugdev", SYMLINK+="voxl-fastboot%n"
```

Thank you.

## Reply by modaltb (ModalAI staff) · 2021-12-23 14:43:12 UTC

@omer-b thanks!!  Added:
![5dc619fb-ca85-4b54-9d6a-e6e9c4567512-image.png](https://forum.modalai.com/assets/uploads/files/1640270590811-5dc619fb-ca85-4b54-9d6a-e6e9c4567512-image.png)
