MC7304 Unable to find device

Hello,

I am testing the Sample Application on Linux 32 bit:
./pdsserviceshosti686 slqssdk

I get: Unable to find device…

The sample application worked before!

QCWWAN2kEnumerateDevices doesn’t seem to find the devices.

ls -l /dev/qcqmi* shows:

crw------- 1 root root 247, 0 Jan 15 15:46 /dev/qcqmi0
crw------- 1 root root 243, 0 Jan 15 15:46 /dev/qcqmi1

Can you help me?
Please let me know if I you want me to provide further information.

It tested with: SLQS03.03.06 and SLQS04.00.17

Hi Alex,

None of the sample apps are working?
try to kill slqssdk , then start the sample app + sdk with sudo.
Did you try it on other platforms/PCs?
If one platform is working you can compare the driver debug logs to see where it is failing
echo 1 > /sys/module/GobiNet/parameters/debug

During driver enumeration GobiNet reads some QMI from the modem for example the model number
Which driver version are you using?

Thanks,
James

Hi Oedenburger,

Thanks for your answer!

1)I am only interested in location based services, I therefore only tested those
2) started the apps with sudo: working, but I still get Unable to find device
3) I am only interested in linux 32 bit
4) echo 1 > /sys/module/GobiNet/parameters/debug doesn’t yield results

I have a systemd service up and running (which yields the following requests) --> but currently doesn’t find the device (Should I log more?)

 slqssdk[25535]: SWI0 SDK Process:
                                                                                     =====swi_ossdkusbscan=====line:1577
 slqssdk[25535]: SWI0 SDK Process:
                                                                                     =====swi_ossdkusbscan=====line:1577
 slqssdk[25535]: SWI0 SDK Process: QM:qmqmireq/1443: Request: QMI Instance 0
 slqssdk[25535]: SWI0 SDK Process: QM:SDK->Mdm: request received : ipcch/svctype/xactionlen/clientnum: 0/00f8/4/12
 slqssdk[25535]: SWI0 SDK Process: QM:SDK->Mdm: request validated : ipcch/svctype/xactionlen/clientnum: 0/00f8/4/12
 slqssdk[25535]: SWI0 SDK Process: QM:SDK->DCS: Request Sent : ipcch/xactionid: 0/2bba
 slqssdk[25535]: SWI0 SDK Process: QM-DCS:SDK->DCS: Request Received : ipcch/xactionid: 0/2bba
 slqssdk[25535]: SWI0 SDK Process: QM:qmshortresp( 6, ch: 0)
 slqssdk[25535]: SWI0 SDK Process:
                                                                                     =====swi_ossdkusbscan=====line:1577
 slqssdk[25535]: SWI0 SDK Process:
                                                                                     =====swi_ossdkusbscan=====line:1577

Hello,

I use:
GobiSerial 2.34
GobiNet 2.53

killall slqssdk and restart the app with sudo
I understand that you want to use location based services but to troubleshoot the issue please try another sample app.
always killall or kill -9 the SDK process

@alexinfo,

The attributes you have enabled for the QMI interfaces for the user you currently have logged in in your first post are not enough. Try sending the below to the system and then running the samples again.

sudo chmod 777 /dev/qcqmi*

Regards

Matt

@mlw: did that as you suggested, I get the same error
@Oedenburger: I killed all slqssdk and tested connectionmgrhosti686 --> Still unable to find device

now:
crwxrwxrwx 1 root root 247, 0 Jan 17 03:13 qcqmi0
crwxrwxrwx 1 root root 243, 0 Jan 17 03:13 qcqmi1

I downdgraded yesterday to an image where I know it was working before. I am beginning to think that It could be an hardware issue. The host however gets an ip adress and is responsive to pings.
I had a working service, which simply stopped working over night.
Now it is: … Unable to find device

I have no idea what the issue could be

@Oedenburger: same with ./SMSSampleApphosti686 slqssdk

if the modem gets the IP address during the attach procedure then I don’t think HW is the problem.
assuming you have LTE coverage, check at+cgcontrdp - do you see the IP address?
also check at!gstatus?

please post the driver enum debug logs:
kill the sdk process
sudo su
dmesg -c
echo 1 > /sys/module/GobiNet/parameters/debug
reset the modem
wait for the enumeration
collect dmesg

How do I reset the modem?

it is in the AT guide.
https://source.sierrawireless.com/resources/airprime/software/airprime-em73xx_mc73xx-at-command-reference/

@Oedenburger: Thanks for your support so far!
I did as you suggested

[  937.787053] usb 1-1: USB disconnect, device number 6
[  936.787371] GobiSerial driver ttyUSB0: GobiSerial converter now disconnected from ttyUSB0
[  936.787413] GobiSerial 1-1:1.0: device disconnected
[  936.787736] GobiSerial driver ttyUSB1: GobiSerial converter now disconnected from ttyUSB1
[  936.787761] GobiSerial 1-1:1.2: device disconnected
[  936.789556] GobiSerial driver ttyUSB2: GobiSerial converter now disconnected from ttyUSB2
[  936.789578] GobiSerial 1-1:1.3: device disconnected
[  936.791457] GobiNet::IntCallback(2465) Disconnected!
[  936.791493] GobiNet::GobiUSBDisconnect(2927) GobiUSBDisconnect
[  936.791508] GobiNet 1-1:1.8 usb0: unregister 'GobiNet' usb-0000:00:12.2-1, GobiNet Ethernet Device
[  936.793558] GobiNet::RemoveProcessFile(2927) remove:qcqmi1
[  936.793565] GobiNet::KillRead(2927) Killng read URB
[  936.793569] GobiNet::KillRead(2927) Killng int URB
[  936.793575] GobiNet::GobiDestoryWorkQueue(2927) 1-1-1:1.8
[  936.793578] GobiNet::GobiDestoryWorkQueue(2927) flush_work urb
[  936.793580] GobiNet::GobiDestoryWorkQueue(2927) flush_work ReadCallback
[  936.793583] GobiNet::ReleaseClientID(2927) clientID:0x901
[  936.793587] GobiNet::DeregisterQMIDevice(2927) release 0x0000
[  936.793592] GobiNet::PopFromReadMemList(2927) No read memory to pop, Client 0x0000, TID = 0x0
[  936.793595] GobiNet::RemoveAndPopNotifyList(2927) no one to notify for TID 0x0
[  936.793598] GobiNet::DeregisterQMIDevice(2927) DeregisterQMIDevice:6009(8) tries:0 ref:1
[  936.817484] GobiNet::DeregisterQMIDevice(2927) SetControlLineState:-6
[  936.819458] GobiNet::IntCallback(1619) Disconnected!
[  936.819490] GobiNet::GobiUSBDisconnect(2927) GobiUSBDisconnect
[  936.819504] GobiNet 1-1:1.10 usb1: unregister 'GobiNet' usb-0000:00:12.2-1, GobiNet Ethernet Device
[  936.821499] GobiNet::RemoveProcessFile(2927) remove:qcqmi0
[  936.821506] GobiNet::KillRead(2927) Killng read URB
[  936.821509] GobiNet::KillRead(2927) Killng int URB
[  936.821516] GobiNet::GobiDestoryWorkQueue(2927) 0-1-1:1.10
[  936.821519] GobiNet::GobiDestoryWorkQueue(2927) flush_work urb
[  936.821521] GobiNet::GobiDestoryWorkQueue(2927) flush_work ReadCallback
[  936.821524] GobiNet::ReleaseClientID(2927) clientID:0x801
[  936.821527] GobiNet::DeregisterQMIDevice(2927) release 0x0000
[  936.821533] GobiNet::PopFromReadMemList(2927) No read memory to pop, Client 0x0000, TID = 0x0
[  936.821535] GobiNet::RemoveAndPopNotifyList(2927) no one to notify for TID 0x0
[  936.821539] GobiNet::DeregisterQMIDevice(2927) DeregisterQMIDevice:6009(10) tries:0 ref:1
[  936.845564] GobiNet::DeregisterQMIDevice(2927) SetControlLineState:-6
[  948.100371] usb 1-1: new high-speed USB device number 7 using ehci-pci
[  948.219026] usb 1-1: config 1 has an invalid interface number: 8 but max is 5
[  948.219064] usb 1-1: config 1 has an invalid interface number: 10 but max is 5
[  948.219070] usb 1-1: config 1 has an invalid interface number: 11 but max is 5
[  948.219077] usb 1-1: config 1 has no interface number 1
[  948.219082] usb 1-1: config 1 has no interface number 4
[  948.219088] usb 1-1: config 1 has no interface number 5
[  948.219881] usb 1-1: New USB device found, idVendor=1199, idProduct=68c0
[  948.219890] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  948.219896] usb 1-1: Product: MC7304
[  948.219902] usb 1-1: Manufacturer: Sierra Wireless, Incorporated
[  948.222010] GobiNet::GobiNetDriverBind(2927) invalid interface 0
[  948.222086] GobiNet::GobiUSBNetProbe(2927) usbnet_probe failed -19
[  948.223273] GobiSerial 1-1:1.0: GobiSerial converter detected
[  948.223510] usb 1-1: GobiSerial converter now attached to ttyUSB0
[  948.223643] GobiNet::GobiNetDriverBind(2927) invalid interface 2
[  948.223653] GobiNet::GobiUSBNetProbe(2927) usbnet_probe failed -19
[  948.224687] GobiSerial 1-1:1.2: GobiSerial converter detected
[  948.224919] usb 1-1: GobiSerial converter now attached to ttyUSB1
[  948.225102] GobiNet::GobiNetDriverBind(2927) invalid interface 3
[  948.225114] GobiNet::GobiUSBNetProbe(2927) usbnet_probe failed -19
[  948.226251] GobiSerial 1-1:1.3: GobiSerial converter detected
[  948.226482] usb 1-1: GobiSerial converter now attached to ttyUSB2
[  948.226597] GobiNet::GobiUSBNetProbe(2927) String NULL
[  948.227795] GobiNet::GobiNetDriverBind(2927) in 86, out 4
[  948.228254] GobiNet 1-1:1.8 usb0: register 'GobiNet' at usb-0000:00:12.2-1, GobiNet Ethernet Device, 92:67:d8:19:ee:a4
[  948.228889] GobiNet::GobiUSBNetProbe(2927) Mac Address:
[  948.228897] GobiNet::PrintHex(2927)    : 92 67 D8 19 EE 08
[  948.235119] USB Speed : USB 2.0
[  948.236397] GobiNet::GobiNetDriverBind(2927) in 88, out 5
[  948.236746] GobiNet 1-1:1.10 usb1: register 'GobiNet' at usb-0000:00:12.2-1, GobiNet Ethernet Device, 92:67:d8:19:ee:a4
[  948.237513] GobiNet::GobiUSBNetProbe(2927) Mac Address:
-----
[  948.237522] GobiNet::PrintHex(2927)    : 92 67 D8 19 EE 0A
[  948.243673] USB Speed : USB 2.0
[  948.243838] GobiNet::GobiNetDriverBind(2927) invalid interface 11
[  948.243847] GobiNet::GobiUSBNetProbe(2927) usbnet_probe failed -19
[  948.434333] EXT4-fs (sda1): re-mounted. Opts: (null)
[  948.503720] EXT4-fs (sda1): re-mounted. Opts: (null)
[  949.259163] GobiNet::gobi_work_handler(2927) gobi_work_handler szQMIBusName:qcqmi0-1-1:1.10
[  949.259176] GobiNet::work_function(2927) Handle qcqmi(qcqmi0-1-1:1.10), task: 0
[  949.259321] GobiNet::gobi_work_handler(2814) gobi_work_handler szQMIBusName:qcqmi0-1-1:1.8
[  949.259683] GobiNet::AddClientToMemoryList(2927) Client memory already exists CID:0x0
[  949.259692] GobiNet::QMICTLReadyReq(2927) buffSize: 0xc, transactionID: 0x2
[  949.259698] GobiNet::FillQMUX(2927) pQMUXHeader->mLength = 0xb, buffSize - 1 = 0xb
[  949.259706] GobiNet::WriteSync(2927) Actual Write:
[  949.259719] GobiNet::PrintHex(2927)    : 01 0B 00 00 00 00 00 02 21 00 00 00
[  949.262810] GobiNet::ProcessReadWorkFunction(2516) ResubmitIntURB
[  949.262819] GobiNet::ReadCallback(2516) Read 12 bytes
[  949.262832] GobiNet::PrintHex(2516)    : 01 0B 00 80 00 00 02 00 27 00 00 00
[  949.262844] GobiNet::NotifyAndPopNotifyList(2516) skipping data TID = 2
[  949.262849] GobiNet::NotifyAndPopNotifyList(2516) no one to notify for Client:0x0, TID 0x0
[  949.262854] GobiNet::ReadCallback(2516) ReadCallback:1195 Not Found ClientID:0x0 , TID:0x0
[  949.262860] GobiNet::ReadCallback(2516) Remove Not Found Memory from read list
[  949.262888] GobiNet::SubmitIntURBWorkFunction(2516) ResubmitIntURB
[  949.267172] GobiNet::ProcessReadWorkFunction(2516) ResubmitIntURB
[  949.267179] GobiNet::ReadCallback(2516) Read 12 bytes
[  949.267189] GobiNet::PrintHex(2516)    : 01 0B 00 80 00 00 02 00 27 00 00 00
[  949.267197] GobiNet::NotifyAndPopNotifyList(2516) skipping data TID = 2
[  949.267200] GobiNet::NotifyAndPopNotifyList(2516) no one to notify for Client:0x0, TID 0x0
[  949.267204] GobiNet::ReadCallback(2516) ReadCallback:1195 Not Found ClientID:0x0 , TID:0x0
[  949.267207] GobiNet::ReadCallback(2516) Remove Not Found Memory from read list
[  949.267225] GobiNet::SubmitIntURBWorkFunction(2516) ResubmitIntURB
[  949.271189] GobiNet::ProcessReadWorkFunction(2516) ResubmitIntURB
[  949.271215] GobiNet::ReadCallback(2516) Read 12 bytes
[  949.271225] GobiNet::PrintHex(2516)    : 01 0B 00 80 00 00 02 00 27 00 00 00
[  949.271236] GobiNet::NotifyAndPopNotifyList(2516) skipping data TID = 2
[  949.271239] GobiNet::NotifyAndPopNotifyList(2516) no one to notify for Client:0x0, TID 0x0
[  949.271242] GobiNet::ReadCallback(2516) ReadCallback:1195 Not Found ClientID:0x0 , TID:0x0
[  949.271246] GobiNet::ReadCallback(2516) Remove Not Found Memory from read list
[  949.271253] GobiNet::SubmitIntURBWorkFunction(2516) ResubmitIntURB
[  949.274526] GobiNet::ProcessReadWorkFunction(2516) ResubmitIntURB
[  949.274533] GobiNet::ReadCallback(2516) Read 143 bytes
[  949.274583] GobiNet::PrintHex(2516)    : 01 8E 00 80 00 00 01 02 21 00 83 00 02 04 00 00 00 00 00 01 79 00 18 00 01 00 05 00 01 01 00 24 00 02 01 00 0E 00 03 01 00 19 00 04 01 00 03 00 05 01 00 0A 00 06 01 00 00 00 07 01 00 02 00 08 01 00 02 00 09 02 00 01 00 0A 02 00 10 00 0B 01 00 19 00 0C 01 00 04 00 11 01 00 00 00 12 01 00 00 00 17 01 00 00 00 18 01 00 00 00 1A 01 00 0A 00 1D 01 00 00 00 1E 01 00 00 00 1F 01 00 00 00 20 01 00 00 00 22 01 00 00 00 29 01 00 00 00
[  949.274594] GobiNet::SubmitIntURBWorkFunction(2516) ResubmitIntURB

Part 2:
[ 950.459227] GobiNet::QMIReady(2927) QMI Ready after 0 milliseconds
[ 950.459241] GobiNet::AddClientToMemoryList(2927) Client memory already exists CID:0x0
[ 950.459250] GobiNet::FillQMUX(2927) pQMUXHeader->mLength = 0x12, buffSize - 1 = 0x12
[ 950.459255] GobiNet::WriteSyncNoResume(2927) Actual Write:
[ 950.459271] GobiNet::PrintHex(2927) : 01 12 00 00 00 00 00 03 2A 00 07 00 01 04 00 00 00 00 00
[ 950.462538] GobiNet::ProcessReadWorkFunction(2516) ResubmitIntURB
[ 950.462545] GobiNet::ReadCallback(2516) Read 19 bytes
[ 950.462557] GobiNet::PrintHex(2516) : 01 12 00 80 00 00 01 03 2A 00 07 00 02 04 00 00 00 00 00
[ 950.462568] GobiNet::SubmitIntURBWorkFunction(2516) ResubmitIntURB
[ 950.563229] GobiNet::PopFromReadMemList(2927) No read memory to pop, Client 0x0000, TID = 0x0
[ 950.563237] GobiNet::RemoveAndPopNotifyList(2927) no one to notify for TID 0x0
[ 950.563242] GobiNet::RegisterQMIDevice(2927) Sending QMI CTL Sync Request
[ 950.563257] GobiNet::FillQMUX(2927) pQMUXHeader->mLength = 0xb, buffSize - 1 = 0xb
[ 950.563265] GobiNet::WriteSync(2927) Actual Write:
[ 950.563277] GobiNet::PrintHex(2927) : 01 0B 00 00 00 00 00 04 27 00 00 00
[ 950.566423] GobiNet::ProcessReadWorkFunction(2516) ResubmitIntURB
[ 950.566434] GobiNet::ReadCallback(2516) Read 19 bytes
[ 950.566452] GobiNet::PrintHex(2516) : 01 12 00 80 00 00 01 04 27 00 07 00 02 04 00 00 00 00 00
[ 950.566468] GobiNet::SubmitIntURBWorkFunction(2516) ResubmitIntURB
[ 950.667208] GobiNet::RegisterQMIDevice(2927) QMI CTL Sync Procedure Successful
[ 950.667223] GobiNet::AddClientToMemoryList(2927) Client memory already exists CID:0x0
[ 950.667232] GobiNet::FillQMUX(2927) pQMUXHeader->mLength = 0xf, buffSize - 1 = 0xf
[ 950.667241] GobiNet::WriteSync(2927) Actual Write:
[ 950.667256] GobiNet::PrintHex(2927) : 01 0F 00 00 00 00 00 05 22 00 04 00 01 01 00 1A

[ 950.670410] GobiNet::ProcessReadWorkFunction(2516) ResubmitIntURB
[ 950.670420] GobiNet::ReadCallback(2516) Read 24 bytes
[ 950.670439] GobiNet::PrintHex(2516) : 01 17 00 80 00 00 01 05 22 00 0C 00 02 04 00 00 00 00 00 01 02 00 1A 01
[ 950.670454] GobiNet::SubmitIntURBWorkFunction(2516) ResubmitIntURB
[ 950.771222] GobiNet::GetClientID(2927) Success!
[ 950.771232] GobiNet::GetClientID(2927) QMICTLGetClientIDResp Result:0!
[ 950.771241] GobiNet::QMIWDASetDataFormatReq(2927) Request Ethernet Data Format
[ 950.771252] GobiNet::FillQMUX(2927) pQMUXHeader->mLength = 0x1e, buffSize - 1 = 0x1e
[ 950.771260] GobiNet::WriteSync(2927) Actual Write:
[ 950.771282] GobiNet::PrintHex(2927) : 01 1E 00 00 1A 01 00 01 00 20 00 12 00 10 01 00 00 11 04 00 01 00 00 00 13 04 00 00 00 00 00
[ 950.774400] GobiNet::ProcessReadWorkFunction(2516) ResubmitIntURB
[ 950.774410] GobiNet::ReadCallback(2516) Read 66 bytes
[ 950.774452] GobiNet::PrintHex(2516) : 01 41 00 80 1A 01 02 01 00 20 00 35 00 02 04 00 00 00 00 00 10 01 00 00 11 04 00 01 00 00 00 12 04 00 00 00 00 00 13 04 00 00 00 00 00 14 04 00 00 00 00 00 15 04 00 00 00 00 00 16 04 00 00 00 00 00
[ 950.774469] GobiNet::SubmitIntURBWorkFunction(2516) ResubmitIntURB
[ 950.875224] GobiNet::QMIWDASetDataFormatResp(2927) Data Format Set to Ethernet Mode
[ 950.875234] GobiNet::ReleaseClientID(2927) clientID:0x11a
[ 950.875243] GobiNet::QMICTLReleaseClientIDReq(2927) buffSize: 0x11, transactionID: 0x6, clientID: 0x11a,
[ 950.875249] GobiNet::AddClientToMemoryList(2927) Client memory already exists CID:0x0
[ 950.875258] GobiNet::FillQMUX(2927) pQMUXHeader->mLength = 0x10, buffSize - 1 = 0x10
[ 950.875267] GobiNet::WriteSyncNoRetry(2927) Actual Write:
[ 950.875282] GobiNet::PrintHex(2927) : 01 10 00 00 00 00 00 06 23 00 05 00 01 02 00 1A 01
[ 950.878642] GobiNet::ProcessReadWorkFunction(2516) ResubmitIntURB
[ 950.878652] GobiNet::ReadCallback(2516) Read 24 bytes
[ 950.878671] GobiNet::PrintHex(2516) : 01 17 00 80 00 00 01 06 23 00 0C 00 02 04 00 00 00 00 00 01 02 00 1A 01
[ 950.878686] GobiNet::SubmitIntURBWorkFunction(2516) ResubmitIntURB
[ 950.979223] GobiNet::NotifyAndPopNotifyList(2927) no one to notify for Client:0x11a, TID 0x0
[ 950.979234] GobiNet::PopFromReadMemList(2927) No read memory to pop, Client 0x011A, TID = 0x0
[ 950.979246] GobiNet::AddClientToMemoryList(2927) Client memory already exists CID:0x0
[ 950.979255] GobiNet::FillQMUX(2927) pQMUXHeader->mLength = 0xf, buffSize - 1 = 0xf
[ 950.979263] GobiNet::WriteSync(2927) Actual Write:
[ 950.979277] GobiNet::PrintHex(2927) : 01 0F 00 00 00 00 00 07 22 00 04 00 01 01 00 01
[ 950.982629] GobiNet::ProcessReadWorkFunction(2516) ResubmitIntURB
[ 950.982639] GobiNet::ReadCallback(2516) Read 24 bytes
[ 950.982658] GobiNet::PrintHex(2516) : 01 17 00 80 00 00 01 07 22 00 0C 00 02 04 00 00 00 00 00 01 02 00 01 08
[ 950.982673] GobiNet::SubmitIntURBWorkFunction(2516) ResubmitIntURB
[ 951.083236] GobiNet::GetClientID(2927) Success!
[ 951.083246] GobiNet::GetClientID(2927) QMICTLGetClientIDResp Result:0!
[ 951.083259] GobiNet::FillQMUX(2927) pQMUXHeader->mLength = 0x14, buffSize - 1 = 0x14
[ 951.083267] GobiNet::WriteSync(2927) Actual Write:
[ 951.083284] GobiNet::PrintHex(2927) : 01 14 00 00 01 08 00 01 00 01 00 08 00 11 05 00 01 FF 00 00 00
[ 951.083761] GobiNet::FillQMUX(2927) pQMUXHeader->mLength = 0xc, buffSize - 1 = 0xc
[ 951.083767] GobiNet::WriteSync(2927) Actual Write:
[ 951.083778] GobiNet::PrintHex(2927) : 01 0C 00 00 01 08 00 02 00 22 00 00 00
[ 951.083991] GobiNet::QMIDMSSWISetFCCAuth(2927)
[ 951.084001] GobiNet::AddClientToMemoryList(2927) Client memory already exists CID:0x0
[ 951.084008] GobiNet::FillQMUX(2927) pQMUXHeader->mLength = 0xf, buffSize - 1 = 0xf
[ 951.084012] GobiNet::WriteSync(2927) Actual Write:
[ 951.084024] GobiNet::PrintHex(2927) : 01 0F 00 00 00 00 00 08 22 00 04 00 01 01 00 02
[ 951.086367] GobiNet::ProcessReadWorkFunction(2516) ResubmitIntURB
[ 951.086377] GobiNet::ReadCallback(2516) Read 20 bytes
[ 951.086394] GobiNet::PrintHex(2516) : 01 13 00 80 01 08 02 01 00 01 00 07 00 02 04 00 00 00 00 00
[ 951.086408] GobiNet::QMIWDSCallback(2516) Net device link is disconnected
[ 951.086421] GobiNet::SubmitIntURBWorkFunction(2516) ResubmitIntURB
[ 951.090732] GobiNet::ProcessReadWorkFunction(2516) ResubmitIntURB
[ 951.090739] GobiNet::ReadCallback(2516) Read 24 bytes
[ 951.090751] GobiNet::PrintHex(2516) : 01 17 00 80 01 08 02 02 00 22 00 0B 00 02 04 00 00 00 00 00 01 01 00 01
[ 951.090761] GobiNet::QMIWDSCallback(2516) Net device link is disconnected
[ 951.090769] GobiNet::SubmitIntURBWorkFunction(2516) ResubmitIntURB
[ 951.094263] GobiNet::ProcessReadWorkFunction(2516) ResubmitIntURB
[ 951.094273] GobiNet::ReadCallback(2516) Read 24 bytes
[ 951.094291] GobiNet::PrintHex(2516) : 01 17 00 80 00 00 01 08 22 00 0C 00 02 04 00 00 00 00 00 01 02 00 02 01
[ 951.094303] GobiNet::SubmitIntURBWorkFunction(2516) ResubmitIntURB
[ 951.187288] GobiNet::GetClientID(2927) Success!
[ 951.187298] GobiNet::GetClientID(2927) QMICTLGetClientIDResp Result:0!
[ 951.187314] GobiNet::FillQMUX(2927) pQMUXHeader->mLength = 0xc, buffSize - 1 = 0xc
[ 951.187322] GobiNet::WriteSync(2927) Actual Write:

[ 951.187335] GobiNet::PrintHex(2927) : 01 0C 00 00 02 01 00 01 00 5F 55 00 00
[ 951.190608] GobiNet::ProcessReadWorkFunction(2516) ResubmitIntURB
[ 951.190619] GobiNet::ReadCallback(2516) Read 20 bytes
[ 951.190638] GobiNet::PrintHex(2516) : 01 13 00 80 02 01 02 01 00 5F 55 07 00 02 04 00 01 00 1A 00
[ 951.190656] GobiNet::SubmitIntURBWorkFunction(2516) ResubmitIntURB
[ 951.291251] GobiNet::ReleaseClientID(2927) clientID:0x102
[ 951.291263] GobiNet::QMICTLReleaseClientIDReq(2927) buffSize: 0x11, transactionID: 0x9, clientID: 0x102,
[ 951.291270] GobiNet::AddClientToMemoryList(2927) Client memory already exists CID:0x0
[ 951.291279] GobiNet::FillQMUX(2927) pQMUXHeader->mLength = 0x10, buffSize - 1 = 0x10
[ 951.291287] GobiNet::WriteSyncNoRetry(2927) Actual Write:
[ 951.291302] GobiNet::PrintHex(2927) : 01 10 00 00 00 00 00 09 23 00 05 00 01 02 00 02 01
[ 951.294609] GobiNet::ProcessReadWorkFunction(2516) ResubmitIntURB
[ 951.294620] GobiNet::ReadCallback(2516) Read 24 bytes
[ 951.294640] GobiNet::PrintHex(2516) : 01 17 00 80 00 00 01 09 23 00 0C 00 02 04 00 00 00 00 00 01 02 00 02 01
[ 951.294656] GobiNet::SubmitIntURBWorkFunction(2516) ResubmitIntURB
[ 951.395298] GobiNet::NotifyAndPopNotifyList(2927) no one to notify for Client:0x102, TID 0x0
[ 951.395309] GobiNet::PopFromReadMemList(2927) No read memory to pop, Client 0x0102, TID = 0x0
[ 951.395320] GobiNet::AddClientToMemoryList(2927) Client memory already exists CID:0x0
[ 951.395330] GobiNet::FillQMUX(2927) pQMUXHeader->mLength = 0xf, buffSize - 1 = 0xf
[ 951.395338] GobiNet::WriteSync(2927) Actual Write:
[ 951.395351] GobiNet::PrintHex(2927) : 01 0F 00 00 00 00 00 0A 22 00 04 00 01 01 00 02
[ 951.398587] GobiNet::ProcessReadWorkFunction(2516) ResubmitIntURB
[ 951.398596] GobiNet::ReadCallback(2516) Read 24 bytes
[ 951.398616] GobiNet::PrintHex(2516) : 01 17 00 80 00 00 01 0A 22 00 0C 00 02 04 00 00 00 00 00 01 02 00 02 02
[ 951.398631] GobiNet::SubmitIntURBWorkFunction(2516) ResubmitIntURB
[ 951.499294] GobiNet::GetClientID(2927) Success!
[ 951.499304] GobiNet::GetClientID(2927) QMICTLGetClientIDResp Result:0!
[ 951.499319] GobiNet::FillQMUX(2927) pQMUXHeader->mLength = 0xc, buffSize - 1 = 0xc
[ 951.499328] GobiNet::WriteSync(2927) Actual Write:
[ 951.499341] GobiNet::PrintHex(2927) : 01 0C 00 00 02 02 00 01 00 25 00 00 00
[ 951.506462] GobiNet::ProcessReadWorkFunction(2516) ResubmitIntURB
[ 951.506471] GobiNet::ReadCallback(2516) Read 46 bytes

Part 3:

[  951.506501] GobiNet::PrintHex(2516)    : 01 2D 00 80 02 02 02 01 00 25 00 21 00 02 04 00 00 00 00 00 13 01 00 42 10 01 00 30 11 0F 00 33 35 36 38 35 33 30 35 31 30 39 37 39 32 33
[  951.506534] GobiNet::SubmitIntURBWorkFunction(2516) ResubmitIntURB
[  951.603261] GobiNet::QMIDMSGetMEID(2927) bad get MEID resp
[  951.603270] GobiNet::ReleaseClientID(2927) clientID:0x202
[  951.603279] GobiNet::QMICTLReleaseClientIDReq(2927) buffSize: 0x11, transactionID: 0xb, clientID: 0x202,
[  951.603286] GobiNet::AddClientToMemoryList(2927) Client memory already exists CID:0x0
[  951.603294] GobiNet::FillQMUX(2927) pQMUXHeader->mLength = 0x10, buffSize - 1 = 0x10
[  951.603303] GobiNet::WriteSyncNoRetry(2927) Actual Write:
[  951.603318] GobiNet::PrintHex(2927)    : 01 10 00 00 00 00 00 0B 23 00 05 00 01 02 00 02 02
[  951.606572] GobiNet::ProcessReadWorkFunction(2516) ResubmitIntURB
[  951.606582] GobiNet::ReadCallback(2516) Read 24 bytes
[  951.606601] GobiNet::PrintHex(2516)    : 01 17 00 80 00 00 01 0B 23 00 0C 00 02 04 00 00 00 00 00 01 02 00 02 02
[  951.606617] GobiNet::SubmitIntURBWorkFunction(2516) ResubmitIntURB
[  951.707546] GobiNet::NotifyAndPopNotifyList(2927) no one to notify for Client:0x202, TID 0x0
[  951.707557] GobiNet::PopFromReadMemList(2927) No read memory to pop, Client 0x0202, TID = 0x0
[  951.707562] GobiNet::QMICTLGetVersionInfo(2927)
[  951.707569] GobiNet::QMICTLGetVersionInfo(2927) Sending QMI CTL Get Version Info Request, TransactionID: 0xc
[  951.707576] GobiNet::AddClientToMemoryList(2927) Client memory already exists CID:0x0
[  951.707585] GobiNet::FillQMUX(2927) pQMUXHeader->mLength = 0xb, buffSize - 1 = 0xb
[  951.707593] GobiNet::WriteSync(2927) Actual Write:
[  951.707605] GobiNet::PrintHex(2927)    : 01 0B 00 00 00 00 00 0C 21 00 00 00
[  951.718564] GobiNet::ProcessReadWorkFunction(2516) ResubmitIntURB
[  951.718575] GobiNet::ReadCallback(2516) Read 143 bytes
[  951.718645] GobiNet::PrintHex(2516)    : 01 8E 00 80 00 00 01 0C 21 00 83 00 02 04 00 00 00 00 00 01 79 00 18 00 01 00 05 00 01 01 00 24 00 02 01 00 0E 00 03 01 00 19 00 04 01 00 03 00 05 01 00 0A 00 06 01 00 00 00 07 01 00 02 00 08 01 00 02 00 09 02 00 01 00 0A 02 00 10 00 0B 01 00 19 00 0C 01 00 04 00 11 01 00 00 00 12 01 00 00 00 17 01 00 00 00 18 01 00 00 00 1A 01 00 0A 00 1D 01 00 00 00 1E 01 00 00 00 1F 01 00 00 00 20 01 00 00 00 22 01 00 00 00 29 01 00 00 00
[  951.718659] GobiNet::SubmitIntURBWorkFunction(2516) ResubmitIntURB
[  951.811340] GobiNet::PrintHex(2927)    : 01 8E 00 80 00 00 01 0C 21 00 83 00 02 04 00 00 00 00 00 01 79 00 18 00 01 00 05 00 01 01 00 24 00 02 01 00 0E 00 03 01 00 19 00 04 01 00 03 00 05 01 00 0A 00 06 01 00 00 00 07 01 00 02 00 08 01 00 02 00 09 02 00 01 00 0A 02 00 10 00 0B 01 00 19 00 0C 01 00 04 00 11 01 00 00 00 12 01 00 00 00 17 01 00 00 00 18 01 00 00 00 1A 01 00 0A 00 1D 01 00 00 00 1E 01 00 00 00 1F 01 00 00 00 20 01 00 00 00 22 01 00 00 00 29 01 00 00 00
[  951.811354] GobiNet::RegisterQMIDevice(2927) QMI CTL Service Versions Procedure Successful
[  951.811360] creating qcqmi0
[  951.811638] Ethernet mode
[  951.811653] GobiNet::work_function(2927) Finish qcqmi(qcqmi0-1-1:1.10) task: 0 0
[  951.816312] GobiNet::work_function(2814) Handle qcqmi(qcqmi0-1-1:1.8), task: 0
[  951.816687] GobiNet::AddClientToMemoryList(2814) Client memory already exists CID:0x0
[  951.816697] GobiNet::QMICTLReadyReq(2814) buffSize: 0xc, transactionID: 0x2
---
[  951.816703] GobiNet::FillQMUX(2814) pQMUXHeader->mLength = 0xb, buffSize - 1 = 0xb
[  951.816711] GobiNet::WriteSync(2814) Actual Write:
[  951.816723] GobiNet::PrintHex(2814)    : 01 0B 00 00 00 00 00 02 21 00 00 00
[  951.819793] GobiNet::ProcessReadWorkFunction(2927) ResubmitIntURB
[  951.819800] GobiNet::ReadCallback(2927) Read 12 bytes
[  951.819808] GobiNet::PrintHex(2927)    : 01 0B 00 80 00 00 02 00 27 00 00 00
[  951.819817] GobiNet::NotifyAndPopNotifyList(2927) skipping data TID = 2
[  951.819820] GobiNet::NotifyAndPopNotifyList(2927) no one to notify for Client:0x0, TID 0x0
[  951.819824] GobiNet::ReadCallback(2927) ReadCallback:1195 Not Found ClientID:0x0 , TID:0x0
[  951.819828] GobiNet::ReadCallback(2927) Remove Not Found Memory from read list
[  951.819834] GobiNet::SubmitIntURBWorkFunction(2927) ResubmitIntURB
[  951.823412] GobiNet::ProcessReadWorkFunction(2927) ResubmitIntURB
[  951.823420] GobiNet::ReadCallback(2927) Read 12 bytes
[  951.823428] GobiNet::PrintHex(2927)    : 01 0B 00 80 00 00 02 00 27 00 00 00
[  951.823437] GobiNet::NotifyAndPopNotifyList(2927) skipping data TID = 2
[  951.823439] GobiNet::NotifyAndPopNotifyList(2927) no one to notify for Client:0x0, TID 0x0
[  951.823443] GobiNet::ReadCallback(2927) ReadCallback:1195 Not Found ClientID:0x0 , TID:0x0
[  951.823446] GobiNet::ReadCallback(2927) Remove Not Found Memory from read list
[  951.823453] GobiNet::SubmitIntURBWorkFunction(2927) ResubmitIntURB
[  951.827789] GobiNet::ProcessReadWorkFunction(2927) ResubmitIntURB
[  951.827796] GobiNet::ReadCallback(2927) Read 12 bytes
[  951.827805] GobiNet::PrintHex(2927)    : 01 0B 00 80 00 00 02 00 27 00 00 00
[  951.827814] GobiNet::NotifyAndPopNotifyList(2927) skipping data TID = 2
[  951.827817] GobiNet::NotifyAndPopNotifyList(2927) no one to notify for Client:0x0, TID 0x0
[  951.827820] GobiNet::ReadCallback(2927) ReadCallback:1195 Not Found ClientID:0x0 , TID:0x0
[  951.827824] GobiNet::ReadCallback(2927) Remove Not Found Memory from read list
[  951.827830] GobiNet::SubmitIntURBWorkFunction(2927) ResubmitIntURB
[  951.831412] GobiNet::ProcessReadWorkFunction(2927) ResubmitIntURB
[  951.831422] GobiNet::ReadCallback(2927) Read 12 bytes
[  951.831451] GobiNet::PrintHex(2927)    : 01 0B 00 80 00 00 02 00 27 00 00 00
[  951.831462] GobiNet::NotifyAndPopNotifyList(2927) skipping data TID = 2
[  951.831466] GobiNet::NotifyAndPopNotifyList(2927) no one to notify for Client:0x0, TID 0x0
[  951.831472] GobiNet::ReadCallback(2927) ReadCallback:1195 Not Found ClientID:0x0 , TID:0x0
[  951.831476] GobiNet::ReadCallback(2927) Remove Not Found Memory from read list
[  951.831485] GobiNet::SubmitIntURBWorkFunction(2927) ResubmitIntURB
[  951.835798] GobiNet::ProcessReadWorkFunction(2927) ResubmitIntURB
[  951.835808] GobiNet::ReadCallback(2927) Read 167 bytes
[  951.835900] GobiNet::PrintHex(2927)    : 01 A6 00 80 00 00 01 02 21 00 9B 00 02 04 00 00 00 00 00 01 83 00 1A 00 01 00 05 00 01 01 00 24 00 02 01 00 0E 00 03 01 00 19 00 04 01 00 03 00 05 01 00 0A 00 06 01 00 00 00 07 01 00 02 00 08 01 00 02 00 09 02 00 01 00 0A 02 00 10 00 0B 01 00 19 00 0C 01 00 04 00 11 01 00 00 00 12 01 00 00 00 17 01 00 00 00 18 01 00 00 00 1A 01 00 0A 00 1D 01 00 00 00 1E 01 00 00 00 1F 01 00 00 00 20 01 00 00 00 22 01 00 00 00 29 01 00 00 00 E1 01 00 00 00 F0 01 00 00 00 10 0B 00 04 4E 49 4C 4C 01 E1 03 00 00 00
[  951.835913] GobiNet::SubmitIntURBWorkFunction(2927) ResubmitIntURB
[  953.016330] GobiNet::QMIReady(2814) QMI Ready after 0 milliseconds
[  953.016344] GobiNet::AddClientToMemoryList(2814) Client memory already exists CID:0x0
[  953.016353] GobiNet::FillQMUX(2814) pQMUXHeader->mLength = 0x12, buffSize - 1 = 0x12
[  953.016358] GobiNet::WriteSyncNoResume(2814) Actual Write:
[  953.016374] GobiNet::PrintHex(2814)    : 01 12 00 00 00 00 00 03 2A 00 07 00 01 04 00 00 00 00 00
[  953.019559] GobiNet::ProcessReadWorkFunction(2927) ResubmitIntURB
[  953.019567] GobiNet::ReadCallback(2927) Read 19 bytes
[  953.019584] GobiNet::PrintHex(2927)    : 01 12 00 80 00 00 01 03 2A 00 07 00 02 04 00 00 00 00 00
[  953.019599] GobiNet::SubmitIntURBWorkFunction(2927) ResubmitIntURB
[  953.123636] GobiNet::PopFromReadMemList(2814) No read memory to pop, Client 0x0000, TID = 0x0
[  953.123644] GobiNet::RemoveAndPopNotifyList(2814) no one to notify for TID 0x0
[  953.123649] GobiNet::RegisterQMIDevice(2814) Sending QMI CTL Sync Request
[  953.123664] GobiNet::FillQMUX(2814) pQMUXHeader->mLength = 0xb, buffSize - 1 = 0xb
[  953.123673] GobiNet::WriteSync(2814) Actual Write:
[  953.123685] GobiNet::PrintHex(2814)    : 01 0B 00 00 00 00 00 04 27 00 00 00
[  953.127453] GobiNet::ProcessReadWorkFunction(2927) ResubmitIntURB
[  953.127463] GobiNet::ReadCallback(2927) Read 19 bytes
[  953.127480] GobiNet::PrintHex(2927)    : 01 12 00 80 00 00 01 04 27 00 07 00 02 04 00 00 00 00 00
[  953.127496] GobiNet::SubmitIntURBWorkFunction(2927) ResubmitIntURB
[  953.227430] GobiNet::RegisterQMIDevice(2814) QMI CTL Sync Procedure Successful
[  953.227444] GobiNet::AddClientToMemoryList(2814) Client memory already exists CID:0x0
[  953.227453] GobiNet::FillQMUX(2814) pQMUXHeader->mLength = 0xf, buffSize - 1 = 0xf
[  953.227462] GobiNet::WriteSync(2814) Actual Write:
[  953.227477] GobiNet::PrintHex(2814)    : 01 0F 00 00 00 00 00 05 22 00 04 00 01 01 00 1A
[  953.231694] GobiNet::ProcessReadWorkFunction(2927) ResubmitIntURB
[  953.231702] GobiNet::ReadCallback(2927) Read 24 bytes
[  953.231716] GobiNet::PrintHex(2927)    : 01 17 00 80 00 00 01 05 22 00 0C 00 02 04 00 00 00 00 00 01 02 00 1A 01
[  953.231728] GobiNet::SubmitIntURBWorkFunction(2927) ResubmitIntURB
[  953.331406] GobiNet::GetClientID(2814) Success!
[  953.331415] GobiNet::GetClientID(2814) QMICTLGetClientIDResp Result:0!
[  953.331426] GobiNet::QMIWDASetDataFormatReq(2814) Request Ethernet Data Format
[  953.331436] GobiNet::FillQMUX(2814) pQMUXHeader->mLength = 0x1e, buffSize - 1 = 0x1e
[  953.331445] GobiNet::WriteSync(2814) Actual Write:
[  953.331467] GobiNet::PrintHex(2814)    : 01 1E 00 00 1A 01 00 01 00 20 00 12 00 10 01 00 00 11 04 00 01 00 00 00 13 04 00 00 00 00 00
[  953.335525] GobiNet::ProcessReadWorkFunction(2927) ResubmitIntURB
[  953.335535] GobiNet::ReadCallback(2927) Read 66 bytes
[  953.335575] GobiNet::PrintHex(2927)    : 01 41 00 80 1A 01 02 01 00 20 00 35 00 02 04 00 00 00 00 00 10 01 00 00 11 04 00 01 00 00 00 12 04 00 00 00 00 00 13 04 00 00 00 00 00 14 04 00 00 00 00 00 15 04 00 00 00 00 00 16 04 00 00 00 00 00
[  953.335591] GobiNet::SubmitIntURBWorkFunction(2927) ResubmitIntURB
[  953.435664] GobiNet::QMIWDASetDataFormatResp(2814) Data Format Set to Ethernet Mode
[  953.435674] GobiNet::ReleaseClientID(2814) clientID:0x11a
[  953.435683] GobiNet::QMICTLReleaseClientIDReq(2814) buffSize: 0x11, transactionID: 0x6, clientID: 0x11a,
[  953.435690] GobiNet::AddClientToMemoryList(2814) Client memory already exists CID:0x0
[  953.435698] GobiNet::FillQMUX(2814) pQMUXHeader->mLength = 0x10, buffSize - 1 = 0x10
[  953.435707] GobiNet::WriteSyncNoRetry(2814) Actual Write:
[  953.435722] GobiNet::PrintHex(2814)    : 01 10 00 00 00 00 00 06 23 00 05 00 01 02 00 1A 01
[  953.439637] GobiNet::ProcessReadWorkFunction(2927) ResubmitIntURB
[  953.439646] GobiNet::ReadCallback(2927) Read 24 bytes
[  953.439665] GobiNet::PrintHex(2927)    : 01 17 00 80 00 00 01 06 23 00 0C 00 02 04 00 00 00 00 00 01 02 00 1A 01
[  953.439681] GobiNet::SubmitIntURBWorkFunction(2927) ResubmitIntURB
[  953.539417] GobiNet::NotifyAndPopNotifyList(2814) no one to notify for Client:0x11a, TID 0x0
[  953.539427] GobiNet::PopFromReadMemList(2814) No read memory to pop, Client 0x011A, TID = 0x0
[  953.539438] GobiNet::AddClientToMemoryList(2814) Client memory already exists CID:0x0
[  953.539447] GobiNet::FillQMUX(2814) pQMUXHeader->mLength = 0xf, buffSize - 1 = 0xf
[  953.539455] GobiNet::WriteSync(2814) Actual Write:
[  953.539468] GobiNet::PrintHex(2814)    : 01 0F 00 00 00 00 00 07 22 00 04 00 01 01 00 01
[  953.543495] GobiNet::ProcessReadWorkFunction(2927) ResubmitIntURB
[  953.543502] GobiNet::ReadCallback(2927) Read 24 bytes
[  953.543515] GobiNet::PrintHex(2927)    : 01 17 00 80 00 00 01 07 22 00 0C 00 02 04 00 00 00 00 00 01 02 00 01 09
[  953.543527] GobiNet::SubmitIntURBWorkFunction(2927) ResubmitIntURB
[  953.643683] GobiNet::GetClientID(2814) Success!
[  953.643693] GobiNet::GetClientID(2814) QMICTLGetClientIDResp Result:0!
[  953.643705] GobiNet::FillQMUX(2814) pQMUXHeader->mLength = 0x14, buffSize - 1 = 0x14
[  953.643714] GobiNet::WriteSync(2814) Actual Write:
[  953.643731] GobiNet::PrintHex(2814)    : 01 14 00 00 01 09 00 01 00 01 00 08 00 11 05 00 01 FF 00 00 00
[  953.644026] GobiNet::FillQMUX(2814) pQMUXHeader->mLength = 0xc, buffSize - 1 = 0xc
[  953.644032] GobiNet::WriteSync(2814) Actual Write:
[  953.644043] GobiNet::PrintHex(2814)    : 01 0C 00 00 01 09 00 02 00 22 00 00 00
[  953.644269] GobiNet::QMIDMSSWISetFCCAuth(2814)
[  953.644281] GobiNet::AddClientToMemoryList(2814) Client memory already exists CID:0x0
[  953.644289] GobiNet::FillQMUX(2814) pQMUXHeader->mLength = 0xf, buffSize - 1 = 0xf
[  953.644294] GobiNet::WriteSync(2814) Actual Write:
[  953.644356] GobiNet::PrintHex(2814)    : 01 0F 00 00 00 00 00 08 22 00 04 00 01 01 00 02
[  953.647458] GobiNet::ProcessReadWorkFunction(2927) ResubmitIntURB
[  953.647465] GobiNet::ReadCallback(2927) Read 20 bytes
[  953.647476] GobiNet::PrintHex(2927)    : 01 13 00 80 01 09 02 01 00 01 00 07 00 02 04 00 00 00 00 00
[  953.647487] GobiNet::QMIWDSCallback(2927) Net device link is disconnected
[  953.647496] GobiNet::SubmitIntURBWorkFunction(2927) ResubmitIntURB
[  953.651001] GobiNet::ProcessReadWorkFunction(2927) ResubmitIntURB
[  953.651012] GobiNet::ReadCallback(2927) Read 24 bytes
[  953.651032] GobiNet::PrintHex(2927)    : 01 17 00 80 01 09 02 02 00 22 00 0B 00 02 04 00 00 00 00 00 01 01 00 01
[  953.651046] GobiNet::QMIWDSCallback(2927) Net device link is disconnected
[  953.651059] GobiNet::SubmitIntURBWorkFunction(2927) ResubmitIntURB
[  953.655375] GobiNet::ProcessReadWorkFunction(2927) ResubmitIntURB
[  953.655382] GobiNet::ReadCallback(2927) Read 24 bytes
[  953.655394] GobiNet::PrintHex(2927)    : 01 17 00 80 00 00 01 08 22 00 0C 00 02 04 00 00 00 00 00 01 02 00 02 01
[  953.655405] GobiNet::SubmitIntURBWorkFunction(2927) ResubmitIntURB
[  953.747369] GobiNet::GetClientID(2814) Success!
[  953.747378] GobiNet::GetClientID(2814) QMICTLGetClientIDResp Result:0!
[  953.747394] GobiNet::FillQMUX(2814) pQMUXHeader->mLength = 0xc, buffSize - 1 = 0xc
[  953.747402] GobiNet::WriteSync(2814) Actual Write:
[  953.747416] GobiNet::PrintHex(2814)    : 01 0C 00 00 02 01 00 01 00 5F 55 00 00
[  953.751422] GobiNet::ProcessReadWorkFunction(2927) ResubmitIntURB
[  953.751431] GobiNet::ReadCallback(2927) Read 20 bytes
[  953.751449] GobiNet::PrintHex(2927)    : 01 13 00 80 02 01 02 01 00 5F 55 07 00 02 04 00 01 00 1A 00
[  953.751468] GobiNet::SubmitIntURBWorkFunction(2927) ResubmitIntURB
[  953.851435] GobiNet::ReleaseClientID(2814) clientID:0x102
[  953.851447] GobiNet::QMICTLReleaseClientIDReq(2814) buffSize: 0x11, transactionID: 0x9, clientID: 0x102,
[  953.851454] GobiNet::AddClientToMemoryList(2814) Client memory already exists CID:0x0
[  953.851463] GobiNet::FillQMUX(2814) pQMUXHeader->mLength = 0x10, buffSize - 1 = 0x10
[  953.851472] GobiNet::WriteSyncNoRetry(2814) Actual Write:
[  953.851505] GobiNet::PrintHex(2814)    : 01 10 00 00 00 00 00 09 23 00 05 00 01 02 00 02 01
[  953.855289] GobiNet::ProcessReadWorkFunction(2927) ResubmitIntURB
[  953.855299] GobiNet::ReadCallback(2927) Read 24 bytes
[  953.855373] GobiNet::PrintHex(2927)    : 01 17 00 80 00 00 01 09 23 00 0C 00 02 04 00 00 00 00 00 01 02 00 02 01
[  953.855396] GobiNet::SubmitIntURBWorkFunction(2927) ResubmitIntURB
[  953.955426] GobiNet::NotifyAndPopNotifyList(2814) no one to notify for Client:0x102, TID 0x0
[  953.955436] GobiNet::PopFromReadMemList(2814) No read memory to pop, Client 0x0102, TID = 0x0
[  953.955447] GobiNet::AddClientToMemoryList(2814) Client memory already exists CID:0x0
[  953.955458] GobiNet::FillQMUX(2814) pQMUXHeader->mLength = 0xf, buffSize - 1 = 0xf
[  953.955466] GobiNet::WriteSync(2814) Actual Write:
[  953.955480] GobiNet::PrintHex(2814)    : 01 0F 00 00 00 00 00 0A 22 00 04 00 01 01 00 02
[  953.959535] GobiNet::ProcessReadWorkFunction(2927) ResubmitIntURB
[  953.959543] GobiNet::ReadCallback(2927) Read 24 bytes
[  953.959576] GobiNet::PrintHex(2927)    : 01 17 00 80 00 00 01 0A 22 00 0C 00 02 04 00 00 00 00 00 01 02 00 02 02
[  953.959592] GobiNet::SubmitIntURBWorkFunction(2927) ResubmitIntURB
[  954.059437] GobiNet::GetClientID(2814) Success!
[  954.059447] GobiNet::GetClientID(2814) QMICTLGetClientIDResp Result:0!
[  954.059465] GobiNet::FillQMUX(2814) pQMUXHeader->mLength = 0xc, buffSize - 1 = 0xc
[  954.059474] GobiNet::WriteSync(2814) Actual Write:
[  954.059487] GobiNet::PrintHex(2814)    : 01 0C 00 00 02 02 00 01 00 25 00 00 00
[  954.063459] GobiNet::ProcessReadWorkFunction(2927) ResubmitIntURB
[  954.063469] GobiNet::ReadCallback(2927) Read 46 bytes
[  954.063517] GobiNet::PrintHex(2927)    : 01 2D 00 80 02 02 02 01 00 25 00 21 00 02 04 00 00 00 00 00 13 01 00 42 10 01 00 30 11 0F 00 33 35 36 38 35 33 30 35 31 30 39 37 39 32 33
[  954.063539] GobiNet::SubmitIntURBWorkFunction(2927) ResubmitIntURB
[  954.163448] GobiNet::QMIDMSGetMEID(2814) bad get MEID resp
[  954.163456] GobiNet::ReleaseClientID(2814) clientID:0x202
[  954.163465] GobiNet::QMICTLReleaseClientIDReq(2814) buffSize: 0x11, transactionID: 0xb, clientID: 0x202,
[  954.163472] GobiNet::AddClientToMemoryList(2814) Client memory already exists CID:0x0
[  954.163481] GobiNet::FillQMUX(2814) pQMUXHeader->mLength = 0x10, buffSize - 1 = 0x10
[  954.163490] GobiNet::WriteSyncNoRetry(2814) Actual Write:
[  954.163504] GobiNet::PrintHex(2814)    : 01 10 00 00 00 00 00 0B 23 00 05 00 01 02 00 02 02
[  954.167469] GobiNet::ProcessReadWorkFunction(2927) ResubmitIntURB
[  954.167479] GobiNet::ReadCallback(2927) Read 24 bytes
[  954.167500] GobiNet::PrintHex(2927)    : 01 17 00 80 00 00 01 0B 23 00 0C 00 02 04 00 00 00 00 00 01 02 00 02 02
[  954.167519] GobiNet::SubmitIntURBWorkFunction(2927) ResubmitIntURB
[  954.267461] GobiNet::NotifyAndPopNotifyList(2814) no one to notify for Client:0x202, TID 0x0
[  954.267473] GobiNet::PopFromReadMemList(2814) No read memory to pop, Client 0x0202, TID = 0x0
[  954.267478] GobiNet::QMICTLGetVersionInfo(2814)
[  954.267485] GobiNet::QMICTLGetVersionInfo(2814) Sending QMI CTL Get Version Info Request, TransactionID: 0xc
[  954.267492] GobiNet::AddClientToMemoryList(2814) Client memory already exists CID:0x0
[  954.267503] GobiNet::FillQMUX(2814) pQMUXHeader->mLength = 0xb, buffSize - 1 = 0xb
[  954.267511] GobiNet::WriteSync(2814) Actual Write:
[  954.267523] GobiNet::PrintHex(2814)    : 01 0B 00 00 00 00 00 0C 21 00 00 00
[  954.271437] GobiNet::ProcessReadWorkFunction(2927) ResubmitIntURB
[  954.271447] GobiNet::ReadCallback(2927) Read 167 bytes
[  954.271539] GobiNet::PrintHex(2927)    : 01 A6 00 80 00 00 01 0C 21 00 9B 00 02 04 00 00 00 00 00 01 83 00 1A 00 01 00 05 00 01 01 00 24 00 02 01 00 0E 00 03 01 00 19 00 04 01 00 03 00 05 01 00 0A 00 06 01 00 00 00 07 01 00 02 00 08 01 00 02 00 09 02 00 01 00 0A 02 00 10 00 0B 01 00 19 00 0C 01 00 04 00 11 01 00 00 00 12 01 00 00 00 17 01 00 00 00 18 01 00 00 00 1A 01 00 0A 00 1D 01 00 00 00 1E 01 00 00 00 1F 01 00 00 00 20 01 00 00 00 22 01 00 00 00 29 01 00 00 00 E1 01 00 00 00 F0 01 00 00 00 10 0B 00 04 4E 49 4C 4C 01 E1 03 00 00 00
[  954.271561] GobiNet::SubmitIntURBWorkFunction(2927) ResubmitIntURB
[  954.371555] GobiNet::PrintHex(2814)    : 01 A6 00 80 00 00 01 0C 21 00 9B 00 02 04 00 00 00 00 00 01 83 00 1A 00 01 00 05 00 01 01 00 24 00 02 01 00 0E 00 03 01 00 19 00 04 01 00 03 00 05 01 00 0A 00 06 01 00 00 00 07 01 00 02 00 08 01 00 02 00 09 02 00 01 00 0A 02 00 10 00 0B 01 00 19 00 0C 01 00 04 00 11 01 00 00 00 12 01 00 00 00 17 01 00 00 00 18 01 00 00 00 1A 01 00 0A 00 1D 01 00 00 00 1E 01 00 00 00 1F 01 00 00 00 20 01 00 00 00 22 01 00 00 00 29 01 00 00 00 E1 01 00 00 00 F0 01 00 00 00 10 0B 00 04 4E 49 4C 4C 01 E1 03 00 00 00
[  954.371567] GobiNet::RegisterQMIDevice(2814) QMI CTL Service Versions Procedure Successful
[  954.371574] creating qcqmi1
[  954.371854] Ethernet mode
[  954.371870] GobiNet::work_function(2814) Finish qcqmi(qcqmi0-1-1:1.8) task: 0 0

OK your driver log is looking good. let’s move on to debug the SDK.

I started the SMS app like this in superuser mode
./SMSSampleApphostx86_64 …/…/…/build/bin/hostx86_64/slqssdk
(I have a 64bit core - x86_64)

I’m attaching the syslog.

you can capture your syslog and attach it to the case
sdk_start.zip (1.6 KB)

./SMSSampleApphostx86_64 …/…/…/build/bin/hostx86_64/slqssdk

Please select one of the following options or press to exit:

  1. Register CallBack
  2. Send SMS
  3. Read SMS
  4. Delete SMS
  5. Execute Automated Tests for SMS Encoding Decoding
    Option: 1
    Registration for incoming SMS message notifications succeeded

Please select one of the following options or press to exit:

  1. Register CallBack
  2. Send SMS
  3. Read SMS
  4. Delete SMS
  5. Execute Automated Tests for SMS Encoding Decoding
    Option: ^C

Hello,

I executed as root (all in home directory), after mount -o remount,rw / and chmod 777 /dev/qcqmi*
Also chmod 777 on slqssdk and SMSSampleApphosti686

Unable to find device.

logging is configured to messages.log. Please find the extract attached

./SMSSampleApphosti686 slqssdkmessages_n.zip (509 Bytes)

well II’d need the full log.
I want to see how the SDK is started.
is your SDK path correct?

Hello,
This is probably all I could debug. I increased logging verbosity to info and debug:
Please find the log attached.
Do you miss further information?

messages_log_test.zip (2.9 KB)

It seems that whatever path to sdk I enter (correct / incorrect), it shows unable to find device