It Grows as Life Continues
Sunday, July 16, 2017
Determine USB Port in Ubuntu
Method 1:
ls /dev > notplugged
# plug in device
ls /dev > plugged
diff notplugged plugged
Method 2:
Run dmesg | grep tty after plugging in your device. The device file should be apparent in one of the lines.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)