> For the complete documentation index, see [llms.txt](https://docs.motus.org/sensorgnome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.motus.org/sensorgnome/v1/appendix/restoring-beaglebone-drivers-on-windows.md).

# Restoring BeagleBone drivers on Windows

{% hint style="danger" %}
You are viewing the V1 Legacy SensorGnome user guide. This software has not been updated since 2018.
{% endhint %}

Newer versions of Windows will occasionally reset the drivers for BeagleBones, making it impossible to connect to them. You can reset the driver selection using the following steps.

1. Connect the BeagleBone to the computer using USB and confirm it's powered on
2. Open "Device Manager" on your computer. Under the "View" menu, ensure that "Show hidden devices" is checked

   <figure><img src="/files/Z1s8x1IbvVUwvA4p4Frs" alt=""><figcaption></figcaption></figure>
3. Expand the Ports section. If the BB is connected and powered on you should see one of these indicating "active" with the darker shading
4. Right click on the active port and select "Update Driver"

<figure><img src="/files/LRlvfhwT9Y1rapRonJAk" alt=""><figcaption></figcaption></figure>

1. Select "Browse my computer for drivers"
2. Select "Let me pick from a list of available drivers"
3. You should see a option for "Linux USB Ethernet/RNDIS Gadget". Select that.

<figure><img src="/files/iK6pob4Bi3IFqgHSrNJe" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.motus.org/sensorgnome/v1/appendix/restoring-beaglebone-drivers-on-windows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
