901

Odp: ZTE MF286R - OpenWrt

Witam,
po wgraniu OpenWrt 22.03.2 nie działa na moim MF286R serwer dhcp na portach lan LAN2-LAN4.
Podłączam różne komputery i nie otrzymuję dzierżawy z dhcp. Jak podłączam urządzenia po WiFi adresy są przydzielane.
Pierwszy port mam skonfigurowany jako WAN.
Moja konfiguracja:
/etc/config/network
config interface 'loopback'
    option device 'lo'
    option proto 'static'
    option ipaddr '127.0.0.1'
    option netmask '255.0.0.0'

config device
    option name 'br-lan'
    option type 'bridge'
    list ports 'eth0.1'

config interface 'lan'
    option device 'br-lan'
    option proto 'static'
    option netmask '255.255.255.0'
    option ip6assign '60'
    option ipaddr '192.168.1.1'

config switch
    option name 'switch0'
    option reset '1'
    option enable_vlan '1'

config switch_vlan
    option device 'switch0'
    option vlan '1'
    option ports '1 2 3 0t'

config interface 'wan'
    option device 'eth0.2'
    option proto 'dhcp'
    option peerdns '0'
    list dns '1.1.1.1'
    list dns '8.8.8.8'

config switch_vlan
    option device 'switch0'
    option vlan '2'
    option ports '5 0t'

config device
    option name 'eth0'

config device
    option name 'eth0.1'
    option type '8021q'

/etc/config/dhcp
config dnsmasq
    option domainneeded    1
    option boguspriv    1
    option filterwin2k    0  # enable for dial on demand
    option localise_queries    1
    option rebind_protection 1  # disable if upstream must serve RFC1918 addresses
    option rebind_localhost 1  # enable for RBL checking and similar services
    #list rebind_domain example.lan  # whitelist RFC1918 responses for domains
    option local    '/lan/'
    option domain    'lan'
    option expandhosts    1
    option nonegcache    0
    option authoritative    1
    option readethers    1
    option leasefile    '/tmp/dhcp.leases'
    option resolvfile    '/tmp/resolv.conf.d/resolv.conf.auto'
    #list server        '/mycompany.local/1.2.3.4'
    option nonwildcard    1 # bind to & keep track of interfaces
    #list interface        br-lan
    #list notinterface    lo
    #list bogusnxdomain     '64.94.110.11'
    option localservice    1  # disable to allow DNS requests from non-local subnets
    option ednspacket_max    1232

config dhcp lan
    option interface    lan
    option start     100
    option limit    150
    option leasetime    12h

config dhcp wan
    option interface    wan
    option ignore    1

Co może być powodem ? Jak to zdiagnozować ?
Pozdrawiam
Kris

902

Odp: ZTE MF286R - OpenWrt

To wywal:

config device
    option name 'eth0'

config device
    option name 'eth0.1'
    option type '8021q'

To nie jest cześć openwrt, sam sobie dodałeś.
Oraz konfiguracja dnsmasq:

config dnsmasq
    option domainneeded '1'
    option boguspriv '1'
    option filterwin2k '0'
    option localise_queries '1'
    option rebind_protection '1'
    option rebind_localhost '1'
    option local '/lan/'
    option domain 'lan'
    option expandhosts '1'
    option nonegcache '0'
    option authoritative '1'
    option readethers '1'
    option leasefile '/tmp/dhcp.leases'
    option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
    option nonwildcard '1'
    option localservice '1'
    option ednspacket_max '1232'
    option confdir '/tmp/dnsmasq.d'
Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

903

Odp: ZTE MF286R - OpenWrt

Dzięki bardzo za pomoc.
Usunięcie linii z /etc/config/network pomogło.

smile

Nie bardzo tylko wiem w którym momencie się to dodało do konfigu.
Będę podgrywał firmware na następnym routerze to zobaczę.

Kris

904

Odp: ZTE MF286R - OpenWrt

Witajcie, chcę kupić router ZTE MF286 aby zainstalować na nim OpenWRT
tylko który wybrać dokładnie model aby wszystko działało bezproblemowo po instalacji
która wersję?
C D R?
Lepiej aby był z baterią lub możliwość zainstalowania,
Dzieki.

905

Odp: ZTE MF286R - OpenWrt

Z baterią to tylko stare modele. Pytanie na czym Ci zależy?
Tylko D agreguje 3 pasma, nie ma baterii.
R ma inny modem (trochę problematyczny).

906

Odp: ZTE MF286R - OpenWrt

Skąd w europie C, lub C3, btw? One są (jeszcze) niewspierane, bo nie udało mi się położyć na nich łapek.

907

Odp: ZTE MF286R - OpenWrt

frutis napisał/a:

Z baterią to tylko stare modele. Pytanie na czym Ci zależy?
Tylko D agreguje 3 pasma, nie ma baterii.
R ma inny modem (trochę problematyczny).

Wychodzi na to że najlepiej D wziąć
Bateria jest tylko w C?

908

Odp: ZTE MF286R - OpenWrt

W MF286 i MF286A czasami.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

909

Odp: ZTE MF286R - OpenWrt

W R czasami też jest smile

ZTE MF 286D OpenWrt 23.05-SNAPSHOT r23484-b742216dc8
Zyxel EX5601-T0 ubootmod OpenWrt 24.10-SNAPSHOT, r28432-7609571dcd
TP-LINK Archer C7 v5 - 1.14.0.2 (Built 20231226-1035 git@8e210b77)

910

Odp: ZTE MF286R - OpenWrt

Witajcie,

Mam problem z modemem, z tego co widzę z powyższych postów, uznany za problematyczny.

286R z Plusa, niestety modem zachowuje się, problematycznie;⁠)

interfejs skonfigurowany jako ncm, łączy się z siecią, jednak po jakimś, losowym, czasie połączenie jest zrywane, a sam interfejs zgłasza błąd:
Network device is not present.

Dopiero restart całego urządzenia pozwala na połączenie się z siecią.

Ten typ tak faktycznie ma, czy jednak da się jakoś ogarnąć?

Dzięki z góry.

/etc/config/network
config interface 'loopback'
        option device 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fd82:ab49:efd9::/48'

config device
        option name 'br-lan'
        option type 'bridge'
        list ports 'eth0.1'

config interface 'lan'
        option device 'br-lan'
        option proto 'static'
        option netmask '255.255.255.0'
        option ip6assign '60'
        option ipaddr '192.168.122.1'

config switch
        option name 'switch0'
        option reset '1'
        option enable_vlan '1'

config switch_vlan
        option device 'switch0'
        option vlan '1'
        option ports '1 2 3 5 0t'

config device
        option name 'usb0'

config interface 'wan'
        option proto 'ncm'
        option device '/dev/ttyACM0'
        option pdptype 'IP'
        option apn 'internet'
        option ipv6 'auto'
        option delay '60'

config interface 'home'
        option proto 'none'
        option device 'zt44xglzue'

911

Odp: ZTE MF286R - OpenWrt

Ten typ tak ma. Możesz sobie w cronie zrobić sprawdzenie czy działa i jak nie to podnosić wszystko, ale to tylko obejście.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

912

Odp: ZTE MF286R - OpenWrt

Cezary napisał/a:

Ten typ tak ma. Możesz sobie w cronie zrobić sprawdzenie czy działa i jak nie to podnosić wszystko, ale to tylko obejście.

Ok, wszystko jasne. Dzięki.

913 (edytowany przez gonzol 2023-02-07 11:20:22)

Odp: ZTE MF286R - OpenWrt

Witam,
I have also encountered similar problems (disconnected modem or network device not present error).
I attributed it to low traffic, as I did not have such issues when for example I was downloading/seeding a torrent file.
I tried to find some sort of script in order to bring the connection back when it failed, so I checked the following
- internet detector -> https://github.com/gSpotx2f/luci-app-internet-detector
- lte-keep-alive -> https://github.com/mchsk/openwrt-lte-keep-alive
- re_wwan -> https://framagit.org/castix/re_wwan
The last one seemed the best, but I was not able to use it, as I am not sure which module needs to be unloaded and reinserted to the OS, so I ended up creating a mashup with bits and pieces from the above scripts.
Again, the fastest way, instead of rebooting the whole router is to execute service network restart.

Two days ago, I decided to go back and check the original firmware.
I executed cat /dev/ttyACM0 for approximately 2 hours and I could see that there is a sequence of AT commands being executed in a loop cycle of approximately 30 seconds. The commands are:

AT+ZRTEMP
AT+ZRSSI
AT+ZCELLINFO?
AT+ZPAS?
AT+ZDON?
AT+ZRTEMP

So, I returned to Openwrt and wrote a short script, nothing fancy, in order to test if this would keep the connection alive.

#!/bin/ash
# modem keep-alive script
# can be executed with (/root/modem-check.sh >/dev/null 2>&1 )&

LOCK_FILE=/tmp/modem_AT_stop
SLEEP_INTERVAL=5

# don't wait for a full while-loop in order to stop
wait_interval(){
    if [[ ! -e $LOCK_FILE ]]; then
        sleep $SLEEP_INTERVAL
    else
        rm $LOCK_FILE
        exit 1
    fi
}

# if lock file exists, we should not be running
if [[ -e $LOCK_FILE ]]; then
    logger -t lte-check "Lock file for modem-check.sh exist. Terminating."
    exit 2
fi

while [[ ! -e $LOCK_FILE ]]; do
    echo "AT+ZRTEMP" | socat - /dev/ttyACM0,raw,echo=0,crlf,nonblock,b115200
    wait_interval
    echo "AT+ZRSSI" | socat - /dev/ttyACM0,raw,echo=0,crlf,nonblock,b115200
    wait_interval
    echo "AT+ZCELLINFO?" | socat - /dev/ttyACM0,raw,echo=0,crlf,nonblock,b115200
    wait_interval
    echo "AT+ZPAS?" | socat - /dev/ttyACM0,raw,echo=0,crlf,nonblock,b115200
    wait_interval
    echo "AT+ZDON?" | socat - /dev/ttyACM0,raw,echo=0,crlf,nonblock,b115200
    wait_interval
    echo "AT+ZRTEMP" | socat - /dev/ttyACM0,raw,echo=0,crlf,nonblock,b115200
    wait_interval
done

rm $LOCK_FILE
exit 0

The router was left idle, no traffic at all, and to my surprise, the connection is alive for 36 hours without problems.

Of course there is much room for improvement, and I if someone could get it to run as a daemon, that would be great.
Maybe we could even increase the interval of 5 seconds, to 10 or 20 after testing.
Instead of socat, plain redirection "> /dev/ttyACM0" should work too.

Do you see any issues with these commands? I believe that as long as we are not writing to modem nvram, it should be fine.

914 (edytowany przez kris79 2023-02-25 15:33:33)

Odp: ZTE MF286R - OpenWrt

Witam,
Podepne sie pod watek serii R,
Zainstalowałem sobie wersje openwrt na  ZTE MF286R prawie wszystko działa tyle ze nie ma  WAN ,

root@OpenWrt:~# logread | grep -E 'usb|wan'
Thu Feb  9 09:43:38 2023 kern.info kernel: [    8.910073] usbcore: registered new interface driver usbfs
Thu Feb  9 09:43:38 2023 kern.info kernel: [    8.915855] usbcore: registered new interface driver hub
Thu Feb  9 09:43:38 2023 kern.info kernel: [    8.921417] usbcore: registered new device driver usb
Thu Feb  9 09:43:38 2023 kern.info kernel: [    9.018941] ehci-platform 1b000000.usb: EHCI Host Controller
Thu Feb  9 09:43:38 2023 kern.info kernel: [    9.024869] ehci-platform 1b000000.usb: new USB bus registered, assigned bus number 1
Thu Feb  9 09:43:38 2023 kern.info kernel: [    9.033105] ehci-platform 1b000000.usb: irq 13, io mem 0x1b000000
Thu Feb  9 09:43:38 2023 kern.info kernel: [    9.061972] ehci-platform 1b000000.usb: USB 2.0 started, EHCI 1.00
Thu Feb  9 09:43:38 2023 kern.info kernel: [    9.078718] ehci-platform 1b400000.usb: EHCI Host Controller
Thu Feb  9 09:43:38 2023 kern.info kernel: [    9.084646] ehci-platform 1b400000.usb: new USB bus registered, assigned bus number 2
Thu Feb  9 09:43:38 2023 kern.info kernel: [    9.092879] ehci-platform 1b400000.usb: irq 14, io mem 0x1b400000
Thu Feb  9 09:43:38 2023 kern.info kernel: [    9.121973] ehci-platform 1b400000.usb: USB 2.0 started, EHCI 1.00
Thu Feb  9 09:43:38 2023 kern.info kernel: [    9.146726] usbcore: registered new interface driver usb-storage
Thu Feb  9 09:43:38 2023 kern.info kernel: [    9.155688] usbcore: registered new interface driver uas
Thu Feb  9 09:43:38 2023 kern.info kernel: [    9.712538] usb 1-1: new high-speed USB device number 2 using ehci-platform
Thu Feb  9 09:43:38 2023 kern.info kernel: [   24.482459] usbcore: registered new interface driver cdc_acm
Thu Feb  9 09:43:38 2023 kern.info kernel: [   24.513620] usbcore: registered new interface driver cdc_wdm
Thu Feb  9 09:43:38 2023 kern.info kernel: [   24.616328] usbcore: registered new interface driver usblp
Thu Feb  9 09:43:38 2023 kern.info kernel: [   24.647473] usbcore: registered new interface driver usbserial_generic
Thu Feb  9 09:43:38 2023 kern.info kernel: [   24.654359] usbserial: USB Serial support registered for generic
Thu Feb  9 09:43:38 2023 kern.info kernel: [   24.689231] cdc_ether 1-1:1.6 usb0: register 'cdc_ether' at usb-1b000000.usb-1, ZTE CDC Ethernet Device, fe:9b:6f:5d:c1:76
Thu Feb  9 09:43:38 2023 kern.info kernel: [   24.700907] usbcore: registered new interface driver cdc_ether
Thu Feb  9 09:43:38 2023 kern.info kernel: [   24.734631] usbcore: registered new interface driver cdc_ncm
Thu Feb  9 09:43:38 2023 kern.info kernel: [   24.802031] usbcore: registered new interface driver huawei_cdc_ncm
Thu Feb  9 09:43:38 2023 kern.info kernel: [   25.344696] usbcore: registered new interface driver qmi_wwan
Thu Feb  9 09:43:38 2023 kern.info kernel: [   25.367363] rndis_host 1-1:1.0 usb1: register 'rndis_host' at usb-1b000000.usb-1, ZTE RNDIS device, 4a:93:69:a9:6b:7f
Thu Feb  9 09:43:38 2023 kern.info kernel: [   25.378597] usbcore: registered new interface driver rndis_host
Thu Feb  9 09:43:38 2023 kern.info kernel: [   25.409662] usbcore: registered new interface driver sierra
Thu Feb  9 09:43:38 2023 kern.info kernel: [   25.415554] usbserial: USB Serial support registered for Sierra USB modem
Thu Feb  9 09:43:38 2023 kern.info kernel: [   25.444243] usbcore: registered new interface driver sierra_net
Thu Feb  9 09:43:38 2023 kern.info kernel: [   38.222111] usbcore: registered new interface driver cdc_mbim
Thu Feb  9 09:43:38 2023 kern.info kernel: [   38.250402] usbcore: registered new interface driver option
Thu Feb  9 09:43:38 2023 kern.info kernel: [   38.256301] usbserial: USB Serial support registered for GSM modem (1-port)
Thu Feb  9 09:43:38 2023 kern.info kernel: [   38.293465] usbcore: registered new interface driver qcserial
Thu Feb  9 09:43:38 2023 kern.info kernel: [   38.299479] usbserial: USB Serial support registered for Qualcomm USB modem
Thu Feb  9 09:44:00 2023 daemon.notice netifd: Interface 'wan' is setting up now
Thu Feb  9 09:44:01 2023 daemon.notice netifd: wan (3227): The specified control device does not exist
Thu Feb  9 09:44:01 2023 daemon.notice netifd: wan (3299): Stopping network wan
Thu Feb  9 09:44:02 2023 daemon.notice netifd: wan (3299): Command failed: ubus call network.interface notify_proto { "action": 0, "link-up": false, "keep": false, "interface": "wan" } (Permission denied)
Thu Feb  9 09:44:02 2023 daemon.notice netifd: Interface 'wan' is now down

Jedyne co zmienialem po zainstalowanie Openwrt to  tak jak jest opisane w githubie:

root@OpenWrt:~# cat /etc/config/network 

config interface 'wan'
    option proto 'qmi'
    option device '/dev/cdc-wdm0'
    option auth 'none'
    option apn 'internet'
    option pdptype 'ipv4'

No i rzeczywiście tam nie ma takiego urządzenia /dev/cdc-wdm0:

root@OpenWrt:~# ls /dev/
bus/         log          mtd2ro       mtd5ro       mtd8ro       mtdblock3    mtdblock9    pts/         tty          ttyS12       ttyS4        ubi0         watchdog
console      mtd0         mtd3         mtd6         mtd9         mtdblock4    net/         random       ttyACM0      ttyS13       ttyS5        ubi0_0       zero
full         mtd0ro       mtd3ro       mtd6ro       mtd9ro       mtdblock5    null         shm/         ttyS0        ttyS14       ttyS6        ubi0_1
fuse         mtd1         mtd4         mtd7         mtdblock0    mtdblock6    port         stderr       ttyS1        ttyS15       ttyS7        ubi_ctrl
hwrng        mtd1ro       mtd4ro       mtd7ro       mtdblock1    mtdblock7    ppp          stdin        ttyS10       ttyS2        ttyS8        ubiblock0_0
kmsg         mtd2         mtd5         mtd8         mtdblock2    mtdblock8    ptmx         stdout       ttyS11       ttyS3        ttyS9        urandom

Jakieś podpowiedzi co może być nie tak ? Dodam ze karta sim jest w TMobile jezeli to ma jakieś znaczenie

smile

915

Odp: ZTE MF286R - OpenWrt

Ncm ustaw z urządzeniem /dev/ttyACM0, to nie jest urządzenie qmi przecież.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

916

Odp: ZTE MF286R - OpenWrt

Dzieki wyglada troche lepiej bo teraz jest wan:

config interface 'wan'
        option proto 'ncm'
        option device ' /dev/ttyACM0'
        option mode 'preferlte'
        option pdptype 'IP'
        option apn 'internet'
        option ipv6 'auto'

Ale tam nie ma adresu i nie moge pingowac adresow zewnetrznych:

ifconfig mam taki dla usb:

usb1      Link encap:Ethernet  HWaddr xxxxxxxxx
          inet6 addr: fe80::50fa:f3ff:fe74:44e3/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1 errors:0 dropped:0 overruns:0 frame:0
          TX packets:106 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:96 (96.0 B)  TX bytes:39348 (38.4 KiB)

Czyli chyba jeszcze coś mam nie tak z konfiguracją ?

smile

917

Odp: ZTE MF286R - OpenWrt

W logach mam teraz tak:

Thu Feb  9 10:17:04 2023 kern.info kernel: [   25.430119] usbcore: registered new interface driver sierra
Thu Feb  9 10:17:04 2023 kern.info kernel: [   25.436020] usbserial: USB Serial support registered for Sierra USB modem
Thu Feb  9 10:17:04 2023 kern.info kernel: [   25.464332] usbcore: registered new interface driver sierra_net
Thu Feb  9 10:17:04 2023 kern.info kernel: [   38.241238] usbcore: registered new interface driver cdc_mbim
Thu Feb  9 10:17:04 2023 kern.info kernel: [   38.270427] usbcore: registered new interface driver option
Thu Feb  9 10:17:04 2023 kern.info kernel: [   38.276311] usbserial: USB Serial support registered for GSM modem (1-port)
Thu Feb  9 10:17:04 2023 kern.info kernel: [   38.303665] usbcore: registered new interface driver qcserial
Thu Feb  9 10:17:04 2023 kern.info kernel: [   38.309677] usbserial: USB Serial support registered for Qualcomm USB modem
Thu Feb  9 10:17:27 2023 daemon.notice netifd: Interface 'wan' is setting up now
Thu Feb  9 10:17:27 2023 daemon.notice netifd: wan (3225): ls: /net: No such file or directory
Thu Feb  9 10:17:27 2023 daemon.notice netifd: wan (3225): The interface could not be found.
Thu Feb  9 10:17:28 2023 daemon.notice netifd: wan (3311): Stopping network wan
Thu Feb  9 10:17:28 2023 daemon.notice netifd: wan (3311): Command failed: ubus call network.interface notify_proto { "action": 0, "link-up": false, "keep": false, "interface": "wan" } (Permission denied)
Thu Feb  9 10:17:28 2023 daemon.notice netifd: Interface 'wan' is now down
Thu Feb  9 10:19:28 2023 daemon.notice netifd: Interface 'wan' is setting up now
Thu Feb  9 10:19:31 2023 daemon.notice netifd: wan (4363): sending -> AT+CFUN=1
Thu Feb  9 10:19:32 2023 daemon.notice netifd: wan (4363): Configuring modem
Thu Feb  9 10:19:32 2023 daemon.notice netifd: wan (4363): sending -> AT+ZGDCONT=1,"IP","internet","",0,0
Thu Feb  9 10:19:33 2023 daemon.notice netifd: wan (4363): sending -> AT+ZGPCOAUTH=1,"","",0
Thu Feb  9 10:19:34 2023 daemon.notice netifd: wan (4363): WARNING: Variable 'modes' does not exist or is not an array/object
Thu Feb  9 10:19:34 2023 daemon.notice netifd: wan (4363): Starting network wan
Thu Feb  9 10:19:34 2023 daemon.notice netifd: wan (4363): Setting up usb1
Thu Feb  9 10:19:34 2023 daemon.notice netifd: Interface 'wan' is now up
Thu Feb  9 10:19:34 2023 daemon.notice netifd: Network device 'usb1' link is up
Thu Feb  9 10:19:35 2023 daemon.notice netifd: Network alias 'usb1' link is up
Thu Feb  9 10:19:35 2023 daemon.notice netifd: Interface 'wan_4' is enabled
Thu Feb  9 10:19:35 2023 daemon.notice netifd: Interface 'wan_4' has link connectivity
Thu Feb  9 10:19:35 2023 daemon.notice netifd: Interface 'wan_4' is setting up now
Thu Feb  9 10:19:36 2023 daemon.notice netifd: wan_4 (4578): udhcpc: started, v1.35.0
Thu Feb  9 10:19:36 2023 user.notice firewall: Reloading firewall due to ifup of wan (usb1)
Thu Feb  9 10:19:37 2023 daemon.notice netifd: wan_4 (4578): udhcpc: broadcasting discover
Thu Feb  9 10:19:40 2023 daemon.notice netifd: wan_4 (4578): udhcpc: broadcasting discover
Thu Feb  9 10:19:43 2023 daemon.notice netifd: wan_4 (4578): udhcpc: broadcasting discover
smile

918

Odp: ZTE MF286R - OpenWrt

Wywal preferlte, wywal pdptype, wywal ipv6. I tak, ten modem jest lekko beznadziejny i kilka razy musisz powtórzyć połączenie żeby zadziałało.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

919

Odp: ZTE MF286R - OpenWrt

Super rzeczywiście poszło jak powywalałem dodatkowe opcje, a tak na marginesie to jaki polecasz router skoro ten mówisz ze jest beznadziejny?
Ja go wybrałem bo ma baterie + agregacje + anteny zewnętrzne można podłączyć tyle ze tego co zaobserwowałem to niewiele te anteny dają , ale widzę rzeczywiście ze wpisy sugerują ze się rozłącza jak nie ma przepływu danych ?

Dodatkowo jest jakiś patent na wyświetlenie stanu naładowania baterii na stronie statusu, na głównej stronie routera ?

smile

920

Odp: ZTE MF286R - OpenWrt

Modem w nim jest taki sobie. Mf286d jest bardziej stabilny.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

921 (edytowany przez kris79 2023-02-27 10:17:45)

Odp: ZTE MF286R - OpenWrt

Pytanie do tego modemu tzn mam wrażenie ze agregacja pasm mi nie działa bo na oryginalnym os prędkości były ok 2x szybsze (miałem 24-35mbs a teraz mam ok 10-18mbs) , wiecie może jaką komenda sprawdzić czy agregacja jest i na jakich pasmach ?

AT+ZNLOCKBAND?
+ZNLOCKBAND: 20000800C5,2000004E80380

Wiecie może co oznacz  1 jak i  2 kod ?

smile

922

Odp: ZTE MF286R - OpenWrt

Wiemy.

at+zcellinfo?
at+zcainfo?

A co do ustawiania pasm zainstaluj sobie pakiet modemband (ode mnie z repo).

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

923

Odp: ZTE MF286R - OpenWrt

at+zcellinfo?
+ZCELLINFO: 61986063,415,LTE B20,6350
at+zcainfo?
+ZCAINFO: 415,20,54205,6350,10;383,1,1,225,15
smile

924

Odp: ZTE MF286R - OpenWrt

Jako pasmo podstawowe masz B20, 800MHz, czyli to o najmniejszej w sumie przepustowości. Jako dodatkowe masz B1, 2100MHz.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

925

Odp: ZTE MF286R - OpenWrt

Dzięki @Cezary jak zawsze zadziałało

Ustawiłem: LTE bands: 1 3 7 8

root@OpenWrt:~# modemband.sh 
Modem: ZTE MF286R
Supported LTE bands: 1 3 7 8 20 38
LTE bands: 1 3 7 8 

 1: FDD 2100 MHz
 3: FDD 1800 MHz
 7: FDD 2600 MHz
 8: FDD  900 MHz
20: FDD  800 MHz
38: TDD 2600 MHz
root@OpenWrt:~# 

I śmiga 35-40 mbs

smile