/var/log/messages output:
 
Aug 22 11:13:50 localhost kernel: usb 3-2: new full speed USB device using uhci_hcd and address 4
Aug 22 11:13:50 localhost kernel: usb 3-2: configuration #1 chosen from 1 choice
Aug 22 11:13:50 localhost kernel: ftdi_sio 3-2: 1.0: FTDI USB Serial Device converter detected
Aug 22 11:13:50 localhost kernel: drivers/usb/serial/ftdi_sio.c: Detected FT8U232AM
Aug 22 11:13:50 localhost kernel: usb 3-2: FTDI USB Serial Device converter now attached to ttyUSB0
 
 
I guess its connecting to ttyUSB0.....
Pls suggest.....


 
On 8/21/06, Leonard <[EMAIL PROTECTED]> wrote:
Hi,
 
FC5 should use CDC-ACM for the modem,
check /var/log/messages and see if it is picking up the modem and which driver its loading.
 
Also, it should set the device as ttyACM0 ( or 1, 2, 3)
 
(check you logs file!) If so, then use this in your kannel config (/dev/ttyACM0)
----- Original Message -----
Sent: Monday, August 21, 2006 11:24 AM
Subject: Modem configuration help !

 
Hello,
 
My environment is:
 
FC5 with Kannle 1.4.0 and GSM Modem as Falcom Samba 55(USB).
I am able to detect Modem on the OS. Getting output in dmesg and /proc/bus/usb/devices.
 
But when i configure the same in Kannel am getting "Opening failed. Terminating" error as follows:
 
2006-08-21 14:21:26 [2438] [0] INFO: Added logfile `/tmp/kannel.log' with level `1'.
2006-08-21 14:21:26 [2438] [0] INFO: Started access logfile `/tmp/access.log'.
2006-08-21 14:21:26 [2438] [0] INFO: HTTP: Opening server at port 13000.
2006-08-21 14:21:26 [2438] [0] INFO: BOXC: 'smsbox-max-pending' not set, using default (100).
2006-08-21 14:21:26 [2438] [0] INFO: DLR rerouting for smsc id <FAKE> disabled.
2006-08-21 14:21:26 [2438] [0] INFO: DLR rerouting for smsc id <(null)> disabled.
2006-08-21 14:21:26 [2438] [0] INFO: AT2[/dev/ttyUSB0]: configuration shows modemtype <falcom>
2006-08-21 14:21:26 [2438] [0] INFO: AT2[/dev/ttyUSB0]: read modem definition for <Falcom>
2006-08-21 14:21:26 [2438] [0] INFO: ----------------------------------------
2006-08-21 14:21:26 [2438] [0] INFO: Kannel bearerbox II version 1.4.0 starting
2006-08-21 14:21:26 [2438] [0] INFO: Loading store file `/tmp/kannel.store'
2006-08-21 14:21:26 [2438] [0] INFO: Store-file size 0, starting to unpack
2006-08-21 14:21:26 [2438] [0] INFO: Retrieved 0 messages, non-acknowledged messages: 0
2006-08-21 14:21:26 [2438] [0] INFO: MAIN: Start-up done, entering mainloop
2006-08-21 14:21:26 [2438] [8] INFO: AT2[/dev/ttyUSB0]: opening device
2006-08-21 14:21:26 [2438] [10] INFO: Client connected from <127.0.0.1>
2006-08-21 14:21:26 [2438] [8] INFO: AT2[/dev/ttyUSB0]: init device
2006-08-21 14:21:26 [2438] [8] INFO: AT2[/dev/ttyUSB0]: speed set to 9600
2006-08-21 14:21:30 [2438] [8] ERROR: AT2[/dev/ttyUSB0]: Opening failed. Terminating
2006-08-21 14:21:30 [2438] [8] INFO: AT2[/dev/ttyUSB0]: closing device
2006-08-21 14:21:30 [2438] [8] INFO: AT2[/dev/ttyUSB0]: opening device
2006-08-21 14:21:30 [2438] [8] INFO: AT2[/dev/ttyUSB0]: init device
2006-08-21 14:21:30 [2438] [8] INFO: AT2[/dev/ttyUSB0]: speed set to 9600
2006-08-21 14:21:34 [2438] [8] ERROR: AT2[/dev/ttyUSB0]: Opening failed. Terminating
2006-08-21 14:21:34 [2438] [8] INFO: AT2[/dev/ttyUSB0]: closing device
2006-08-21 14:21:34 [2438] [8] INFO: AT2[/dev/ttyUSB0]: opening device
2006-08-21 14:21:34 [2438] [8] INFO: AT2[/dev/ttyUSB0]: init device
2006-08-21 14:21:34 [2438] [8] INFO: AT2[/dev/ttyUSB0]: speed set to 9600
 
My settings are:
#SMSC modem gsm
group = smsc
smsc = at
host = localhost
port = 13013
modemtype = falcom
device = /dev/ttyUSB0
speed = 9600
 
group = modems
id = falcom
name = "Falcom"
detect-string = "Falcom"
no-smsc = true
 
 
Please help me with the same.
Thanks
Vaibhav
 

Reply via email to