Open PR-NCE opened 1 year ago
Hi @PR-NCE , there is a big problem with adding support for Sierra Wireless modems. Through the band grouping mechanism, I can't easily read and set the bands.
Hi @4IceG, are you open to the idea of adding support for sierra modems if I or someone else write the code for it? and can you please point me to the file in your repository that should be modified (to save me time as i haven't looked to see how you programmed this luci app) e.g. the exact part that is responsible to handle band looking for Quectel modems.
Hi @PR-NCE , I'm open to code. If you add simple code that is compatible with the modemband package. https://github.com/4IceG/luci-app-modemband/tree/main/modemband
My package for LuCI is unimportant, all operations are done by modemband package, I only made the gui for the user. For example, for Quectel EM12-G https://github.com/4IceG/luci-app-modemband/blob/main/modemband/files/usr/share/modemband/2c7c0512
Hi, could you again show output of:
AT!ENTERCND="A710"
AT!BAND=?
AT!BAND?
exact name of modem and ew version number: Sierra Wireless EM7565
VID and PID identifier on the USB bus:
serial port used for communication with the modem ("diagnostic"):
/dev/ttyUSB2
a list of all bands that can be set on the modem: AT command to read the set bands together with an example result:
an AT command to set specific bands:
add new band groups:
set to only B2 and B4 by selecting group 0F:
Link to complete and clear explanation of how to set specific bands on almost all of popular Sierra Wireless modems including EM7565
Please let me know if I missed anything that you might need, thank you in advance.