When I try to check my connection of the mobile with PC I am getting following errors
[r...@localhost dev]# dmesg | grep -i usb | tail -20 usb 2-5: USB disconnect, address 7 usb 2-5: new full speed USB device using ohci_hcd and address 8 usb 2-5: New USB device found, idVendor=0421, idProduct=005e usb 2-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 2-5: Product: Nokia 3110c usb 2-5: Manufacturer: Nokia usb 2-5: configuration #1 chosen from 1 choice cdc_acm 2-5:1.1: ttyACM0: USB ACM device usb 2-5: bad CDC descriptors usb 2-5: bad CDC descriptors usb 2-5: USB disconnect, address 8 usb 2-5: new full speed USB device using ohci_hcd and address 9 usb 2-5: New USB device found, idVendor=0421, idProduct=005e usb 2-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 2-5: Product: Nokia 3110c usb 2-5: Manufacturer: Nokia usb 2-5: configuration #1 chosen from 1 choice cdc_acm 2-5:1.1: ttyACM0: USB ACM device usb 2-5: bad CDC descriptors usb 2-5: bad CDC descriptors Can some one suggest me on how to get rid of this CDC descriptors? ravurisuman wrote: > > Bearer box is unable to connect to nokia 3110c mobile. It is throwing the > following error. > > Logs: > > 2009-07-12 02:41:07 [3104] [6] INFO: AT2[/dev/ttyACM0]: opening device > 2009-07-12 02:41:07 [3104] [6] INFO: AT2[/dev/ttyACM0]: Logging in > 2009-07-12 02:41:07 [3104] [6] INFO: AT2[/dev/ttyACM0]: init device > 2009-07-12 02:41:07 [3104] [6] INFO: AT2[/dev/ttyACM0]: speed set to > 115200 > 2009-07-12 02:41:08 [3104] [6] INFO: AT2[/dev/ttyACM0]: AT SMSC > successfully opened. > 2009-07-12 02:41:10 [3104] [6] INFO: AT2[/dev/ttyACM0]: Closing device > 2009-07-12 02:41:10 [3104] [6] ERROR: AT2[/dev/ttyACM0]: Couldn't connect > (retrying in 10 seconds). > > Please see the configuration file below > > [r...@localhost etc]# cat kannel.conf > # Default kannel configuration file > #core group 'mandatory' > group = core > #port for http administration > admin-port = 13000 > admin-password = empower > #status-password = hard2guess > admin-deny-ip = "*.*.*.*" > admin-allow-ip = "127.0.0.1" > #For SMS gateway > smsbox-port = 13001 > #wapbox-port = 13002 > box-deny-ip = "*.*.*.*" > box-allow-ip = "127.0.0.1" > wdp-interface-name = "*" > log-file = "/var/log/kannel/bearerbox.log" > log-level = 1 > #Access log > #access-log = "/var/log/kannel/access.log" > > group = smsc > smsc = at > modemtype = auto > device = /dev/ttyACM0 > my-number = "+919866281428" > #speed = 460800 > #pin = 1234 > sim-buffering = true > log-level = 0 > > # MODEM DEFINITIONS > group = modems > id = nokia > name = "Nokia 3110c" > detect-string = "Nokia" > init-string = "ATZ" > init-string = "AT Q0 V1 E1 S0=0 &C1 &D2 +FCLASS=0" > > group = smsbox > bearerbox-host = 127.0.0.1 > #we use sendsms-port for sending sms (http) > sendsms-port = 13013 > global-sender = "+919866281428" > log-file = /var/log/kannel/smsbox.log > log-level = 0 > > group = sendsms-user > username = kannel > password = empower > concatenation = true > max-messages = 10 > > #group = smsΒservice > #keyword = nop > #catchΒall = yes > #text = "NOP performed" > > group = sms-service > #keyword = > keyword-regex = .* > catch-all = true > text = "Hello world!" > #get-url = "http://localhost/sms/index.php?phone=%p&text=%a" > > #group = sms-service > #keyword = default > #text = "No action specified" > > I am using fedora11.0 > Kannel 1.4.3 > > I suspect init-string in modem definitions, is it same for all the > mobiles, or changes from one handset to another handset, If it is > generating how to change that? > > > > -- View this message in context: http://www.nabble.com/Unable-to-connect-to-the-nokia-3110c-GSM-mobile-tp24439133p24440718.html Sent from the Kannel - User mailing list archive at Nabble.com.
