
- Screenshot-1.png (332.07 KiB) Viewed 2061 times
i typed command that you referred.i got this result:
first i used first usb port:
mint@mint ~ $ lsusb
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 413c:3010 Dell Computer Corp. Optical Wheel Mouse
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 12d1:14ac Huawei Technologies Co., Ltd.
Bus 001 Device 004: ID 046d:08ca Logitech, Inc. Mic (Fusion)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
mint@mint ~ $ dmesg | grep -e modem -e tty
[ 0.000000] console [tty0] enabled
[ 0.434160] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.570238] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 70.324605] USB Serial support registered for GSM modem (1-port)
[ 70.326766] option 1-2:1.0: GSM modem (1-port) converter detected
[ 70.336133] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB0
[ 70.336218] option 1-2:1.3: GSM modem (1-port) converter detected
[ 70.338568] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB1
[ 70.338618] option 1-2:1.4: GSM modem (1-port) converter detected
[ 70.345648] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB2
[ 70.348810] option: v0.7.2:USB Driver for GSM modems
-.-.-.-.-.-.-.-.-.-.-.-.-.-..-.-.-.-.-.-.-.-.-.-.-..-.-.-.-.-.-.-.-.-.-.-.-.-
when i took out usb mobile from first usb port and stick in second usb port
i got result like this:
mint@mint ~ $ lsusb
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 413c:3010 Dell Computer Corp. Optical Wheel Mouse
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 046d:08ca Logitech, Inc. Mic (Fusion)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
mint@mint ~ $ dmesg | grep -e modem -e tty
[ 0.000000] console [tty0] enabled
[ 0.434160] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.570238] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 70.324605] USB Serial support registered for GSM modem (1-port)
[ 70.326766] option 1-2:1.0: GSM modem (1-port) converter detected
[ 70.336133] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB0
[ 70.336218] option 1-2:1.3: GSM modem (1-port) converter detected
[ 70.338568] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB1
[ 70.338618] option 1-2:1.4: GSM modem (1-port) converter detected
[ 70.345648] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB2
[ 70.348810] option: v0.7.2:USB Driver for GSM modems
[ 677.872041] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
[ 677.872320] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
[ 677.872471] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
mint@mint ~ $