201

Odp: ZTE MF289F - Porting OpenWRT

smereka napisał/a:

Lucynka po ustawieniu wifi faktycznie pokazuje mi max 433 na 80MHz więcej tam ustawić nie mogę. Pewnie sysupgrade by rozwiązał sprawie. Right stich?

If think initramfs doesn’t have custom firmare, or you have a different board.

If you can share mtd17 I can check if the 5G firmware is equal to other AT2 version..

202

Odp: ZTE MF289F - Porting OpenWRT

Does the mtd17 partition contain data like mac wifi name imei?

203

Odp: ZTE MF289F - Porting OpenWRT

Na imei i mac jest specjalna osobna partycja , rootfs i web zawierają dane dla wszystkich (przynajmniej tak było w MF286D), wiec mtd17  i mtd16 można udostępniać.

Sprawdź na ofw czy masz bridge mode do wyboru.

204

Odp: ZTE MF289F - Porting OpenWRT

Macie jakiś darmowy serwerek polecić? A może Ty stich masz tego mega.mz i możesz utworzyć mi hasło tymczasowe to Ci to tam zaplauduje...

205

Odp: ZTE MF289F - Porting OpenWRT

Nawet na https://wetransfer.com/ możesz to na chwile wrzucić.

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

206

Odp: ZTE MF289F - Porting OpenWRT

Przejrzałem wszystkie zakładki. Nie znalazłem trybu bridge

207 (edytowany przez smereka 2022-08-18 13:08:04)

Odp: ZTE MF289F - Porting OpenWRT

mtd16

https://www.easypaste.org/file/dItb30Yk … in?lang=pl


mtd17

https://www.easypaste.org/file/RKXiwn0f … in?lang=pl


trzeba wybrać wolny transfer żeby było za free

208

Odp: ZTE MF289F - Porting OpenWRT

Can you share some screenshot of the web interface?

Thx

209 (edytowany przez MiG25 2022-08-18 15:23:47)

Odp: ZTE MF289F - Porting OpenWRT

smereka napisał/a:

Przejrzałem wszystkie zakładki. Nie znalazłem trybu bridge

Szkoda... No powinien być tam do ustawienia , gdzie w MF286D , czyli na głównym panelu , z napisem tryb ,czy jakoś tak.


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

Jeżeli radio jest na ipq to z kolei jak AT2, czyli 2x2. Na qca miał radio 4x4.

ZTE si funny… so this is a third combination:

Modem PID/VID like MF289F AT1, but AT2 router board

May be is related to modem software (PID/VID are configured inside android os of the module)

I remember i had also MF286D , with  PID also changed to 1432 , when it was connected to laptop....( in PCB of MF286D it was 1485..) , i didn't care at that time :
https://eko.one.pl/forum/viewtopic.php? … 13#p256213

210 (edytowany przez MiG25 2022-08-18 16:20:51)

Odp: ZTE MF289F - Porting OpenWRT

@stich86 , this is part of printenv:

lc=tftpboot 0x84000000 ${dir}cdt-AP.DK04.1-C1.bin&&sf probe&&sf erase 0xc0000 +$filesize&&sf write $fileaddr 0xc0000 $filesize
lp=tftpboot 0x84000000 ${dir}norplusnand-system-partition-ipq40xx.bin&&sf probe&&sf erase 0x40000 +$filesize&&sf write $fileaddr 0x40000 $filesize
lr=tftpboot 0x84000000 ${dir}root_uImage&&nand erase 0x1000000 0x800000 &&nand write_partition 0x84000000     0x1000000     0x800000 &&nand erase 0x1800000 0x1D00000 &&nand write_partition 0x84800000     0x1800000     0x1D00000
lrb=tftpboot 0x84000000 ${dir}delta.bin&&nand erase 0x3500000 0x1900000&&nand write $fileaddr 0x3500000 $filesize
lrs=tftpboot 0x84000000 ${dir}root_uImage_s&&nand erase 0x1800000 0x1D00000&&nand write $fileaddr 0x1800000 $filesize
lu=tftpboot 0x84000000 ${dir}uboot.bin&&sf probe&&sf erase 0xf0000 +$filesize&&sf write $fileaddr 0xf0000 $filesize
lw=tftpboot 0x84000000 ${dir}web.img&&nand erase 0x1000000 0x800000&&nand write $fileaddr 0x1000000 $filesize

As you can see for root_uImage there are two times erase ( first for web.img and second for root_uImage_s ) , and in your description there is only first one ( and comment "This will erase RootFS+Web" with is partial true smile

211 (edytowany przez MiG25 2022-08-18 16:40:42)

Odp: ZTE MF289F - Porting OpenWRT

Maybe It is related with two rndis_host's , PID 1485 have it , 1432 dont have it ( this is also related to all MF286 , A ,R...) , maybe it is possible to switch on/off this with QPST ?

212

Odp: ZTE MF289F - Porting OpenWRT

MiG25 napisał/a:

@stich86 , this is part of printenv:

lc=tftpboot 0x84000000 ${dir}cdt-AP.DK04.1-C1.bin&&sf probe&&sf erase 0xc0000 +$filesize&&sf write $fileaddr 0xc0000 $filesize
lp=tftpboot 0x84000000 ${dir}norplusnand-system-partition-ipq40xx.bin&&sf probe&&sf erase 0x40000 +$filesize&&sf write $fileaddr 0x40000 $filesize
lr=tftpboot 0x84000000 ${dir}root_uImage&&nand erase 0x1000000 0x800000 &&nand write_partition 0x84000000     0x1000000     0x800000 &&nand erase 0x1800000 0x1D00000 &&nand write_partition 0x84800000     0x1800000     0x1D00000
lrb=tftpboot 0x84000000 ${dir}delta.bin&&nand erase 0x3500000 0x1900000&&nand write $fileaddr 0x3500000 $filesize
lrs=tftpboot 0x84000000 ${dir}root_uImage_s&&nand erase 0x1800000 0x1D00000&&nand write $fileaddr 0x1800000 $filesize
lu=tftpboot 0x84000000 ${dir}uboot.bin&&sf probe&&sf erase 0xf0000 +$filesize&&sf write $fileaddr 0xf0000 $filesize
lw=tftpboot 0x84000000 ${dir}web.img&&nand erase 0x1000000 0x800000&&nand write $fileaddr 0x1000000 $filesize

As you can see for root_uImage there are two times erase ( first for web.img and second for root_uImage_s ) , and in your description there is only first one ( and comment "This will erase RootFS+Web" with is partial true smile

thx for information
i've changed descriptions on my git and on PR

213

Odp: ZTE MF289F - Porting OpenWRT

MiG25 napisał/a:
smereka napisał/a:

Przejrzałem wszystkie zakładki. Nie znalazłem trybu bridge

Szkoda... No powinien być tam do ustawienia , gdzie w MF286D , czyli na głównym panelu , z napisem tryb ,czy jakoś tak.


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

Jeżeli radio jest na ipq to z kolei jak AT2, czyli 2x2. Na qca miał radio 4x4.

ZTE si funny… so this is a third combination:

Modem PID/VID like MF289F AT1, but AT2 router board

May be is related to modem software (PID/VID are configured inside android os of the module)

I remember i had also MF286D , with  PID also changed to 1432 , when it was connected to laptop....( in PCB of MF286D it was 1485..) , i didn't care at that time :
https://eko.one.pl/forum/viewtopic.php? … 13#p256213

if it's in three port 3 port mode without RDNIS yes, otherwise it's 1485

214

Odp: ZTE MF289F - Porting OpenWRT

stich86 napisał/a:

if it's in three port 3 port mode without RDNIS yes, otherwise it's 1485

So you are able to change mode to be without RDNDIS ?

215

Odp: ZTE MF289F - Porting OpenWRT

smereka napisał/a:

mtd16

https://www.easypaste.org/file/dItb30Yk … in?lang=pl


mtd17

https://www.easypaste.org/file/RKXiwn0f … in?lang=pl


trzeba wybrać wolny transfer żeby było za free

are you able to share also and mtd20 backup? so i've already the root fs without needs to install ubi_fs tools sad

216

Odp: ZTE MF289F - Porting OpenWRT

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

if it's in three port 3 port mode without RDNIS yes, otherwise it's 1485

So you are able to change mode to be without RDNDIS ?

not on this modem (i'm talking about 1485), i'm talking about MF286D module.
Essentialy it's the command "AT+ZCDRUN=E\F" to switch modes (it deletes a file into EFS)

217

Odp: ZTE MF289F - Porting OpenWRT

AT+ZCDRUN=E gives acutally , PID 0016....

218 (edytowany przez MiG25 2022-08-18 19:55:28)

Odp: ZTE MF289F - Porting OpenWRT

Wgrałem do swojego MF289F mtd16 i mtd17 z routera @smereka , i teoretycznie jest niebrandowany smile
Ma wybór bandów w webie , i znalazłem też kody USSD ( ale u mnie jakoś nie działają...)

Dodatkowo chciałem zmienić kanał , ustawiłem przez nv set kanał 132 , i miał on szerokość 40MHz... ( te od 32 do 48 mają szerokość 80MHz) , może tutaj coś jest pokombinowane.

219

Odp: ZTE MF289F - Porting OpenWRT

MiG25 napisał/a:

AT+ZCDRUN=E gives acutally , PID 0016....

You were right… my fault
We should digging on the module mode to understand why it uses this PID

220

Odp: ZTE MF289F - Porting OpenWRT

Też testowałem "kody krótkie"  cokolwiek to miało znaczyć -  rozumiem że w mniemaniu programisty miały to być USSD ale nie działają na mojej sztuce też. Nawet nie mrugnie żeby przejść na 3g. Bo nie wiem czy u nas w Polsce już zrobili obsługę ussd po lte. Na E3276 na pewno zrzuca do 3g a potem z automatu wraca.  Pod openwrt przypuszczam że będzie lux. Jutro MiGu sprawdzę jeszcze raz ten tryb. Na razie z tydzień lub 2 ma mi wyświetlić uptime i stabilność. Jak będzie ok to mogę testować openwrt. Sprawdzałeś na swojej sztuce Rj11?

221

Odp: ZTE MF289F - Porting OpenWRT

smereka napisał/a:

Też testowałem "kody krótkie"  cokolwiek to miało znaczyć -  rozumiem że w mniemaniu programisty miały to być USSD ale nie działają na mojej sztuce też. Nawet nie mrugnie żeby przejść na 3g. Bo nie wiem czy u nas w Polsce już zrobili obsługę ussd po lte. Na E3276 na pewno zrzuca do 3g a potem z automatu wraca.  Pod openwrt przypuszczam że będzie lux. Jutro MiGu sprawdzę jeszcze raz ten tryb. Na razie z tydzień lub 2 ma mi wyświetlić uptime i stabilność. Jak będzie ok to mogę testować openwrt. Sprawdzałeś na swojej sztuce Rj11?

Please share also mtd20

Regarding RJ11 on VFIT/VFDE version is working but on IT it’s necessary to change a parameter on the module that is using VoIP and not CS

222

Odp: ZTE MF289F - Porting OpenWRT

Does the mtd20 partition have sensitive mac imei etc data? I haven't analyzed it yet, that's why I am asking

223

Odp: ZTE MF289F - Porting OpenWRT

smereka napisał/a:

Does the mtd20 partition have sensitive mac imei etc data? I haven't analyzed it yet, that's why I am asking

No it’s the rootfs explosed from UBI inside mtd17

My fault it’s mtd21, mtd20 is the kernel

MAC data is inside ART (mtd9), IMEI is on the module not on the router wink

224 (edytowany przez smereka 2022-08-18 20:52:25)

Odp: ZTE MF289F - Porting OpenWRT

And about name wifi and password from label where is on which partition?

225

Odp: ZTE MF289F - Porting OpenWRT

smereka napisał/a:

And about name wifi and password from label where is on which partition?

They should be on mtd12 (cfg-param)