Continously tries to connect to modems every 5s causing wakeups
Chatty tries to connect to the modem over and over again although there is none (HKS off):
(10:49:41) mm-sms: ModemManager found: :1.11
(10:49:41) connection: Connection error on 0xaaaae20f1610 (reason: 0 description: Could not connect to modem)
(10:49:41) account: Disconnecting account SMS (0xaaaae20ff5b0)
(10:49:41) connection: Disconnecting connection 0xaaaae20f1610
(10:49:41) connection: Destroying connection 0xaaaae20f1610
(10:49:41) util: Writing file accounts.xml to directory /home/purism/.purple
(10:49:41) util: Writing file /home/purism/.purple/accounts.xml
(10:49:46) account: Connecting to account SMS.
(10:49:46) connection: Connecting. gc = 0xaaaae20f1610
(10:49:46) mm-sms: ModemManager found: :1.11
(10:49:46) connection: Connection error on 0xaaaae20f1610 (reason: 0 description: Could not connect to modem)
(10:49:46) account: Disconnecting account SMS (0xaaaae20ff5b0)
(10:49:46) connection: Disconnecting connection 0xaaaae20f1610
(10:49:46) connection: Destroying connection 0xaaaae20f1610
This wastes battery and causes unneeded disk writes although the plugin connects to the object-added
DBus signal and can hence report new modems.
Edited by Guido Gunther