Skip to content

Instantly share code, notes, and snippets.

@shamun
Created January 22, 2012 22:54
Show Gist options
  • Save shamun/1659209 to your computer and use it in GitHub Desktop.
Save shamun/1659209 to your computer and use it in GitHub Desktop.
Where is my ttyUSB0?
# ll /dev/tty
tty tty11 tty15 tty19 tty22 tty26 tty3 tty33 tty37 tty40 tty44 tty48 tty51 tty55 tty59 tty62 tty9 ttyS3
tty0 tty12 tty16 tty2 tty23 tty27 tty30 tty34 tty38 tty41 tty45 tty49 tty52 tty56 tty6 tty63 ttyS0
tty1 tty13 tty17 tty20 tty24 tty28 tty31 tty35 tty39 tty42 tty46 tty5 tty53 tty57 tty60 tty7 ttyS1
tty10 tty14 tty18 tty21 tty25 tty29 tty32 tty36 tty4 tty43 tty47 tty50 tty54 tty58 tty61 tty8 ttyS2
# lsusb
Bus 003 Device 005: ID 110a:1130 Moxa Technologies Co., Ltd.
# dmesg
[52645.500156] usb 3-1: USB disconnect, device number 2
[52649.074088] usb 3-1: new full speed USB device number 3 using uhci_hcd
[52649.259131] usb 3-1: New USB device found, idVendor=110a, idProduct=1130
[52649.259142] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[52649.259150] usb 3-1: Product: UPort 1130
[52649.259157] usb 3-1: Manufacturer: Moxa Technologies Co., Ltd.
[52685.500121] usb 3-1: USB disconnect, device number 3
[52698.994114] usb 3-1: new full speed USB device number 4 using uhci_hcd
[52699.179137] usb 3-1: New USB device found, idVendor=110a, idProduct=1130
[52699.179148] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[52699.179156] usb 3-1: Product: UPort 1130
[52699.179163] usb 3-1: Manufacturer: Moxa Technologies Co., Ltd.
[52786.500131] usb 3-1: USB disconnect, device number 4
[52796.621104] usb 5-1: new full speed USB device number 6 using uhci_hcd
[52796.806121] usb 5-1: New USB device found, idVendor=110a, idProduct=1130
[52796.806131] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[52796.806140] usb 5-1: Product: UPort 1130
[52796.806146] usb 5-1: Manufacturer: Moxa Technologies Co., Ltd.
[53019.250128] usb 5-1: USB disconnect, device number 6
[53030.932130] usb 3-1: new full speed USB device number 5 using uhci_hcd
[53031.117115] usb 3-1: New USB device found, idVendor=110a, idProduct=1130
[53031.117126] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[53031.117134] usb 3-1: Product: UPort 1130
[53031.117140] usb 3-1: Manufacturer: Moxa Technologies Co., Ltd.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment