This #cellular#modem #Huawei⁩ ⁨#E3372⁩ LTE #USB#dongle⁩ ⁨#usbstick⁩ ⁨#cellularmodem⁩ works on the #Firebat T8 plus #firebatt8 #firebatt8plus https://a.aliexpress.com/_EyRHnqi plus running #nixos and the configuration.nix commands indicated in the post comments. #t8plus #t8
Just in case it is of interest, the #Huawei #E3372 LTE USB #dongle #usbstick #cellularmodem works on a #Thinkpad #X230 under #nixos running #gnome. Details of #configurationdotnix in replies to this post. Credits: chatGPT iteratively....
Important: use http://192.168.8.1 to set SIM pin manually after the device has been shown to be recognised and modeswitched using the checks:
lsusb
nmcli
ls /dev/cdc-wdm*
lsmod | grep cdc
and importantly:
usb_modeswitch --version
returns a good output message

I've always found things like fax and #SMS messaging great fun, so I've accidentally spent time this evening figuring out how to send, read and delete SMS messages using #Huawei #E3372 USB modems and #curl.

It's unfinished, but this has been tested with E3372h-153 and E3372h-320 modems. It's probably fine with the latest E3372h-325 as well. The formatting of the session token was just a little different, the API paths were thankfully the same.

https://github.com/andydvsn/scripts/blob/main/e3372

scripts/e3372 at main · andydvsn/scripts

Personal scripts which may be of little to no use for anybody else. - andydvsn/scripts

GitHub