Skip to content

How to use Quectel RM510 as UE #426

Closed Answered by herlesupreeth
pchat-imm asked this question in General Help
Discussion options

You must be logged in to vote

I use mmcli and use ping command from terminal. For example

First I run mmcli to list all connected modem

sudo mmcli -L
    /org/freedesktop/ModemManager1/Modem/0 [Intel] MBIM

then, take note of modem number i.e. in my case its 0. Then, I run following commands

sudo mmcli -m 0 -e
sudo mmcli -m 0 --simple-connect="apn=internet"

the above command initiates a PDN connection for DNN "internet". Then, you should be able to use AT command or see in logs of 5GC for the allocated IP for internet DNN. Say for example, IP allocated is 192.168.100.2, then check the output of ip a and you should find an interface named wwanX e.g. wwan0. Assign the allocated IP to that interface as follows

sudo ip …

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
11 replies
@herlesupreeth
Comment options

Answer selected by pchat-imm
@pchat-imm
Comment options

@pchat-imm
Comment options

@chonghua1
Comment options

@herlesupreeth
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants