Udhcpc cannot discover the ME910C1-WW modem

Hi, I tried to set up the Sigfab Cellular IoT Kit (LTE-M) with the libqmi procedures(Setting up a data connection over QMI interface using libqmi) However, while the previous steps go well, the command “sudo udhcpc -q -f -i wwan0” cannot discover and report the following error and cannot config the wwan0 interface. The modem I’m using is the ME910C1-WW from sigfab kit.

… The qmicli shows a connected network
zjh@raspberrypi:~ $ sudo qmicli -p -d /dev/cdc-wdm0 --device-open-net=‘net-raw-ip|net-no-qos-header’ --wds-start-network=“apn=‘super’,ip-type=4” --client-no-release-cid
[/dev/cdc-wdm0] Network started
Packet data handle: ‘2254308512’
[/dev/cdc-wdm0] Client ID not released:
Service: ‘wds’
CID: ‘3’

zjh@raspberrypi:~ $ sudo udhcpc -q -f -i wwan0
udhcpc: started, v1.30.1
No resolv.conf for interface wwan0.udhcpc
udhcpc: sending discover
udhcpc: sending discover
udhcpc: sending discover
udhcpc: sending discover
udhcpc: sending discover
udhcpc: sending discover
udhcpc: read error: Network is down, reopening socket
udhcpc: bind: No such device

We cannot confirm if ME910C1 is supported.


As mentioned in the intro of the tutorial the libqmi was successful with LTE CAT 1 and CAT 4 modules.

Thanks for the response