From a1e534bdbcc22072e94875e4eb9d3abceaf6c704 Mon Sep 17 00:00:00 2001 From: GNU Date: Sun, 2 Jul 2023 12:27:29 +0800 Subject: [PATCH] Updated How to use the 4G extension (markdown) --- How-to-use-the-4G-extension.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/How-to-use-the-4G-extension.md b/How-to-use-the-4G-extension.md index 46b84c6..a8c9df6 100644 --- a/How-to-use-the-4G-extension.md +++ b/How-to-use-the-4G-extension.md @@ -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 ``` -$ cat /etc/modprobe.d/blacklist-qmi.conf +sudo bash -c 'cat << EOF > /etc/modprobe.d/blacklist-qmi.conf blacklist qmi_wwan blacklist cdc_wdm +EOF' ``` `ttyUSB2` is what we want,but **cdc-wdm0** is still worth to try if you know it well