Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. thomas@thomas-desktop:/var/log$ lsusb
  2. Bus 003 Device 010: ID 17f6:0822 Unicomp, Inc
  3. Bus 003 Device 009: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
  4. Bus 003 Device 008: ID 0bda:5411 Realtek Semiconductor Corp.
  5. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  6. Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  7. Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  8. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  9. Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  10. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  11. Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  12. Bus 011 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  13. Bus 010 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  14. Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  15. Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  16.  
  17. thomas@thomas-desktop:/var/log$ lsusb
  18. Bus 003 Device 010: ID 17f6:0822 Unicomp, Inc
  19. Bus 003 Device 009: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
  20. Bus 003 Device 008: ID 0bda:5411 Realtek Semiconductor Corp.
  21. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  22. Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  23. Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  24. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  25. Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  26. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  27. Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  28. Bus 011 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  29. Bus 010 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  30. Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  31. Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  32.  
  33. thomas@thomas-desktop:/var/log$ cat /etc/udev/rules.d/51-android.rules
  34. SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0666", GROUP="plugdev"
  35. SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", MODE="0666", GROUP="plugdev"
  36.  
  37. thomas@thomas-desktop:/var/log$ cat /etc/fuse.conf
  38. # /etc/fuse.conf - Configuration file for Filesystem in Userspace (FUSE)
  39.  
  40. # Set the maximum number of FUSE mounts allowed to non-root users.
  41. # The default is 1000.
  42. #mount_max = 1000
  43.  
  44. # Allow non-root users to specify the allow_other or allow_root mount options.
  45. user_allow_other
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement