Skip to content

Commit df7be02

Browse files
committed
Linter patch
1 parent c6cf68d commit df7be02

File tree

1 file changed

+4
-4
lines changed
  • content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/mpcie-4g-modem

1 file changed

+4
-4
lines changed

content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/mpcie-4g-modem/content.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,11 +368,11 @@ sudo udevadm control --reload-rules
368368
sudo udevadm trigger
369369
```
370370

371-
#### For QMI-based Modems
371+
#### For QMI Based Modems
372372

373-
For **QMI-based modems**, modems that use *Qualcomm MSM Interface*, following steps can help configure the modem, which involves managing the **Raw IP mode** and using **qmicli** for network control.
373+
For **QMI based modems**, modems that use *Qualcomm MSM Interface*, following steps can help configure the modem, which involves managing the **Raw IP mode** and using **qmicli** for network control.
374374

375-
#### Setting up Raw IP Mode for QMI-based Modems
375+
#### Raw IP Mode Setup for QMI Based Modems
376376

377377
With the overlays configured, the setup process involves bringing down the `wwan0` interface, setting it to raw IP mode, and then bringing it back up:
378378

@@ -388,7 +388,7 @@ echo Y > /sys/class/net/wwan0/qmi/raw_ip
388388
ip link set dev wwan0 up
389389
```
390390

391-
#### Inspecting and Configuring the QMI-based Modem
391+
#### Inspecting and Configuring the QMI Based Modem
392392

393393
Following that, use `qmicli` commands to inspect the card's status and begin a network connection:
394394

0 commit comments

Comments
 (0)