> 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/amd/v3000/sbc-platform/bedrock-v3000-technical-documentation/software-bedrock-v3000/linux-bedrock-v3000/enabling-quectel-em05-g-lte-modem-in-linux-on-bedrock-v3000.md).

# Enabling Quectel EM05-G LTE Modem in Linux on Bedrock V3000

## Introduction

This documentation provides a comprehensive guide on enabling the Quectel EM05-G LTE Modem.\
With this guide, users can seamlessly set up the modem in their environment.

## Prerequisites

* Hardware requirements: Bedrock V3000 with Quectel EM05-G Modem
* Software requirements: Linux Environment

## Configuration

* Boot into your Linux environmment
* Run the following Commands:

```
modprobe option
echo "2c7c 030e" > /sys/bus/usb-serial/drivers/option1/new_id
modprobe cdc_mbim
```

* It might take a few seconds for the Modem and required services to start working

## Testing and Verification

* Run:

```
mmcli -L
```

* This will list Your modem, Example:

```
/org/freedesktop/ModemManager1/Modem/0 [Quectel] Quectel EM05-G
```

## References

1. [Quectel Official Website](http://www.example.com/)
2. [EM05-G AT-commands](https://forums.quectel.com/uploads/short-url/cBnrTmjnCg7OGnqRsk8dIpbHuVX.pdf)


---

# 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/amd/v3000/sbc-platform/bedrock-v3000-technical-documentation/software-bedrock-v3000/linux-bedrock-v3000/enabling-quectel-em05-g-lte-modem-in-linux-on-bedrock-v3000.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.
