> For the complete documentation index, see [llms.txt](https://dev.solid-run.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.solid-run.com/other-articles/snippets/bedrock-windows-drivers.md).

# Bedrock Windows Drivers

### **LTE / 5G Modem Drivers**

### Intel Ethernet drivers

While Intel's i226-TI drivers are typically auto-installed during a Windows update, there might be instances where they aren't.\
If that's the case, please follow the installation instructions below.

### **Installation Instructions for Intel Ethernet Drivers**:

1. **Access the Device Manager**:

* Right-click on the Windows taskbar menu.
* Select "Device Manager" from the dropdown.

2. **Identify if driver is missing**:

* If the drivers are **not installed**, an "Ethernet Controller" entry will appear under the "Other Devices" tab.

3. **Install the Drivers**:

* Click on the "Action" tab at the top.
* Select "Add drivers" from the dropdown.
* Navigate to the extracted `PRO2500` directory and choose the appropriate sub-directory corresponding to your Windows version.
* Click "OK."

4. **Finalize the Installation**:

* Windows will automatically detect and install the required drivers for the NICs.
* It might be necessary to reboot or power cycle your system to ensure the NICs function correctly.


---

# 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:

```
GET https://dev.solid-run.com/other-articles/snippets/bedrock-windows-drivers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
