101

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

MiG25 napisał/a:
stich86 napisał/a:

can you share output of this script (use quote tag pls):


cat /etc/rcS-zte-after-modem

You mean  adb shell cat /etc/rcS-zte-after-modem
?


On my VDFDE i also don't have voice_work_type in cfg

yes sorry...

102

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

smereka napisał/a:

Yes I talk. Work great

incoming only I didn't try call

mmm

can you share output of this script (use quote tag pls):


cat /etc/rcS-zte-after-modem

103

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

looks like you don't have that variable
Can you ear a phone tone on the RJ11 port? Are you able to make phone calls?

104

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

smereka napisał/a:

tomorrow I can try lock Give me a command and tomorrow I check pci and eafcrn and do it

AT+ZLOCKCELL=earfcn_tag,pci_tag

you have also the command in "AT Commands" tab

105

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

smereka napisał/a:

Nothing happen

root@MF289F:~# adb shell cfg show | grep voice_work_type
root@MF289F:~# adb shell cfg show | grep voice_work_type
root@MF289F:~#

please share all output of "adb shell cfg show"

106

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

smereka napisał/a:

Does it have any real significance?

we don't know.. ULCA seems enabled on all builds
Can you try cell lock?

pls share also this command's output:

adb shell cfg show | grep voice_work_type

want to see if you modem is in CS or VOIP mode

107

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

so you have the most updated modem OS big_smile

ATM here is a list of build date by known routers:

- VDFIT B07 (AT1) -> April 2021
- VDFIT F1 B01 (AT2) -> June 2021
- VDFDE B07 (AT2) -> May 2021
- TMOBPL B01 -> October 2021

108

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

smereka napisał/a:

5GHz work good 866 I have

nice, can you share output of this command pls?

adb shell ls -latr  /firmware/image

109

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

smereka napisał/a:

Nie mogę znaleźć instrukcji do wgrania openwrt na pacjenta. stich dawał linka gdzieś ale nie mogę jego tez znaleźć. Ktoś coś?


Dobra mam

https://github.com/stich86/OpenWRT-ZTE- … uction.txt

use this last build:

https://github.com/stich86/OpenWRT-ZTE- … ild_220824

i've fixed opkg repo issue and removed RNDIS interface

110

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

backup current nvram with "cfg show" and copy export to a txt file

if anyone want to try:

cfg set voip_outbound_proxy_enable=1
cfg set voip_account_display_account1=NUMBER
cfg set voip_display_name=NUMBER
cfg set voip_registration_server=PROXYSERVER
cfg set voip_proxy_server=PROXYSERVER
cfg set voip_sip_proxy_server1=PROXYSERVER
cfg set voip_account_auth1=NUMBER
cfg set voip_authorization_user_name=NUMBER
cfg set voip_account_password1=PASSWORD
cfg set voip_authorization_password=PASSWORD
cfg set voip_user_name=NUMBER
cfg set voip_outbound_proxy=PROXYSERVER
cfg set voip_sip_outbound_port=5060
cfg set voip_sip_outbound_server=PROXYSERVER
cfg set voip_sip_outbound_enable=1

then set module to do VoIP instead of CS with this command:

cfg set voice_work_type=VOIP

Finally save env with:

cfg save
reboot

check if the modem correctly create a PPP session on this interface:

rmnet_data0 Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
          inet addr:10.38.80.101  Mask:255.255.255.252
          UP RUNNING  MTU:1500  Metric:1
          RX packets:101 errors:0 dropped:0 overruns:0 frame:0
          TX packets:102 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:69904 (68.2 KiB)  TX bytes:63226 (61.7 KiB)

this connection is created by latest profile on the AT+CGDCONT command, so in my case this is the currently output:

at+cgdcont?
+CGDCONT: 1,"IP","casa.postemobile.it","0.0.0.0",0,0,0,0
+CGDCONT: 2,"IPV4V6","mobile.vodafone.it","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0
+CGDCONT: 3,"IPV4V6","IMS","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0
+CGDCONT: 4,"IPV4V6","sos","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,1
+CGDCONT: 6,"IP","casa.postemobile.it","0.0.0.0",0,0,0,0

To revert back module on CS\VoLTE just do these commands:

cfg set voice_work_type=VOICE
cfg save
reboot

111

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

MiG25 napisał/a:

But in luci on Interface MODEM i have Error: Network device is not present
How this should work ? RNDIS in parallel with QMI ?

i think i'll remove it, doesn't seem necessary anymore

i was able to make voip working setting correct APN on CGDCONT. The module create an internal PPP (using Multi PDN), and i've successfully registered to my SIP provider smile

/sys/kernel/config/usb_gadget/g1 # cfg show | grep reg
voip_registration_server=sip2.olimontel.it
voip_register_status=registered

112

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

looks like you have usb0 on the module, also the rmnet_gis is present in the boot parameter

113

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

MiG25 napisał/a:

Not sure what is going on , but just after fistboot in LAN1/WAN is not giving any IP , you have to reconnect it.

RDNIS or RNDIS ? There is a MODEM interface , but my modem is pid 1432 ,and don't have rndis...

Replay window is now wider smile
and there is sysinfo.

can you share an "adb shell dmesg | grep zte" ?

114

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

hi all,

i've uploaded new build: https://github.com/stich86/OpenWRT-ZTE- … ild_220823

here is the change log:

- fixed switch config, now LAN1 is LAN1/WAN and LAN2 is LAN2 (tested on AT1, should be the same on AT2 pls test an report)
- added RNDIS kmod, so now the 4G module can go outside internet, next step is to test VoIP
- increased ATINOUT reply window, so no more horizontal scroll
- added sysinfo from eko.one.pl on ssh login

115

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

MiG25 napisał/a:

But not VDFDE version ...

it should work also on VDFDE, in this case modem is already on VOICE/CS mode instead of VOIP

116

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

i've added "rdnis" support, so the module itself can go over internet.
I'll try to test the VoIP instead of CS

117

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

just for your knowledge

T-Mobile PL boot on AT1 version but without working 5Ghz because there isn't QCA9984's firmare

It's nice to see blue interface instead of bad red smile

Regarding router board reset on modem reboot, also the stock firmware has same behaviour

118

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

@Cezary

There is a repo for you sysinfo package?
I want to add it to my build

thx!

119

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

IceG napisał/a:
stich86 napisał/a:

ok "Connection Monitor" doesn't work because it use "wan" instead of "wwan" :\

i think that it's more standard to use wwan on a 4G router instead of wan.

What do you think guys?

Your compilation, your settings. Manually enter the correct name for your configuration. Add the file with the connection monitor settings to files and that's it.

I don’t want break all stuff.

Tomorrow I’ll move all WWAN to WAN like EKO and your firmware wink

Then I’ve to understand why eth1 is not recognized on AT1 variant

120

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

ok "Connection Monitor" doesn't work because it use "wan" instead of "wwan" :\

i think that it's more standard to use wwan on a 4G router instead of wan.

What do you think guys?

121

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

Cezary napisał/a:
stich86 napisał/a:

i've fixed some issues pointed by @MiG25

https://github.com/stich86/OpenWRT-ZTE- … ild_220822

let me know smile

in meantime i've found another bug.. port "LAN2" has not the same id for AT1 and AT2... what a mess

So do dts with common nodes and different dts for both version.

i think it should be changed on the uci config..

i've to see which port id is LAN2 on the AT1 version.. to do this i've to enable again all ports on switch config and see the id..

122

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

@smereka can you send me the output of this command?

adb shell ls -latr  /firmware/image


thx

123

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

MiG25 napisał/a:

In configuration subsection , there is a Port for communication with the modem , with is empty , so probably also in config file it is not set.

The communication port is get from the modem configuration, so I don’t think it’s necessary to change it again

124

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

MiG25 napisał/a:

Looks fine smile
Modem works from start( no need to configure wan) ,also @IceG stuff configured ( onl in preffered LTE Bands /configuration port is not  defined ,but setting bands works).

BTW. Is it possible to have bigger/ wider answer window ? This scrolling right is annoing... @IceG ?

Still issue on connection monitor… looks like it doesn’t work because WAN protocol isn’t recognized sad

What is missing from modemband plugin?

125

(1,110 odpowiedzi, napisanych Sprzęt / Hardware)

i've fixed some issues pointed by @MiG25

https://github.com/stich86/OpenWRT-ZTE- … ild_220822

let me know smile

in meantime i've found another bug.. port "LAN2" has not the same id for AT1 and AT2... what a mess