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=“RaspbianForums - Raspbian”
BUG_REPORT_URL=“RaspbianBugs - Raspbian”
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'.