Quote:
Originally Posted by ferrari
AFAIU, some of these broadband modem devices present more than one tty interface - one for data, and one for control etc. For example, my own device shows up with 3
Code:
ls -l /dev/ttyUSB*
crw-rw---- 1 root dialout 188, 0 Aug 7 19:42 /dev/ttyUSB0
crw-rw---- 1 root dialout 188, 1 Aug 7 19:42 /dev/ttyUSB1
crw-rw---- 1 root dialout 188, 2 Aug 7 19:42 /dev/ttyUSB2
What is the case with yours?
|
I am able to get get the following:
[18063.667700] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB0
[18063.715500] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB1
[18063.715800] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB2
ppp is running on USB0(on other two ports ppp is not working) and this port is also responding to AT commands only if the data connectivity is off.
And on USB1 I am getting only:
AT
OK
other than that no other AT commands are working.