Error when install GobiNet Driver, arm/arch71 not found

First time trying a SixFab Cellular IoT HAT. Attempting to install GobiNet drivers, but I get the following error:
ln -sf makefile Makefile
make ARCH=armv7l CROSS_COMPILE= -C /lib/modules/4.19.66-v7+/build M=/home/btu/Downloads/GobiNet/GobiNet_Driver modules
make[1]: Entering directory ‘/usr/src/linux-headers-4.19.66-v7+’
Makefile:614: arch/armv7l/Makefile: No such file or directory
make[1]: *** No rule to make target ‘arch/armv7l/Makefile’. Stop.
make[1]: Leaving directory ‘/usr/src/linux-headers-4.19.66-v7+’
makefile:31: recipe for target ‘default’ failed
make: *** [default] Error 2

Where do I go from here?

Hi @jord4nz,

What is the output of the ls -la /lib/modules/(uname -r)/build/arch command?

Hi ensar,

I got past this issue and correctly compiled the drivers and installed everything.

However, now I am unable to get a lease from Verizon, and I’ve browsed through the forums/google and the solution of disabling dhcpcd does not work for me.

Here is the output:

btu@BTU_GATEWAY_1005:~/files/quectel-CM $ sudo ./quectel-CM -s we01.vzwstatic
[09-23_15:10:46:110] Quectel_QConnectManager_Linux_V1.6.0.12
[09-23_15:10:46:112] Find /sys/bus/usb/devices/1-1.1.2 idVendor=0x2c7c idProduct=0x296, bus=0x001, dev=0x007
[09-23_15:10:46:112] Auto find qmichannel = /dev/cdc-wdm0
[09-23_15:10:46:112] Auto find usbnet_adapter = wwan0
[09-23_15:10:46:112] netcard driver = qmi_wwan, driver version = 22-Aug-2005
[09-23_15:10:46:113] ioctl(0x89f3, qmap_settings) failed: Operation not supported, rc=-1
[09-23_15:10:46:113] Modem works in QMI mode
[09-23_15:10:46:138] cdc_wdm_fd = 7
[09-23_15:10:46:640] Get clientWDS = 1
[09-23_15:10:46:642] Get clientDMS = 1
[09-23_15:10:46:644] Get clientNAS = 1
[09-23_15:10:46:646] Get clientUIM = 1
[09-23_15:10:46:648] Get clientWDA = 1
[09-23_15:10:46:650] requestBaseBandVersion BG96MAR04A03M1G
[09-23_15:10:46:658] requestGetSIMStatus SIMStatus: SIM_READY
[09-23_15:10:46:658] requestSetProfile[1] we01.vzwstatic///0
[09-23_15:10:46:670] requestGetProfile[1] we01.vzwstatic///0
[09-23_15:10:46:672] requestRegistrationState2 MCC: 311, MNC: 480, PS: Attached, DataCap: LTE
[09-23_15:10:46:674] requestQueryDataCall IPv4ConnectionStatus: DISCONNECTED
[09-23_15:10:46:674] ifconfig wwan0 down
[09-23_15:10:46:698] ifconfig wwan0 0.0.0.0
[09-23_15:10:46:719] requestSetupDataCall WdsConnectionIPv4Handle: 0x833ce1c0
[09-23_15:10:46:726] ifconfig wwan0 up
[09-23_15:10:46:736] busybox udhcpc -f -n -q -t 5 -i wwan0
[09-23_15:10:46:745] udhcpc (v1.22.1) started
No resolv.conf for interface wwan0.udhcpc
[09-23_15:10:46:846] Sending discover…
[09-23_15:10:49:979] Sending discover…
[09-23_15:10:53:079] Sending discover…
[09-23_15:10:56:179] Sending discover…
[09-23_15:10:59:279] Sending discover…
[09-23_15:11:02:415] No lease, failing

I see that it has a ioctl error above, could that be something?