# Bedrock Enabling Quectel EM05-G LTE Modem

## 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: 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-enabling-quectel-em05-g-lte-modem.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.
