GL-Modem Dependencies

Hey,

Is there a way to gl-modem work with a minimal install. I have craeted a FW image with no GL UI and LUCI instead. On openwrt 17 builds gl_modem connect-auto would work to configure the modem, however now on openwrt 19.07 builds this doesn’t work.

All dependencies have been installed and gl_modem sim-status replies READY,
gl_modem signal replied with correct information. gl_modem thermal shows “thermal setting failed”.

Then when I run gl_modem connect-auto nothing happens, where on the default FW build the expected configuration text is displayed.

When FW was build i removed "glinet: from config and added the required dependencies:
gl-modem, smstools3, gl-util, gl-wifi-core, ssmtp

Any help would be greatly appreciated.

Have you set the correct modem bus number ?

cat /etc/config/glconfig
config server ‘modem’
list bus ‘1-1.2’
dmesg |grep modem

[ 43.448996] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 45.948253] usbserial: USB Serial support registered for Sierra USB modem
[ 46.747377] usbserial: USB Serial support registered for GSM modem (1-port)
[ 46.831445] option 1-1.2:1.0: GSM modem (1-port) converter detected
[ 46.906943] usb 1-1.2: GSM modem (1-port) converter now attached to ttyUSB0
[ 46.990769] option 1-1.2:1.1: GSM modem (1-port) converter detected
[ 47.066281] usb 1-1.2: GSM modem (1-port) converter now attached to ttyUSB1
[ 47.150064] option 1-1.2:1.2: GSM modem (1-port) converter detected
[ 47.225572] usb 1-1.2: GSM modem (1-port) converter now attached to ttyUSB2
[ 47.309363] option 1-1.2:1.3: GSM modem (1-port) converter detected
[ 47.384875] usb 1-1.2: GSM modem (1-port) converter now attached to ttyUSB3

2 Likes