Advertisement
Guest User

Untitled

a guest
Nov 20th, 2022
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. sh-5.0#udevadm monitor -p -s bluetooth
  2. monitor will print the received events for:
  3. UDEV - the event which udev sends out after rule processing
  4. KERNEL - the kernel uevent
  5.  
  6. KERNEL[850.727003] remove /devices/virtual/bluetooth/hci0 (bluetooth)
  7. ACTION=remove
  8. DEVPATH=/devices/virtual/bluetooth/hci0
  9. DEVTYPE=host
  10. SEQNUM=4037
  11. SUBSYSTEM=bluetooth
  12.  
  13. UDEV [850.752165] remove /devices/virtual/bluetooth/hci0 (bluetooth)
  14. ACTION=remove
  15. DEVPATH=/devices/virtual/bluetooth/hci0
  16. DEVTYPE=host
  17. SEQNUM=4037
  18. SUBSYSTEM=bluetooth
  19. SYSTEMD_ALIAS=/sys/subsystem/bluetooth/devices/hci0
  20. SYSTEMD_WANTS=bluetooth.target
  21. TAGS=:systemd:
  22. USEC_INITIALIZED=23118747
  23.  
  24. KERNEL[852.658447] add /devices/virtual/bluetooth/hci0 (bluetooth)
  25. ACTION=add
  26. DEVPATH=/devices/virtual/bluetooth/hci0
  27. DEVTYPE=host
  28. SEQNUM=4075
  29. SUBSYSTEM=bluetooth
  30.  
  31. UDEV [852.672975] add /devices/virtual/bluetooth/hci0 (bluetooth)
  32. ACTION=add
  33. DEVPATH=/devices/virtual/bluetooth/hci0
  34. DEVTYPE=host
  35. SEQNUM=4075
  36. SUBSYSTEM=bluetooth
  37. SYSTEMD_ALIAS=/sys/subsystem/bluetooth/devices/hci0
  38. SYSTEMD_WANTS=bluetooth.target
  39. TAGS=:systemd:
  40. USEC_INITIALIZED=852670788
  41.  
  42. KERNEL[879.562261] remove /devices/virtual/bluetooth/hci0 (bluetooth)
  43. ACTION=remove
  44. DEVPATH=/devices/virtual/bluetooth/hci0
  45. DEVTYPE=host
  46. SEQNUM=4130
  47. SUBSYSTEM=bluetooth
  48.  
  49. UDEV [879.570036] remove /devices/virtual/bluetooth/hci0 (bluetooth)
  50. ACTION=remove
  51. DEVPATH=/devices/virtual/bluetooth/hci0
  52. DEVTYPE=host
  53. SEQNUM=4130
  54. SUBSYSTEM=bluetooth
  55. SYSTEMD_ALIAS=/sys/subsystem/bluetooth/devices/hci0
  56. SYSTEMD_WANTS=bluetooth.target
  57. TAGS=:systemd:
  58. USEC_INITIALIZED=852670788
  59.  
  60. KERNEL[881.174653] add /devices/virtual/bluetooth/hci0 (bluetooth)
  61. ACTION=add
  62. DEVPATH=/devices/virtual/bluetooth/hci0
  63. DEVTYPE=host
  64. SEQNUM=4180
  65. SUBSYSTEM=bluetooth
  66.  
  67. UDEV [881.179019] add /devices/virtual/bluetooth/hci0 (bluetooth)
  68. ACTION=add
  69. DEVPATH=/devices/virtual/bluetooth/hci0
  70. DEVTYPE=host
  71. SEQNUM=4180
  72. SUBSYSTEM=bluetooth
  73. SYSTEMD_ALIAS=/sys/subsystem/bluetooth/devices/hci0
  74. SYSTEMD_WANTS=bluetooth.target
  75. TAGS=:systemd:
  76. USEC_INITIALIZED=881178501
  77.  
  78.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement