I executed these commands, but still not connecting. Is there any driver or any software that I need to run? please guide.
> run these commands > > sudo echo "usbserial" >> /etc/modules > echo "options usbserial vendor=0x0421 product=0x0410" >> > /etc/modprobe.d/options > modprobe usbserial > > and set device = /dev/ttyUSB0 in smsc configuration > > > > On Sat, Aug 2, 2008 at 3:58 PM, <[EMAIL PROTECTED]> wrote: >> 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 >> >> >
