xhikarishii / openwrt-ipq

This fork is dedicated for NSS Development of Arcadyan AW1000
Other
8 stars 2 forks source link

Connectivity issue #10

Open telemach1337 opened 3 weeks ago

telemach1337 commented 3 weeks ago

Describe the bug

I encounter a problem with auto connecting to network. All settings are correct but firmware doesn't see modem.

What helps is switching protocol in Interfaces-5G to QMI and then back to Quectell or going to terminal and running

ifdown 5g uqmi -d /dev/cdc-wdm0 --set-device-operating-mode online ifup 5g

but having that in rc.local doesn't help so after power loss I need to run whole procedure once again

BTW : Can you make some setting to store default APN configuration ? because each time I switch protocol I have to fill it again

OpenWrt version

hikariwrt-v1.1.2b-091924

OpenWrt release

hikariwrt-v1.1.2b-091924

OpenWrt target/subtarget

hikariwrt-v1.1.2b-091924

Device

AW1000

Image kind

Official downloaded image

Steps to reproduce

No response

Actual behaviour

No response

Expected behaviour

No response

Additional info

No response

Diffconfig

No response

Terms

MiG-41 commented 3 weeks ago

Maybe in rc.local before that comands you need to make some sleep ( start with sleep 60 ).

It is just workaround , but maybe somhow helps.

telemach1337 commented 3 weeks ago

Is it normal that being very close to BTS the AW1000 is aggregating only B1+B7+n78 and transfers are not bigger than 300 ? any other router is aggregating B1+B7+B20+B8+n78 and transfers are higher than 400-500

xhikarishii commented 3 weeks ago

Hi, this is a known issue for quectel modules, you can try sending AT+CFUN=1 during boot time.

xhikarishii commented 3 weeks ago

Also, make sure to switch back to qmi/rmnet mode using the AT command AT+QCFG="usbnet",0, the default configurations made to the firmware should work out of the box.