atefsaeed2010 / asterisk-chan-dongle-01

Automatically exported from code.google.com/p/asterisk-chan-dongle
Other
0 stars 1 forks source link

imei based autodetection finds incorrect devices #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
[dongle2]
imei=353436033207100

2. chan_dongle finds device and reports:
    -- [dongle2] IMEI 353436033207100 found on data_tty=/dev/ttyUSB0 audio_tty=/dev/ttyUSB1

3. Unfortunately correct devices are /dev/ttyUSB1 for audio and /dev/ttyUSB2 
for data.

[475995.662876] usb 5-2: reset full speed USB device using uhci_hcd and address 
36
[475995.805355] option 5-2:1.2: GSM modem (1-port) converter detected
[475995.806080] usb 5-2: GSM modem (1-port) converter now attached to ttyUSB0
[475995.806436] option 5-2:1.1: GSM modem (1-port) converter detected
[475995.807104] usb 5-2: GSM modem (1-port) converter now attached to ttyUSB1
[475995.807475] option 5-2:1.0: GSM modem (1-port) converter detected
[475995.808171] usb 5-2: GSM modem (1-port) converter now attached to ttyUSB2

Original issue reported on code.google.com by a.miskie...@gmail.com on 17 May 2012 at 7:42

GoogleCodeExporter commented 9 years ago
please check interface numbers of your USB devices relative to /dev/ttyUSBxxx

i think you not use mode_switch and your modems has wrong VendorID:DeviceID and 
wrong interfaces -> ports map

Original comment by bg_...@mail.ru on 19 Jul 2012 at 10:20