...
Code Block |
---|
sudo qmicli -d /dev/cdc-wdm0 --wda-get-data-format |
You will get something similar to that:
Code Block |
---|
[/dev/cdc-wdm0] Successfully got data format
QoS flow header: no
Link layer protocol: 'raw-ip'
Uplink data aggregation protocol: 'disabled'
Downlink data aggregation protocol: 'disabled'
NDP signature: '0'
Downlink data aggregation max datagrams: '0'
Downlink data aggregation max size: '0' |
Step 8: Connect to the mobile network by changing the part of the 'YOUR_APN', 'YOUR_USERNAME', 'YOUR_PASSWORD' lines according to your SIM card details. Remove these options if a user name and password are not required.
...
Code Block |
---|
[/dev/cdc-wdm0] Network started Packet data handle: '21987132162198768960' [/dev/cdc-wdm0] Client ID not released: Service: 'wds' CID: '2' |
Step 9: Configure the IP address and default route using udhcpc
...
You will get something similar to that:
Code Block |
---|
PING sixfabexelonix.com (1725.67189.75154.126234) from 10010.67254.11446.16434 wwan0: 56(84) bytes of data. 64 bytes from 172mail.67exelonix.75.126com (1725.67189.75154.126234): icmp_seq=1 ttl=2950 time=247113 ms 64 bytes from 172mail.67exelonix.75.126com (1725.67189.75154.126234): icmp_seq=2 ttl=2950 time=20572.4 ms 64 bytes from 172mail.67exelonix.75.126com (1725.67189.75154.126234): icmp_seq=3 ttl=2950 time=2071426 ms 64 bytes from 172mail.67exelonix.75.126com (1725.67189.75154.126234): icmp_seq=4 ttl=2951 time=2041568 ms 64 bytes from 172mail.67exelonix.75.126com (1725.67189.75154.126234): icmp_seq=5 ttl=2950 time=2161444 ms --- sixfabexelonix.com ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 8ms5173ms rtt min/avg/max/mdev = 20472.050382/215924.839626/2471567.004907/16681.201326 ms, pipe 2 |