1

(3,878 odpowiedzi, napisanych Sprzęt / Hardware)

No, there is no response to the DHCP request. I have setup my wwan interface with the data from the modem, but I have no IP connectivity.

wwan interface

root@OpenWrt:/var# ubus call network.interface.wwan status
{
        "up": true,
        "pending": false,
        "available": true,
        "autostart": true,
        "dynamic": false,
        "uptime": 85090,
        "l3_device": "usb0",
        "proto": "atc",
        "updated": [
                "addresses",
                "routes",
                "data"
        ],
        "metric": 0,
        "dns_metric": 0,
        "delegation": true,
        "ipv4-address": [
                {
                        "address": "100.91.182.124",
                        "mask": 29
                }
        ],
        "ipv6-address": [

        ],
        "ipv6-prefix": [

        ],
        "ipv6-prefix-assignment": [

        ],
        "route": [
                {
                        "target": "0.0.0.0",
                        "mask": 0,
                        "nexthop": "100.91.182.121",
                        "source": "0.0.0.0/0"
                }
        ],
        "dns-server": [
                "62.127.97.32",
                "62.127.97.33"
        ],
        "dns-search": [

        ],
        "neighbors": [

        ],
        "inactive": {
                "ipv4-address": [

                ],
                "ipv6-address": [

                ],
                "route": [

                ],
                "dns-server": [

                ],
                "dns-search": [

                ],
                "neighbors": [

                ]
        },
        "data": {
                "modem": "MF286DMODULE",
                "zone": "wan"
        }
}

2

(3,878 odpowiedzi, napisanych Sprzęt / Hardware)

Hi

Have any body used the RNDIS interface?
I can control the modem with AT commands and I have an IP-address from my ISP, but how do I activate the RNDIS interface?

I have tryed:

AT+GTRNDIS=1,1

,  but its not working.
Is there any similar command for the MF286D modem?

I have printed AT+CLAC and AT$QCCLAC, but I couldn´t find any interesting command.

Fri Sep 19 06:44:22 2025 daemon.notice netifd: wwan (9023): Initiate modem with interface usb0
Fri Sep 19 06:44:25 2025 daemon.notice netifd: wwan (9023): SIMcard ready
Fri Sep 19 06:44:28 2025 daemon.notice netifd: wwan (9023): ZTE CORPORATION
Fri Sep 19 06:44:28 2025 daemon.notice netifd: wwan (9023): MF286DMODULE
Fri Sep 19 06:44:28 2025 daemon.notice netifd: wwan (9023): BD_TELIAMF286DV1.0.0B12
Fri Sep 19 06:44:28 2025 daemon.notice netifd: wwan (9023): Configure modem
Fri Sep 19 06:44:37 2025 daemon.notice netifd: wwan (9023): Activate modem
Fri Sep 19 06:44:39 2025 daemon.notice netifd: wwan (9023): +CGREG: 1,"FFFE","51B7421",7
Fri Sep 19 06:44:39 2025 daemon.notice netifd: wwan (9023): +CEREG: 1,"8602","1","51B7421",7
Fri Sep 19 06:44:39 2025 daemon.notice netifd: wwan (9023):  offline -> registered - home network , TAC:34306 eNodeB:334708-33
Fri Sep 19 06:44:39 2025 daemon.notice netifd: wwan (9023): +ZNITZ: 2025,10,11,17,7,45,8,1
Fri Sep 19 06:44:40 2025 daemon.notice netifd: wwan (9023): AT+COPS=3,1;+COPS?;+COPS=3,2;+COPS?
Fri Sep 19 06:44:40 2025 daemon.notice netifd: wwan (9023): +COPS: 1,1,"Vimla! Vimla!",7
Fri Sep 19 06:44:40 2025 daemon.notice netifd: wwan (9023): +COPS: 1,2,"24008",7
Fri Sep 19 06:44:41 2025 daemon.notice netifd: wwan (9023): Registered to Vimla! Vimla! PLMN:24008 on LTE
Fri Sep 19 06:44:41 2025 daemon.notice netifd: wwan (9023): OK
Fri Sep 19 06:44:41 2025 daemon.notice netifd: wwan (9023): Activate session
Fri Sep 19 06:44:41 2025 daemon.notice netifd: wwan (9023): AT+CGPADDR=1
Fri Sep 19 06:44:41 2025 daemon.notice netifd: wwan (9023): +CGPADDR: 1,100.91.182.124
Fri Sep 19 06:44:42 2025 daemon.notice netifd: wwan (9023): OK
Fri Sep 19 06:44:42 2025 daemon.notice netifd: wwan (9023): AT+CGCONTRDP=1
Fri Sep 19 06:44:42 2025 daemon.notice netifd: wwan (9023): +CGCONTRDP: 1,5,services.telenor.se,100.91.182.124,,62.127.97.32,62.127.97.33
Fri Sep 19 06:44:42 2025 daemon.notice netifd: wwan (9023): OK
Fri Sep 19 06:44:43 2025 daemon.notice netifd: wwan (9023): AT+CGACT=1,1
Fri Sep 19 06:44:43 2025 daemon.notice netifd: wwan (9023): OK
Fri Sep 19 06:44:43 2025 daemon.notice netifd: wwan (9023): +CGEV: PDN ACT1
Fri Sep 19 06:44:43 2025 daemon.notice netifd: Interface 'wwan' is now up
Fri Sep 19 06:44:43 2025 daemon.notice netifd: Network device 'usb0' link is up

Sorry, I´m not Polish.
Google translate:

Czy ktoś korzystał z interfejsu RNDIS?
Mogę sterować modemem za pomocą komend AT i mam adres IP od mojego dostawcy internetu, ale jak aktywować interfejs RNDIS?

Próbowałem: AT+GTRNDIS=1,1, ale nie działa.
Czy istnieje podobne polecenie dla modemu MF286D?

Wyświetliłem AT+CLAC i AT$QCCLAC, ale nie znalazłem żadnego interesującego polecenia.