parent
352c89df2f
commit
142a1e7064
@ -0,0 +1,2 @@ |
||||
# Bug Fixed Section |
||||
This section is dedied to the bugs than we had from OpenWRT and the other components around. |
@ -0,0 +1,9 @@ |
||||
# DBus Bug |
||||
The bug was been on dev branch and was [patched](http://lists.openwrt.org/pipermail/openwrt-devel/2021-April/034805.html) |
||||
## Problem |
||||
DBus doesn't want launch it. So if DBus doesn't launch, we can't use modemManager to have an internet connection. |
||||
|
||||
We have: |
||||
``` |
||||
|
||||
``` |
@ -0,0 +1,12 @@ |
||||
uci -q batch <<EOF |
||||
network.wan=interface |
||||
network.wan.device='/sys/devices/platform/soc/60f8800.usb2/6000000.dwc3/xhci-hcd.1.auto/usb3/3-1' |
||||
network.wan.proto='modemmanager' |
||||
network.wan.apn='free' |
||||
network.wan.iptype='ipv4v6' |
||||
network.wan.auth='none' |
||||
network.wan.peerdns='0' |
||||
network.wan.dns='9.9.9.10' '149.112.112.10' '2620:fe::10' '2620:fe::fe:10' |
||||
|
||||
commit network |
||||
EOF |
Loading…
Reference in new issue