Driver for 4.9.35-v7+ kernel not found

hi everyone;

How Can I fix it?

pi@raspberrypi:~/Downloads $ sudo ./qmi_install.sh
Clear Files
Change directory to /home/pi
Downloading source files
–2020-03-26 02:52:10– https://github.com/sixfab/Sixfab_RPi_3G-4G-LTE_Base_Shield/raw/master/tutorials/QMI_tutorial/src/quectel-CM.zip
Resolving github.com (github.com)… 140.82.118.4
Connecting to github.com (github.com)|140.82.118.4|:443… connected.
HTTP request sent, awaiting response… 302 Found
Location: https://raw.githubusercontent.com/sixfab/Sixfab_RPi_3G-4G-LTE_Base_Shield/master/tutorials/QMI_tutorial/src/quectel-CM.zip [following]
–2020-03-26 02:52:11– https://raw.githubusercontent.com/sixfab/Sixfab_RPi_3G-4G-LTE_Base_Shield/master/tutorials/QMI_tutorial/src/quectel-CM.zip
Resolving raw.githubusercontent.com (raw.githubusercontent.com)… 151.101.240.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.240.133|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 66876 (65K) [application/zip]
Saving to: ‘quectel-CM.zip’

quectel-CM.zip 100%[====================================================>] 65.31K –.-KB/s in 0.1s

2020-03-26 02:52:12 (503 KB/s) – ‘quectel-CM.zip’ saved [66876/66876]

Archive: quectel-CM.zip
creating: /home/pi/files/quectel-CM/
inflating: /home/pi/files/quectel-CM/util.h
inflating: /home/pi/files/quectel-CM/util.c
inflating: /home/pi/files/quectel-CM/udhcpc.c
inflating: /home/pi/files/quectel-CM/quectel-qmi-proxy.c
inflating: /home/pi/files/quectel-CM/QmiWwanCM.c
inflating: /home/pi/files/quectel-CM/QMIThread.h
inflating: /home/pi/files/quectel-CM/QMIThread.c
inflating: /home/pi/files/quectel-CM/MPQMUX.h
inflating: /home/pi/files/quectel-CM/MPQMUX.c
inflating: /home/pi/files/quectel-CM/MPQMI.h
inflating: /home/pi/files/quectel-CM/MPQCTL.h
inflating: /home/pi/files/quectel-CM/Makefile
inflating: /home/pi/files/quectel-CM/main.c
inflating: /home/pi/files/quectel-CM/GobiNetCM.c
inflating: /home/pi/files/quectel-CM/dhcpclient.c
inflating: /home/pi/files/quectel-CM/default.script
Checking Kernel
Driver for 4.9.35-v7+ kernel not found
pi@raspberrypi:~/Downloads $ ls /usr/src/
FFmpeg linux-headers-4.9.35+ linux-headers-4.9.35-v7+ sense-hat x264
pi@raspberrypi:~/Downloads $ uname -r
4.9.35-v7+
pi@raspberrypi:~/Downloads $

Hi,
Firstly, welcome to the Sixfab community.

Which Raspberry pi model are you using?
Did you follow the updated tutorial? (QMI Interface with Base Shield)
You can also check your hardware setup here.

hi Ensar;

thank you for quick reply. I hope you are well. please find attached the files.


Thank you.

It looks like you’re using the Rpi 3 model Vi.2.
I will ask a few questions:

  • Did you unplug the USB cable before starting the installation?

  • Can you explain how you did steps 4-7 and 10-11?

hi ensar;

thank for your quick reply.

1 . yes.

  1. let me try to explain step by step :slight_smile:

    pi@raspberrypi:~/Downloads $ ls /usr/src
    FFmpeg linux-headers-4.9.35+ linux-headers-4.9.35-v7+ sense-hat x264
    pi@raspberrypi:~/Downloads $ sudo rpi-update 330fb17cb87c2b57cf8e670b34b7a27527b787fa
    *** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom
    *** Performing self-update
    *** Relaunching after update
    *** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom
    *** Your firmware is already up to date
    pi@raspberrypi:~/Downloads $ wget https://raw.githubusercontent.com/sixfab/Sixfab_RPi_3G-4G-LTE_Base_Shield/master/tutorials/QMI_tutorial/qmi_install.sh
    –2020-03-26 19:40:57-- https://raw.githubusercontent.com/sixfab/Sixfab_RPi_3G-4G-LTE_Base_Shield/master/tutorials/QMI_tutorial/qmi_install.sh
    Resolving raw.githubusercontent.com (raw.githubusercontent.com)… 151.101.240.133
    Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.240.133|:443… connected.
    HTTP request sent, awaiting response… 200 OK
    Length: 2120 (2.1K) [text/plain]
    Saving to: ‘qmi_install.sh’

qmi_install.sh 100%[================================>] 2.07K --.-KB/s in 0s

2020-03-26 19:40:58 (6.17 MB/s) - ‘qmi_install.sh’ saved [2120/2120]

pi@raspberrypi:~/Downloads $ sudo chmod +x qmi_install.sh
pi@raspberrypi:~/Downloads $ sudo ./qmi_install.sh
Clear Files
Change directory to /home/pi
Downloading source files
–2020-03-26 19:41:12-- https://github.com/sixfab/Sixfab_RPi_3G-4G-LTE_Base_Shield/raw/master/tutorials/QMI_tutorial/src/quectel-CM.zip
Resolving github.com (github.com)… 140.82.118.4
Connecting to github.com (github.com)|140.82.118.4|:443… connected.
HTTP request sent, awaiting response… 302 Found
Location: https://raw.githubusercontent.com/sixfab/Sixfab_RPi_3G-4G-LTE_Base_Shield/master/tutorials/QMI_tutorial/src/quectel-CM.zip [following]
–2020-03-26 19:41:12-- https://raw.githubusercontent.com/sixfab/Sixfab_RPi_3G-4G-LTE_Base_Shield/master/tutorials/QMI_tutorial/src/quectel-CM.zip
Resolving raw.githubusercontent.com (raw.githubusercontent.com)… 151.101.36.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.36.133|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 66876 (65K) [application/zip]
Saving to: ‘quectel-CM.zip’

quectel-CM.zip 100%[================================>] 65.31K --.-KB/s in 0.1s

2020-03-26 19:41:13 (582 KB/s) - ‘quectel-CM.zip’ saved [66876/66876]

Archive: quectel-CM.zip
creating: /home/pi/files/quectel-CM/
inflating: /home/pi/files/quectel-CM/util.h
inflating: /home/pi/files/quectel-CM/util.c
inflating: /home/pi/files/quectel-CM/udhcpc.c
inflating: /home/pi/files/quectel-CM/quectel-qmi-proxy.c
inflating: /home/pi/files/quectel-CM/QmiWwanCM.c
inflating: /home/pi/files/quectel-CM/QMIThread.h
inflating: /home/pi/files/quectel-CM/QMIThread.c
inflating: /home/pi/files/quectel-CM/MPQMUX.h
inflating: /home/pi/files/quectel-CM/MPQMUX.c
inflating: /home/pi/files/quectel-CM/MPQMI.h
inflating: /home/pi/files/quectel-CM/MPQCTL.h
inflating: /home/pi/files/quectel-CM/Makefile
inflating: /home/pi/files/quectel-CM/main.c
inflating: /home/pi/files/quectel-CM/GobiNetCM.c
inflating: /home/pi/files/quectel-CM/dhcpclient.c
inflating: /home/pi/files/quectel-CM/default.script
Checking Kernel
Driver for 4.9.35-v7+ kernel not found
pi@raspberrypi:~/Downloads $

Hi @whatcares,

Did you disconnect the module before running the sudo ./qmi_install.sh command?
You’ve probably done a step wrong. I suggest you to re-install.
Try it with the Raspberry Pi 4.

yes i was disconnectedthe module.now i’m trying with raspberry pi4 model b

hi ensar;

I have another problem for raspberry pi 4 model b. How Can I Fix it?



it’s working now :slight_smile:

pi@raspberrypi:~/files/quectel-CM $ sudo ./quectel-CM -s internet
[03-26_21:39:54:691] WCDMA&LTE_QConnectManager_Linux&Android_V1.1.45
[03-26_21:39:54:691] ./quectel-CM profile[1] = internet///0, pincode = (null)
[03-26_21:39:54:692] Find /sys/bus/usb/devices/1-1.3 idVendor=2c7c idProduct=0125
[03-26_21:39:54:692] Find /sys/bus/usb/devices/1-1.3:1.4/net/wwan0
[03-26_21:39:54:692] Find usbnet_adapter = wwan0
[03-26_21:39:54:692] Find /sys/bus/usb/devices/1-1.3:1.4/usbmisc/cdc-wdm0
[03-26_21:39:54:692] Find qmichannel = /dev/cdc-wdm0
[03-26_21:39:54:708] cdc_wdm_fd = 7
[03-26_21:39:54:807] Get clientWDS = 20
[03-26_21:39:54:839] Get clientDMS = 1
[03-26_21:39:54:871] Get clientNAS = 4
[03-26_21:39:54:903] Get clientUIM = 1
[03-26_21:39:54:935] Get clientWDA = 1
[03-26_21:39:54:967] requestBaseBandVersion EC25EFAR06A04M4G
[03-26_21:39:55:094] requestGetSIMStatus SIMStatus: SIM_READY
[03-26_21:39:55:094] requestSetProfile[1] internet///0
[03-26_21:39:55:159] requestGetProfile[1] internet///0
[03-26_21:39:55:190] requestRegistrationState2 MCC: 286, MNC: 1, PS: Attached, DataCap: LTE
[03-26_21:39:55:222] requestQueryDataCall IPv4ConnectionStatus: DISCONNECTED
[03-26_21:39:55:286] requestRegistrationState2 MCC: 286, MNC: 1, PS: Attached, DataCap: LTE
[03-26_21:39:55:350] requestSetupDataCall WdsConnectionIPv4Handle: 0x871c93d0
[03-26_21:39:55:414] requestQueryDataCall IPv4ConnectionStatus: CONNECTED
[03-26_21:39:55:446] ifconfig wwan0 up
[03-26_21:39:55:465] busybox udhcpc -f -n -q -t 5 -i wwan0
udhcpc: started, v1.30.1
cat: /run/resolvconf/lock/pid: No such file or directory
/sbin/resolvconf: 733: kill: Illegal number:
clearing stale lock pid
No resolv.conf for interface wwan0.udhcpc
udhcpc: sending discover
udhcpc: sending select for 10.182.72.194
udhcpc: lease of 10.182.72.194 obtained, lease time 7200
Too few arguments.
Too few arguments.

I’m glad it works. :+1:

Best regards.

hi ensar;

I hope you are well.please find attached the files. sometimes it works, sometimes it doesn’t work like this.

Hi @whatcares,

Make sure to insert the SIM card. And check it.

Hi ensar;

What should I do to connect to the system automatically without any command when raspberry pi internet is turned on?

Hi @whatcares,

Install the QMI reconnect service.
Installation link.

Hi Ensar;

I hope you are well and safe. I have auto reconnect service problem. When I restart the system doesn’t run the card. How Can I fix it? thank you

pi@raspberrypi:/boot $ cat /etc/os-release
PRETTY_NAME=“Raspbian GNU/Linux 10 (buster)”
NAME=“Raspbian GNU/Linux”
VERSION_ID=“10”
VERSION=“10 (buster)”
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL=“http://www.raspbian.org/
SUPPORT_URL=“http://www.raspbian.org/RaspbianForums
BUG_REPORT_URL=“http://www.raspbian.org/RaspbianBugs

pi@raspberrypi:/boot $ lsmod
Module Size Used by
qmi_wwan 28672 0
cdc_wdm 20480 1 qmi_wwan
option 45056 0
usb_wwan 20480 1 option
usbserial 40960 2 option,usb_wwan
rfcomm 49152 4
bnep 20480 2
hci_uart 40960 1
btbcm 16384 1 hci_uart
serdev 20480 1 hci_uart
bluetooth 389120 29 hci_uart,bnep,btbcm,rfcomm
ecdh_generic 28672 1 bluetooth
fuse 110592 3
evdev 24576 6
8021q 32768 0
garp 16384 1 8021q
stp 16384 1 garp
llc 16384 2 garp,stp
spidev 20480 0
vc4 176128 5
drm_kms_helper 184320 2 vc4
brcmfmac 311296 0
brcmutil 16384 1 brcmfmac
v3d 73728 3
snd_soc_core 192512 1 vc4
gpu_sched 28672 1 v3d
sha256_generic 20480 0
snd_compress 20480 1 snd_soc_core
snd_bcm2835 24576 2
drm 442368 10 v3d,vc4,gpu_sched,drm_kms_helper
cfg80211 647168 1 brcmfmac
snd_pcm_dmaengine 16384 1 snd_soc_core
snd_pcm 102400 4 vc4,snd_pcm_dmaengine,snd_bcm2835,snd_soc_core
drm_panel_orientation_quirks 16384 1 drm
raspberrypi_hwmon 16384 0
rfkill 28672 6 bluetooth,cfg80211
hwmon 16384 1 raspberrypi_hwmon
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
snd_timer 32768 1 snd_pcm
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
snd 73728 9 snd_compress,snd_timer,snd_bcm2835,snd_soc_core,snd_pcm
i2c_bcm2835 16384 0
bcm2835_codec 36864 0
bcm2835_v4l2 45056 0
v4l2_mem2mem 24576 1 bcm2835_codec
bcm2835_mmal_vchiq 32768 2 bcm2835_codec,bcm2835_v4l2
v4l2_common 16384 1 bcm2835_v4l2
videobuf2_dma_contig 20480 1 bcm2835_codec
videobuf2_vmalloc 16384 1 bcm2835_v4l2
videobuf2_memops 16384 2 videobuf2_dma_contig,videobuf2_vmalloc
spi_bcm2835 20480 0
videobuf2_v4l2 24576 3 bcm2835_codec,bcm2835_v4l2,v4l2_mem2mem
videobuf2_common 45056 4 bcm2835_codec,bcm2835_v4l2,v4l2_mem2mem,videobuf2_v4l2
videodev 200704 6 bcm2835_codec,v4l2_common,videobuf2_common,bcm2835_v4l2,v4l2_mem2mem,videobuf2_v4l2
media 36864 3 bcm2835_codec,videodev,v4l2_mem2mem
vc_sm_cma 36864 5 bcm2835_mmal_vchiq
rpivid_mem 16384 0
uio_pdrv_genirq 16384 0
uio 20480 1 uio_pdrv_genirq
i2c_dev 20480 0
ip_tables 24576 0
x_tables 32768 1 ip_tables
ipv6 454656 42

pi@raspberrypi:~ $ uname -a
Linux raspberrypi 4.19.97-v7l+ #1294 SMP Thu Jan 30 13:21:14 GMT 2020 armv7l GNU/Linux

pi@raspberrypi:~ $ sudo systemctl status qmi_reconnect.service
● qmi_reconnect.service - QMI Auto Connection
Loaded: loaded (/etc/systemd/system/qmi_reconnect.service; enabled; vendor pr
Active: failed (Result: exit-code) since Wed 2020-04-08 02:51:51 +03; 18min a
Process: 598 ExecStart=/bin/sh /usr/src/qmi_reconnect.sh (code=exited, status=
Main PID: 598 (code=exited, status=200/CHDIR)

Apr 08 02:51:51 raspberrypi systemd[1]: qmi_reconnect.service: Service RestartSe
Apr 08 02:51:51 raspberrypi systemd[1]: qmi_reconnect.service: Scheduled restart
Apr 08 02:51:51 raspberrypi systemd[1]: Stopped QMI Auto Connection.
Apr 08 02:51:51 raspberrypi systemd[1]: qmi_reconnect.service: Start request rep
Apr 08 02:51:51 raspberrypi systemd[1]: qmi_reconnect.service: Failed with resul
Apr 08 02:51:51 raspberrypi systemd[1]: Failed to start QMI Auto Connection.
lines 1-12/12 (END)…skipping…
● qmi_reconnect.service - QMI Auto Connection
Loaded: loaded (/etc/systemd/system/qmi_reconnect.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2020-04-08 02:51:51 +03; 18min ago
Process: 598 ExecStart=/bin/sh /usr/src/qmi_reconnect.sh (code=exited, status=200/CHDIR)
Main PID: 598 (code=exited, status=200/CHDIR)

Apr 08 02:51:51 raspberrypi systemd[1]: qmi_reconnect.service: Service RestartSec=100ms expired, scheduling restart.
Apr 08 02:51:51 raspberrypi systemd[1]: qmi_reconnect.service: Scheduled restart job, restart counter is at 5.
Apr 08 02:51:51 raspberrypi systemd[1]: Stopped QMI Auto Connection.
Apr 08 02:51:51 raspberrypi systemd[1]: qmi_reconnect.service: Start request repeated too quickly.
Apr 08 02:51:51 raspberrypi systemd[1]: qmi_reconnect.service: Failed with result ‘exit-code’.
Apr 08 02:51:51 raspberrypi systemd[1]: Failed to start QMI Auto Connection.

/etc/modules: kernel modules to load at boot time.

This file contains the names of kernel modules that should be loaded

at boot time, one per line. Lines beginning with “#” are ignored.

i2c-dev
spi-dev

pi@raspberrypi:~ $ systemctl status systemd-modules-load.service
● systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2020-04-08 02:51:48 +03; 21min ago
Docs: man:systemd-modules-load.service(8)
man:modules-load.d(5)
Process: 328 ExecStart=/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
Main PID: 328 (code=exited, status=1/FAILURE)

Apr 08 02:51:48 raspberrypi systemd[1]: Starting Load Kernel Modules…
Apr 08 02:51:48 raspberrypi systemd-modules-load[328]: Failed to find module ‘spi-dev’
Apr 08 02:51:48 raspberrypi systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
Apr 08 02:51:48 raspberrypi systemd[1]: systemd-modules-load.service: Failed with result ‘exit-code’.
Apr 08 02:51:48 raspberrypi systemd[1]: Failed to start Load Kernel Modules.

Apr  8 02:47:00 raspberrypi systemd[1]: antenna_wifi.service: Service RestartSec=10s expired, scheduling restart.
Apr  8 02:47:00 raspberrypi systemd[1]: antenna_wifi.service: Scheduled restart job, restart counter is at 8.
Apr  8 02:47:00 raspberrypi systemd[1]: Stopped Antenna Wifi Indicator.
Apr  8 02:47:00 raspberrypi systemd[1]: Started Antenna Wifi Indicator.
Apr  8 02:47:00 raspberrypi bash[983]: Traceback (most recent call last):
Apr  8 02:47:00 raspberrypi bash[983]:   File "<string>", line 1, in <module>
Apr  8 02:47:00 raspberrypi bash[983]: ImportError: No module named gopigo3
Apr  8 02:47:00 raspberrypi systemd[1]: antenna_wifi.service: Main process exited, code=exited, status=1/FAILURE
Apr  8 02:47:00 raspberrypi systemd[1]: antenna_wifi.service: Failed with result 'exit-code'.
Apr  8 02:47:01 raspberrypi dhcpcd[456]: wwan0: using IPv4LL address 169.254.213.2
Apr  8 02:47:01 raspberrypi dhcpcd[456]: wwan0: adding route to 169.254.0.0/16
Apr  8 02:47:01 raspberrypi dhcpcd[456]: wwan0: adding default route
Apr  8 02:47:01 raspberrypi avahi-daemon[395]: Joining mDNS multicast group on interface wwan0.IPv4 with address 169.254.213.2.
Apr  8 02:47:01 raspberrypi avahi-daemon[395]: New relevant interface wwan0.IPv4 for mDNS.
Apr  8 02:47:01 raspberrypi avahi-daemon[395]: Registering new address record for 169.254.213.2 on wwan0.IPv4.
Apr  8 02:47:05 raspberrypi dhcpcd[456]: wwan0: no IPv6 Routers available
Apr  8 02:47:10 raspberrypi systemd[1]: antenna_wifi.service: Service RestartSec=10s expired, scheduling restart.
Apr  8 02:47:10 raspberrypi systemd[1]: antenna_wifi.service: Scheduled restart job, restart counter is at 9.
Apr  8 02:47:10 raspberrypi systemd[1]: Stopped Antenna Wifi Indicator.
Apr  8 02:47:11 raspberrypi systemd[1]: Started Antenna Wifi Indicator.
Apr  8 02:47:11 raspberrypi bash[994]: Traceback (most recent call last):
Apr  8 02:47:11 raspberrypi bash[994]:   File "<string>", line 1, in <module>
Apr  8 02:47:11 raspberrypi bash[994]: ImportError: No module named gopigo3
Apr  8 02:47:11 raspberrypi systemd[1]: antenna_wifi.service: Main process exited, code=exited, status=1/FAILURE
Apr  8 02:47:11 raspberrypi systemd[1]: antenna_wifi.service: Failed with result 'exit-code'.
Apr  8 02:47:21 raspberrypi systemd[1]: antenna_wifi.service: Service RestartSec=10s expired, scheduling restart.
Apr  8 02:47:21 raspberrypi systemd[1]: antenna_wifi.service: Scheduled restart job, restart counter is at 10.
Apr  8 02:47:21 raspberrypi systemd[1]: Stopped Antenna Wifi Indicator.
Apr  8 02:47:21 raspberrypi systemd[1]: Started Antenna Wifi Indicator.
Apr  8 02:47:21 raspberrypi bash[997]: Traceback (most recent call last):
Apr  8 02:47:21 raspberrypi bash[997]:   File "<string>", line 1, in <module>
Apr  8 02:47:21 raspberrypi bash[997]: ImportError: No module named gopigo3
Apr  8 02:47:21 raspberrypi systemd[1]: antenna_wifi.service: Main process exited, code=exited, status=1/FAILURE
Apr  8 02:47:21 raspberrypi systemd[1]: antenna_wifi.service: Failed with result 'exit-code'.
Apr  8 02:47:31 raspberrypi systemd[1]: antenna_wifi.service: Service RestartSec=10s expired, scheduling restart.
Apr  8 02:47:31 raspberrypi systemd[1]: antenna_wifi.service: Scheduled restart job, restart counter is at 11.
Apr  8 02:47:31 raspberrypi systemd[1]: Stopped Antenna Wifi Indicator.
Apr  8 02:47:31 raspberrypi systemd[1]: Started Antenna Wifi Indicator.
Apr  8 02:47:31 raspberrypi bash[1000]: Traceback (most recent call last):
Apr  8 02:47:31 raspberrypi bash[1000]:   File "<string>", line 1, in <module>
Apr  8 02:47:31 raspberrypi bash[1000]: ImportError: No module named gopigo3
Apr  8 02:47:31 raspberrypi systemd[1]: antenna_wifi.service: Main process exited, code=exited, status=1/FAILURE
Apr  8 02:47:31 raspberrypi systemd[1]: antenna_wifi.service: Failed with result 'exit-code'.
Apr  8 02:47:41 raspberrypi systemd[1]: antenna_wifi.service: Service RestartSec=10s expired, scheduling restart.
Apr  8 02:47:41 raspberrypi systemd[1]: antenna_wifi.service: Scheduled restart job, restart counter is at 12.
Apr  8 02:47:41 raspberrypi systemd[1]: Stopped Antenna Wifi Indicator.
Apr  8 02:47:41 raspberrypi systemd[1]: Started Antenna Wifi Indicator.
Apr  8 02:47:41 raspberrypi bash[1003]: Traceback (most recent call last):
Apr  8 02:47:41 raspberrypi bash[1003]:   File "<string>", line 1, in <module>
Apr  8 02:47:41 raspberrypi bash[1003]: ImportError: No module named gopigo3
Apr  8 02:47:41 raspberrypi systemd[1]: antenna_wifi.service: Main process exited, code=exited, status=1/FAILURE
Apr  8 02:47:41 raspberrypi systemd[1]: antenna_wifi.service: Failed with result 'exit-code'.
Apr  8 02:47:51 raspberrypi systemd[1]: antenna_wifi.service: Service RestartSec=10s expired, scheduling restart.
Apr  8 02:47:51 raspberrypi systemd[1]: antenna_wifi.service: Scheduled restart job, restart counter is at 13.
Apr  8 02:47:51 raspberrypi systemd[1]: Stopped Antenna Wifi Indicator.
Apr  8 02:47:52 raspberrypi systemd[1]: Started Antenna Wifi Indicator.
Apr  8 02:47:52 raspberrypi bash[1006]: Traceback (most recent call last):
Apr  8 02:47:52 raspberrypi bash[1006]:   File "<string>", line 1, in <module>
Apr  8 02:47:52 raspberrypi bash[1006]: ImportError: No module named gopigo3
Apr  8 02:47:52 raspberrypi systemd[1]: antenna_wifi.service: Main process exited, code=exited, status=1/FAILURE
Apr  8 02:47:52 raspberrypi systemd[1]: antenna_wifi.service: Failed with result 'exit-code'.
Apr  8 02:48:02 raspberrypi systemd[1]: antenna_wifi.service: Service RestartSec=10s expired, scheduling restart.
Apr  8 02:48:02 raspberrypi systemd[1]: antenna_wifi.service: Scheduled restart job, restart counter is at 14.
Apr  8 02:48:02 raspberrypi systemd[1]: Stopped Antenna Wifi Indicator.
Apr  8 02:48:02 raspberrypi systemd[1]: Started Antenna Wifi Indicator.
Apr  8 02:48:02 raspberrypi bash[1009]: Traceback (most recent call last):
Apr  8 02:48:02 raspberrypi bash[1009]:   File "<string>", line 1, in <module>
Apr  8 02:48:02 raspberrypi bash[1009]: ImportError: No module named gopigo3
Apr  8 02:48:02 raspberrypi systemd[1]: antenna_wifi.service: Main process exited, code=exited, status=1/FAILURE
Apr  8 02:48:02 raspberrypi systemd[1]: antenna_wifi.service: Failed with result 'exit-code'.

Hi ensar, i have the same problem my driver for kernel wasnt found. (its the same version 4.9.35-v7+)
Im using: Rapsberry Pi 3 Model B & Sixfab: https://sixfab.com/product/raspberry-pi-cellular-iot-application-shield/

I dont have raspberry pi 4. What should i do to connect to internet wireless by SIM card ?

Thanks for reply :slight_smile:

Hi @byczek2102,

Please update the kernel to the latest stable version and try again. You can also establish a PPP connection.

Hi i update to the latest version but, for run script
i have this:

Make sure your module is powered up. It can be turned on by pushing the PWRKEY button for at least 500ms.

thank you so much, i did this by PPP.