Might be Debug option is enabled in GOBI drivers, which enable us to see QMI packets exchanged between Linux SDK and module.
So can disable it by using below mentioned :
$ cd /…/…/…/…/Driver/S2.25N2.36/ modprobe GobiSerial debug=N
$ cd /…/Driver/S2.25N2.36/GobiNet/ modprobe GobiNet debug=N
I did try that (with debug=N and debug=0), but to no avail.
The module versions we’re using are:
GobiNet 2014-04-15/SWI_2.24
GobiSerial 2014-04-15/SWI_2.18
Though actually I see the message is coming from the “slqssdk” binary (via “strings slqssdk”). Looking through the SDK header files, I can see nothing about switching debug on or off.
Is there some hidden command line option in slqssdk I need to set maybe?
Putting a “user.debug -/dev/null” in syslog.conf has got rid of it, and helps the general performance, though it feels it’s just masking the problem since the SDK will still be sending vast amounts of debug data out to syslogd.