USB DATA card for ubuntu 1204
2014-01-16
- To detect the USB connected to system, Do a
dmesg |grep tty
- If not showing anything, the issue was solved following final answer of this question http://ubuntuforums.org/archive/index.php/t-1853306.html
dmesg
is a “ring buffer, so if many messages are being logged, will lose the initial boot messages. Try this instead:”cd /var/log grep ttyUSB dmesg messages *log | more"
now showing
fellow@dhcppc3:~$ cd /var/log ; grep ttyUSB dmesg messages *log | more grep: messagesdmesg:[ 23.391523] usb 1-1.1: GSM modem (1-port) converter now attached to ttyUSB0 : No such file or directory dmesg:[ 23.391604] usb 1-1.1: GSM modem (1-port) converter now attached to ttyUSB1 dmesg:[ 22.391645] usb 1-1.1: GSM modem (1-port) converter now attached to ttyUSB2