What does the "too few arguments" message mean?

QMI connection is working. QQ on the output. I have followed the guide and got it working but in my output is says “too few arguments”.

root@GG-Demo:~# quectel-CM -s pp.vodafone.co.uk wap wap pap -f /var/log/VF-output.log
[03-16_21:38:38:166] WCDMA&LTE_QConnectManager_Linux&Android_V1.1.45
[03-16_21:38:38:167] quectel-CM profile[1] = pp.vodafone.co.uk/wap/wap/64, pincode = (null)
[03-16_21:38:38:169] Find /sys/bus/usb/devices/1-1.1.3 idVendor=2c7c idProduct=0125
[03-16_21:38:38:169] Find /sys/bus/usb/devices/1-1.1.3:1.4/net/wwan0
[03-16_21:38:38:169] Find usbnet_adapter = wwan0
[03-16_21:38:38:169] Find /sys/bus/usb/devices/1-1.1.3:1.4/usbmisc/cdc-wdm0
[03-16_21:38:38:169] Find qmichannel = /dev/cdc-wdm0
[03-16_21:38:38:192] cdc_wdm_fd = 8
[03-16_21:38:38:269] Get clientWDS = 20
[03-16_21:38:38:301] Get clientDMS = 1
[03-16_21:38:38:333] Get clientNAS = 4
[03-16_21:38:38:365] Get clientUIM = 1
[03-16_21:38:38:397] Get clientWDA = 1
[03-16_21:38:38:429] requestBaseBandVersion EC25EFAR06A03M4G
[03-16_21:38:38:557] requestGetSIMStatus SIMStatus: SIM_READY
[03-16_21:38:38:557] requestSetProfile[1] pp.vodafone.co.uk/wap/wap/64
[03-16_21:38:38:621] requestGetProfile[1] pp.vodafone.co.uk/wap/wap/64
[03-16_21:38:38:653] requestRegistrationState2 MCC: 234, MNC: 15, PS: Attached, DataCap: LTE
[03-16_21:38:38:685] requestQueryDataCall IPv4ConnectionStatus: DISCONNECTED
[03-16_21:38:38:749] requestRegistrationState2 MCC: 234, MNC: 15, PS: Attached, DataCap: LTE
[03-16_21:38:38:781] requestSetupDataCall WdsConnectionIPv4Handle: 0x87309130
[03-16_21:38:38:845] requestQueryDataCall IPv4ConnectionStatus: CONNECTED
[03-16_21:38:38:877] ifconfig wwan0 up
[03-16_21:38:38:887] busybox udhcpc -f -n -q -t 5 -i wwan0
[03-16_21:38:38:914] udhcpc (v1.22.1) started
No resolv.conf for interface wwan0.udhcpc
[03-16_21:38:39:020] Sending discover…
[03-16_21:38:39:110] Sending select for 10.33.44.170…
[03-16_21:38:39:210] Lease of 10.33.44.170 obtained, lease time 7200
Too few arguments.
Too few arguments.

What is going on there? I have included the command to start it.
Any idea how to resolve the “too few arguments” and return back to the pi prompt?

That’s great.

Too few arguments is a message shown by busybox.

How is this marked solved? Can anyone provide an actual solution?

Too few arguments is a message shown by busybox .

Yes but what does it mean? It’s an error?

Hi,

No, it’s not an error message. It is an information message. It does not prevent QMI service.