Open
Conversation
Doc/User Manual/ET2500_5G_Module.md
Outdated
| @@ -0,0 +1,229 @@ | |||
| ## 1 **Kernel modification** | |||
|
|
|||
Contributor
There was a problem hiding this comment.
- check if the module is exists
- if not exists, use the github kernel source code to build, do not need add patch here
Doc/User Manual/ET2500_5G_Module.md
Outdated
| ## 3 Compile Quectel_QConnectManager | ||
|
|
||
| ``` | ||
| cd Quectel_QConnectManager_Linux_V1.6.8 |
Contributor
There was a problem hiding this comment.
where is the source code, should add github link
|
|
||
| ovs-ctl restart | ||
| 5. dpdk bind | ||
| ./dpdk-devbind.py -b vfio-pci 0002:02:00.0 0002:03:00.0 0002:0f:00.2 0002:0f:00.3 |
Contributor
There was a problem hiding this comment.
after bind, how to see the port and add openflow to show it works ok
Doc/User Manual/ET2500_5G_Module.md
Outdated
| - cd /sys/bus/usb/drivers | ||
| check *option、qmi_wwan_q、cdc_mbim* exist | ||
|
|
||
| The RM520N should support both `qmi_wwan_q` and `cdc_mbim` driver modes. Currently, `qmi_wwan_q` is being used. |
Contributor
There was a problem hiding this comment.
update current kernel driver to mbim
Aster-Marvin
requested changes
Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.