Hello, I am trying to determine the issue with completing the modem AT to establish the connection for sending sms to a motorola razor v3 via kannel.
Here is modems.conf relevant bits ====================== [...] group = modems id = Motorola name = "Motorola" init-string = "AT+CGDCONT=1" need-sleep = true enable-mms = true speed = 115200 message-storage = "SM" Here is the ERROR log ======================= [...] 2009-05-14 15:36:12 [10272] [6] INFO: AT2[/dev/ttyACM0]: opening device 2009-05-14 15:36:12 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: device opened. Telnet mode = 0 2009-05-14 15:36:12 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: device opened 2009-05-14 15:36:12 [10272] [6] INFO: AT2[/dev/ttyACM0]: Logging in bash-3.1# 2009-05-14 15:36:13 [10272] [6] INFO: AT2[/dev/ttyACM0]: init device 2009-05-14 15:36:13 [10272] [6] INFO: AT2[/dev/ttyACM0]: speed set to 115200 2009-05-14 15:36:13 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: --> ATZ^M 2009-05-14 15:36:13 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: <-- OK 2009-05-14 15:36:13 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: --> AT^M 2009-05-14 15:36:13 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: <-- AT 2009-05-14 15:36:13 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: <-- OK 2009-05-14 15:36:13 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: --> AT&F^M 2009-05-14 15:36:13 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: <-- AT&F 2009-05-14 15:36:13 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: <-- OK 2009-05-14 15:36:13 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: --> ATE0^M 2009-05-14 15:36:13 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: <-- ATE0 2009-05-14 15:36:13 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: <-- OK 2009-05-14 15:36:13 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: --> AT+IFC=2,2^M 2009-05-14 15:36:13 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: <-- OK 2009-05-14 15:36:13 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: --> AT+CPIN?^M 2009-05-14 15:36:13 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: <-- +CPIN: READY 2009-05-14 15:36:13 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: <-- OK 2009-05-14 15:36:13 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: --> AT+CMGF=0^M 2009-05-14 15:36:14 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: <-- OK 2009-05-14 15:36:14 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: --> AT+CSMS=?^M 2009-05-14 15:36:14 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: <-- +CSMS: (128) 2009-05-14 15:36:14 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: <-- OK 2009-05-14 15:36:14 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: --> AT+CNMI=1,2,0,1,0^M 2009-05-14 15:36:14 [10272] [6] DEBUG: AT2[/dev/ttyACM0]: <-- ERROR 2009-05-14 15:36:14 [10272] [6] ERROR: AT2[/dev/ttyACM0]: Generic error: ERROR 2009-05-14 15:36:14 [10272] [6] ERROR: AT2[/dev/ttyACM0]: Initialization of device failed. 2009-05-14 15:36:14 [10272] [6] INFO: AT2[/dev/ttyACM0]: Closing device 2009-05-14 15:36:14 [10272] [6] INFO: AT2[/dev/ttyACM0]: Closing device 2009-05-14 15:36:1 Is there a way to expand on generic errors further.. I think it might be the init-string which according to the archives it is possible. What is the right one for razor v3 used as a modem for testing sms via kannel? Greatly appreciated! Thanks K
