please see what is wrong here. here is my #lsusb
[EMAIL PROTECTED]:/usr/local/kannel# lsusb Bus 001 Device 004: ID 0421:0410 Nokia Mobile Phones 6630 Imaging Smartphone Bus 001 Device 002: ID 046d:c016 Logitech, Inc. Optical Mouse Bus 001 Device 001: ID 0000:0000 [EMAIL PROTECTED]:/usr/local/kannel# here is my smskannel.conf file : group = smsc smsc = at #modemtype = nokiaphone modemtype = SMSCConn #device = /dev/ttyACM0 device = /dev/ttyUSB4 # or output of lsusb #speed = 9600 speed = 115200 my-number = +923334324038 connect-allow-ip = 127.0.0.1 log-file = "/path/to/kannel/log/nokia-smsc.log" log-level = 0 sim-buffering = true keepalive = 1 # MODEMS group = modems id = SMSCConn name = nokiaphone #detect-string = "NOKIA" detect-string = "SMSCConn" detect-string2 = "6630 " init-string = "AT+CNMI=0,0,0,0,0" #need-sleep = true keepalive-cmd = "AT+CBC;+CSQ" message-storage = SM
