I have been having some odd issues with my router after messing with some firmware and modem firmware combinations. I am looking to completely reset my settings for the router and the modem. I know how to clear the router, but I wanted to get some input on resetting the modem. I know the command to factory reset the modem, but I wanted to know if there was anything from the modem perspective that I needed to set after a factory reset on it.
Reset the router first to see if it achieves the effect of restoring. If it doesn't, then reset the modem, and generally there is no specific settings are needed.
Thanks @bruce. That is what I am doing, reset the router settings over the weekend and waiting to see if that addresses my issues. So far, so good. I was getting some weird UI issues in the regular web interface prior to this, along with some other issues. I kept some of the config files like network and mwan3 before resetting it all I might post soon when I get more time.
installed mwan3 in the GL firmware?
That could have been it. In short, I ended up with cellular1 and cellular 2 interfaces. They had difference names assigned and cellular2 was actually the interface that i needed to prioritize. I also had some weird issues with permissions errors on some pages (the little red box at the top) sometimes. Full reset addressed all of the issues and it only took me a few minutes to get everything restored after saving off some files and whatnot.
@bruce - here is what I ended up with in my network file (as well as some similar entries in mwan3):
config interface 'modem_1_1_2'
option apn 'fast.t-mobile.com'
option proto 'qcm'
option device '/dev/mhi_QMI0'
option auth 'NONE'
option mtu '1480'
option metric '40'
option roaming '0'
option band_enable '0'
option disabled '0'
config interface 'modem_0001'
option apn 'fast.t-mobile.com'
option proto 'qcm'
option device '/dev/mhi_QMI0'
option metric '40'
option mtu '1480'
option roaming '0'
option band_enable '0'
option auth 'NONE'
option disabled '1'
The X3000 only have 1 modem (built-in), normally the modem interfaces are 1 for IPv4 + 1for IPv6.
Why yours show 2 different modem interfaces? Some plugins you installed to bring the new name interfaces 'modem_0001'
and 'modem_1_1_2'
?
That is part of the mystery and I would actually pose that question back to you @bruce . I do upgrade and swap firmware on the modem some testing new releases and whatnot. Maybe it was an update to a package or something. But I have no solid idea why that showed up, but it created a LOT of issues with mwan3. It has not returned since I reset the router settings.
If the router is using GL firmware, Modem_0001 should be displayed.
It is currently known that the GL firmware may not be compatible with mwan3 because GL uses its own kmwan and the two processes may conflict. If you use mwan3, recommended to remove kmwan, but the client speed-limit will not work.
It is GL. I did not install a new package intentionally. I thought mwan3 was the default, so if it is actually kmwan, then that is what it was. But the file is mwan3 in /etc/config that has been on the device. Like I said, I reset the device, so all of that is behind me for now.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.