Updated How to use the 4G extension (markdown)

GNU 2023-07-02 12:27:29 +08:00
parent 8984e9fb69
commit a1e534bdbc

@ -42,9 +42,10 @@ mmcli -m any | grep "primary port"
you will get like `cdc-wdm0` or `ttyUSB2` , if you got `cdc-wdm0`, we suggest blacklisting some kernel modules by you will get like `cdc-wdm0` or `ttyUSB2` , if you got `cdc-wdm0`, we suggest blacklisting some kernel modules by
``` ```
$ cat /etc/modprobe.d/blacklist-qmi.conf sudo bash -c 'cat << EOF > /etc/modprobe.d/blacklist-qmi.conf
blacklist qmi_wwan blacklist qmi_wwan
blacklist cdc_wdm blacklist cdc_wdm
EOF'
``` ```
`ttyUSB2` is what we want,but **cdc-wdm0** is still worth to try if you know it well `ttyUSB2` is what we want,but **cdc-wdm0** is still worth to try if you know it well