Hi I am trying to connect to the internet with my Twillio Super SIM to my Quectel UC20-G which is on a SixFab Base Hat. It seems to be going successfully but after installing
sudo apt update && sudo apt install libqmi-utils udhcpc
I run into an issue running the following command
sudo qmicli -d /dev/cdc-wdm0 --dms-set-operating-mode='online'
Which comes back with the following error:
[02 Dec 2021, 16:40:48] -Warning ** Error reading from istream: Resource temporarily unavailable
error: couldn't create client for the 'dms' service: CID allocation failed in the CTL client: Transaction timed out
I tried just āget-operation-modeā but same response
I ran
uname -r
5.10.63-v7+
lsusb -t
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 1: Dev 3, If 0, Class=Hub, Driver=hub/3p, 480M
|__ Port 2: Dev 5, If 3, Class=Vendor Specific Class, Driver=option, 480M
|__ Port 2: Dev 5, If 1, Class=Vendor Specific Class, Driver=option, 480M
|__ Port 2: Dev 5, If 4, Class=Vendor Specific Class, Driver=qmi_wwan, 480M
|__ Port 2: Dev 5, If 2, Class=Vendor Specific Class, Driver=option, 480M
|__ Port 2: Dev 5, If 0, Class=Vendor Specific Class, Driver=option, 480M
|__ Port 1: Dev 7, If 0, Class=Vendor Specific Class, Driver=lan78xx, 480M
|__ Port 2: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 3: Dev 6, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 3: Dev 6, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
Any help would be appreciated!