Raspberry pi 树莓上的甘薯

Raspberry pi 树莓上的甘薯,raspberry-pi,sms,raspberry-pi4,gammu,Raspberry Pi,Sms,Raspberry Pi4,Gammu,当我在Raspberry(使用华为E8372)上安装gammu时,我在启动服务时遇到了一些问题: service gammu-smsd restart Job for gammu-smsd.service failed because the control process exited with error code. See "systemctl status gammu-smsd.service" and "journalctl -xe" for d

当我在Raspberry(使用华为E8372)上安装gammu时,我在启动服务时遇到了一些问题:

service gammu-smsd restart
Job for gammu-smsd.service failed because the control process exited with error code.
See "systemctl status gammu-smsd.service" and "journalctl -xe" for details.
系统表示未配置gammu smsd,但这是我的/etc/gammurc文件:

# File : /etc/gammurc
[gammu]
device = /dev/ttyUSB0
connection = at
name = Phone on USB serial port ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ HUAWEI_Mobile
synchronizetime = yes
gammucoding = utf8

和/等/gammu smsdrc:

# Gammu library configuration, see gammurc(5)
[gammu]
#device = /dev/ttyUSB0
device =  /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.3:1.0-$
我想我没有错,但没用

附言:

● gammu-smsd.service - SMS daemon for Gammu
   Loaded: loaded (/lib/systemd/system/gammu-smsd.service; enabled; vendor preset: en
   Active: failed (Result: exit-code) since Thu 2021-05-20 02:35:16 CEST; 4min 39s ag
     Docs: man:gammu-smsd(1)
  Process: 31185 ExecStart=/usr/bin/gammu-smsd --pid=/var/run/gammu-smsd.pid --daemon
  Process: 31186 ExecStopPost=/bin/rm -f /var/run/gammu-smsd.pid (code=exited, status

mai 20 02:35:16 raspberrypi systemd[1]: Starting SMS daemon for Gammu...
mai 20 02:35:16 raspberrypi gammu-smsd[31185]: gammu-smsd[31185]: No SMSD service con
mai 20 02:35:16 raspberrypi gammu-smsd[31185]: Failed to read config: Le service n'es
mai 20 02:35:16 raspberrypi systemd[1]: gammu-smsd.service: Control process exited, c
mai 20 02:35:16 raspberrypi systemd[1]: gammu-smsd.service: Failed with result 'exit-
mai 20 02:35:16 raspberrypi systemd[1]: Failed to start SMS daemon for Gammu.```