Date: Tue, 10 Sep 2024 10:12:49 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 281218] Quectel LTE MODEM not working anymore Message-ID: <bug-281218-227-BiCxS6N2Xx@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-281218-227@https.bugs.freebsd.org/bugzilla/> References: <bug-281218-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281218 --- Comment #8 from Franco Fichtner <franco@opnsense.org> --- No, so what seems to be the case is that mpd5 is misbehaving on 14.1 vs. 13= .2 for whatever reason: > set $ErrorMsg "The modem is not responding to \"AT$modemCmd\" at ModemCmd= : label." What mpd5 says: > CHAT: The modem is not responding to "AT" at MomCmd: labeell. You can clearly see that it mangled "ModemCmd" into "MomCmd" and adding the weird trailing characters into the sentence "eell". One could argue the mpd.script file is mangled, but it doesn't make any sen= se since the file is rewritten on each connection invoke. The other one is: "MomIdentGeneriicc" Which is supposed to be: "ModemIdentGeneric" So probably the mpd5 source code, possibly inside ChatExpandString() that r= eads labels and other things from the mpd.script file. I've added debug there and we'll see what happens. Cheers, Franco --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281218-227-BiCxS6N2Xx>