Advertisement
Guest User

Untitled

a guest
Oct 11th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. while usb is selected
  2. ---------------------------lsusb
  3. Bus 001 Device 003: ID 0403:6010 Future Technology Devices International, Ltd FT2232C/D/H Dual UART/FIFO IC
  4. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  5. Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
  6. Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  7. ---------------------------dmesg | grep tty
  8. [ 0.225120] printk: console [tty0] enabled
  9. [ 4.353650] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB0
  10. [ 4.359351] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB1
  11. [ 236.043062] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
  12. [ 236.045335] ftdi_sio ttyUSB1: FTDI USB Serial Device converter now disconnected from ttyUSB1
  13. [ 291.424694] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB0
  14. [ 291.440380] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB1
  15. [ 1447.276174] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
  16. [ 1447.278151] ftdi_sio ttyUSB1: FTDI USB Serial Device converter now disconnected from ttyUSB1
  17. [ 1461.895575] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB0
  18. [ 1461.909475] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB1
  19. [ 2668.430291] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
  20. [ 2668.432808] ftdi_sio ttyUSB1: FTDI USB Serial Device converter now disconnected from ttyUSB1
  21. [ 2679.710910] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB0
  22. [ 2679.725373] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB1
  23. [ 3215.355972] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
  24. [ 3215.358287] ftdi_sio ttyUSB1: FTDI USB Serial Device converter now disconnected from ttyUSB1
  25. [ 3243.420891] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB0
  26. [ 3243.436444] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB1
  27.  
  28. ------------------------------ls -l /dev/ttyUSB*
  29. crw-rw---- 1 root dialout 188, 0 Oct 12 09:43 /dev/ttyUSB0
  30. crw-rw---- 1 root dialout 188, 1 Oct 12 09:43 /dev/ttyUSB1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement