mkdr
January 28, 2024, 6:42am
25
Also same issue with 3372 cant get it to work on both Brume 2 and Mango v2 with fw 4. From this post it suggested it worked in the past on fw 3.x: Using the Huawei E3372 4G Dongle with OpenWRT · GitHub
The last step is not working getting ipv4, tx always show 0. Something is broken on Glinets Openwrt fw preventing it to work. It works on normal Linux, also seems to have worked in the past with fw 3.x
I found this post with also a similiar issue:
“LTE module does not support DHCP so it must be configured via QMI.”
you must change the default value of
“dhcp” option in QMI protocol configuration options from 1 to 0 so the system is using uqmi and not dhcp
How will UQMI handle the assignment of IP address and route? The stick is fine, driver fine, connection working, but the last step is just broken, and it wont get a IPv4 because of some DHCP issue.
Here is a similar issues discussed 9 yea…