Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gammu Huawei E3131 is not receiving SMS #418

Open
kaestner opened this issue Aug 13, 2018 · 5 comments
Open

Gammu Huawei E3131 is not receiving SMS #418

kaestner opened this issue Aug 13, 2018 · 5 comments

Comments

@kaestner
Copy link

kaestner commented Aug 13, 2018

Hi,

I'm using an Raspberry PI3 with Raspibian. I can send SMS but I never received an sms.
I'm using the Huawei E3131 UMTS Stick.

gammu-detect gives following output:

[gammu]
device = /dev/ttyUSB0
name = Phone on USB serial port HUAWEI HUAWEI_Mobile
connection = at

[gammu1]
device = /dev/ttyUSB1
name = Phone on USB serial port HUAWEI HUAWEI_Mobile
connection = at

[gammu2]
device = /dev/ttyUSB2
name = Phone on USB serial port HUAWEI HUAWEI_Mobile
connection = at

sudo gammu-smsd-monitor

gammu-smsd-monitor[29508]: Warning: No PIN code in /etc/gammu-smsdrc file
gammu-smsd-monitor[29508]: Mapped POSIX RO shared memory at 0x76fb6000
Client: Gammu 1.39.1 on Linux, kernel 4.9.35-v7+ (#1014 SMP Fri Jun 30 14:47:43 BST 2017) compiler GCC 4.9
PhoneID: 
IMEI: xxx
IMSI: xxx
Sent: 0
Received: 0
Failed: 0
BatterPercent: 0
NetworkSignal: 24

The following versions are installed:

Raspbian: 8.0
smsd -Version: Version 3.1.15

this is my smsd.conf file:

devices = GSM1
outgoing = /var/spool/sms/outgoing
checked = /var/spool/sms/checked
incoming = /var/spool/sms/incoming
logfile = /var/log/smstools/smsd.log
loglevel = 7
infofile = /var/run/smstools/smsd.working
pidfile = /var/run/smstools/smsd.pid
outgoing = /var/spool/sms/outgoing
checked = /var/spool/sms/checked
failed = /var/spool/sms/failed
incoming = /var/spool/sms/incoming
sent = /var/spool/sms/sent
stats = /var/log/smstools/smsd_stats
receive_before_send = no
autosplit = 3

[GSM1]
device = /dev/ttyUSB0
incoming = yes
baudrate = 115200
report_device_details = yes
check_memory_method = 3
   
[GSM2]
device = /dev/ttyUSB1
incoming = yes
baudrate = 19200

[GSM3]
device = /dev/ttyUSB2
incoming = yes
baudrate = 19200

attached is also the log file.

smsd.log

Thanks
Carsten

@Armagetron
Copy link
Contributor

I normally use /dev/gsmmodem on my Raspberry Pi. It gave the most reliable results. Additionally the gammu version that ships with Debian/Raspbian is quite dated. Try compiling it yourself. Newer versions are more stable in this regard.

My configuration gammu-smsdrc with a Huawei E161 looks like this + some DB config:

[gammu]
device = /dev/gsmmodem
connection = at

If this doesn't help you may want to check the device configuration in libgammu/gsmphones.c.

@rbuelund
Copy link

I have the same problem. Gammu (1.42.0 on raspberry) can send SMS messages with the E3131 stick, but does not recieve anything. The messages ARE on recieved the stick, and show when I place the stick in my windows machine? Any ideas ?

@djcaesar9114
Copy link

I have the same problem. Gammu (1.42.0 on raspberry) can send SMS messages with the E3131 stick, but does not recieve anything. The messages ARE on recieved the stick, and show when I place the stick in my windows machine? Any ideas ?

Have you found a solution? I've got the same problem here...

@rbuelund
Copy link

Nope - nobody has responded - so it is still not working.. :-(

@einzige
Copy link

einzige commented Jul 9, 2024

same thing, could it be fixed with CheckMemoryMethod?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants