in case you use serial, use baudrate of 9600, just in case :)
its goot to test the modem of the cellular device first
i do that with minicom, its default settings are /dev/ttyS0 and speed of 9600
in case you are lukcy, once connected you will see inthe minicom window the
default settings of the modem.
type something like AT+CPIN=?
hit enter
the responce should be human readable - its request is the PIN code of the SIM
card set or not.
wish you luck
seik
On Thu, Mar 08, 2007 at 12:59:06AM -0800, sarwat wrote:
>
> oooh how stupid of me probably my eyes have stopped working from reading the
> user-guide 2 much on my computer screen.
>
> now i am faced by a new error i get a 3:waiting in queue bcoz VSMSC driver
> not found what do i do about it
> I am using kannel for sending and recieving only sms with nokia 6610i and a
> serial cable my configuration file is:
>
> group = smsc
> smsc = at
> smsc-id = VSMSC
> modemtype = auto
> device = /dev/ttyS1
> speed=19200
> port = 10000
> connect-allow-ip = 127.0.0.1
>
> # SMSBOX SETUP
> group = smsbox
> bearerbox-host = 127.0.0.1
> sendsms-port = 13013
> global-sender = 13013
> #sendsms-chars = "0123456789 +-"
> log-file = "/tmp/smsbox.log"
> log-level = 1
> access-log = "/tmp/access.log"
>
> #---------------------------------------------
> # SEND-SMS USERS
>
> group = sendsms-user
> username = tester
> password = foobar
> #user-deny-ip = ""
> user-allow-ip = "127.0.0.1"
> *******************************************************
>
> I have the cable checked it works fine with nokia suite for transferring
> data.
> output of wvdialconf is
> ************************************************************************
> [EMAIL PROTECTED]:~/Desktop/gateway-1.4.1/checks$ wvdialconf
> Editing `/etc/wvdial.conf'.
>
> Scanning your serial ports for a modem.
>
> WvModem<*1>: Cannot set information for serial port.
> ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
> ttyS0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
> ttyS0<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
> WvModem<*1>: Cannot set information for serial port.
> ttyS1<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
> ttyS1<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
> ttyS1<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
> Modem Port Scan<*1>: S2 S3 S4 S5 S6 S7 S8 S9
> Modem Port Scan<*1>: S10 S11 S12 S13 S14 S15 S16 S17
> Modem Port Scan<*1>: S18 S19 S20 S21 S22 S23 S24 S25
> Modem Port Scan<*1>: S26 S27 S28 S29 S30 S31 S32 S33
> Modem Port Scan<*1>: S34 S35 S36 S37 S38 S39 S40 S41
> Modem Port Scan<*1>: S42 S43 S44 S45 S46 S47
>
>
> Sorry, no modem was detected! Is it in use by another program?
> Did you configure it properly with setserial?
>
> Please read the FAQ at http://open.nit.ca/wiki/?WvDial
>
> If you still have problems, send mail to <[EMAIL PROTECTED]>.
> ****************************************************************
>
> the ouput of setserial command is
> ************************************************
> [EMAIL PROTECTED]:~/Desktop/gateway-1.4.1/checks$ setserial
> /dev/ttyS1
> /dev/ttyS1, UART: 16550A, Port: 0x02f8, IRQ: 3
>
>
> I am clueless regarding how 2 go about this problem plz help
>
>
> --
> View this message in context:
> http://www.nabble.com/error-codes-tf3361861.html#a9370846
> Sent from the Kannel - User mailing list archive at Nabble.com.
>