I am trying to use Nokia 1600 as smsc.I have connected it to USB port using dlr-5 cable. ---------------------------------------------------------------------------- when I give dmesg | grep usb coomand,following is the output.
usb.c: registered new driver usbdevfs usb.c: registered new driver hub usb.c: new USB bus registered, assigned bus number 1 usb-uhci.c: $Revision: 1.275 $ time 17:59:01 Mar 13 2003 usb-uhci.c: High bandwidth mode enabled usb-uhci.c: USB UHCI at I/O 0xe400, IRQ 10 usb-uhci.c: Detected 2 ports usb.c: new USB bus registered, assigned bus number 2 usb-uhci.c: USB UHCI at I/O 0xe800, IRQ 11 usb-uhci.c: Detected 2 ports usb.c: new USB bus registered, assigned bus number 3 usb-uhci.c: USB UHCI at I/O 0xec00, IRQ 10 usb-uhci.c: Detected 2 ports usb.c: new USB bus registered, assigned bus number 4 usb-uhci.c: v1.275:USB Universal Host Controller Interface driver usb.c: registered new driver hiddev usb.c: registered new driver hid usb.c: USB device 2 (vend/prod 0x67b/0x2303) is not claimed by any active driver . usb.c: registered new driver serial usbserial.c: USB Serial support registered for Generic usbserial.c: USB Serial Driver core v1.4 usbserial.c: USB Serial support registered for PL-2303 usbserial.c: PL-2303 converter detected usbserial.c: PL-2303 converter now attached to ttyUSB0 (or usb/tts/0 for devfs) usb-uhci.c: interrupt, status 2, frame# 1483 usb_control/bulk_msg: timeout usb_control/bulk_msg: timeout ----------------------------------------------------------------------------- A part of my config file is as follows, group = smsc smsc = at smsc-id = [EMAIL PROTECTED] modemtype = nokiaphone device=/dev/ttyUSB0 speed = 19200 pin = 89914500040057921576 group = modems id = nokiaphone name = "Nokia Phone" detect-string = "Nokia Mobile Phone" need-sleep = true keepalive-cmd = "AT+CBC;+CSQ" enable-mms = false -------------------------------------------------------------------------- When I try to run the bearer box,I get the following error, 2006-03-20 09:38:05 [4336] [0] INFO: Debug_lvl = 1, log_file = <none>, log_lvl = 0 2006-03-20 09:38:05 [4336] [0] WARNING: DLR: using default 'internal' for storag e type. 2006-03-20 09:38:05 [4336] [0] INFO: DLR using storage type: internal 2006-03-20 09:38:05 [4336] [0] INFO: HTTP: Opening server at port 13000. 2006-03-20 09:38:05 [4336] [0] INFO: BOXC: 'smsbox-max-pending' not set, using d efault (100). 2006-03-20 09:38:05 [4336] [0] INFO: DLR rerouting for smsc id <FAKE> disabled. 2006-03-20 09:38:05 [4336] [0] INFO: DLR rerouting for smsc id <[EMAIL PROTECTED]> di sabled. 2006-03-20 09:38:05 [4336] [0] INFO: [EMAIL PROTECTED]: configuration shows mode mtype <nokiaphone> 2006-03-20 09:38:05 [4336] [0] INFO: [EMAIL PROTECTED]: read modem definition fo r <Nokia Phone> 2006-03-20 09:38:05 [4336] [0] INFO: ---------------------------------------- 2006-03-20 09:38:05 [4336] [0] INFO: Kannel bearerbox II version 1.4.0 starting 2006-03-20 09:38:05 [4336] [0] INFO: MAIN: Start-up done, entering mainloop 2006-03-20 09:38:05 [4336] [7] INFO: [EMAIL PROTECTED]: opening device 2006-03-20 09:38:10 [4336] [7] INFO: [EMAIL PROTECTED]: init device 2006-03-20 09:38:12 [4336] [7] INFO: [EMAIL PROTECTED]: speed set to 19200 2006-03-20 09:38:17 [4336] [7] ERROR: [EMAIL PROTECTED]: Opening failed. Termina ting ------------------------------------------------------------------------------ The last few lines keep repeating. Can anyone help me here? Regards, Rashmi. -- View this message in context: http://www.nabble.com/error%3Aopening-failed-terminating%2Cin-bearer-box.-t1309205.html#a3488052 Sent from the Kannel - User forum at Nabble.com.
