mirror of
https://github.com/clockworkpi/uConsole.git
synced 2025-12-13 18:48:50 +01:00
Updated How to use the 4G extension (markdown)
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user