Advertisement
4javier

Untitled

Mar 15th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. This is what I get matching against vendor and model IDs
  2.  
  3. root@archbox /home/javier $ udevadm test-builtin hwdb /sys/devices/pci0000:00/0000:00:1a.7/usb7/7-2/7-2.2
  4. calling: test-builtin
  5. load module index
  6. timestamp of '/etc/systemd/network' changed
  7. timestamp of '/usr/lib/systemd/network' changed
  8. Parsed configuration file /usr/lib/systemd/network/99-default.link
  9. Created link configuration context
  10. GPHOTO2_DRIVER=PTP
  11. ID_GPHOTO2=1
  12. ID_VENDOR_FROM_DATABASE=Fuji Photo Film Co., Ltd
  13. unload module index
  14. Unloaded link configuration context
  15.  
  16.  
  17. root@archbox /home/javier $ udevadm test-builtin hwdb /sys/devices/pci0000:00/0000:00:1a.7/usb7/7-2/7-2.2:1.0
  18. calling: test-builtin
  19. load module index
  20. timestamp of '/etc/systemd/network' changed
  21. timestamp of '/usr/lib/systemd/network' changed
  22. Parsed configuration file /usr/lib/systemd/network/99-default.link
  23. Created link configuration context
  24. unable to open device '/sys/devices/pci0000:00/0000:00:1a.7/usb7/7-2/7-2.2:1.0'
  25.  
  26. unload module index
  27. Unloaded link configuration context
  28.  
  29.  
  30.  
  31.  
  32. And this is the output matching against the class
  33.  
  34. root@archbox /home/javier $ udevadm test-builtin hwdb /sys/devices/pci0000:00/0000:00:1a.7/usb7/7-2/7-2.2
  35. calling: test-builtin
  36. load module index
  37. timestamp of '/etc/systemd/network' changed
  38. timestamp of '/usr/lib/systemd/network' changed
  39. Parsed configuration file /usr/lib/systemd/network/99-default.link
  40. Created link configuration context
  41. ID_VENDOR_FROM_DATABASE=Fuji Photo Film Co., Ltd
  42. unload module index
  43. Unloaded link configuration context
  44.  
  45.  
  46.  
  47. root@archbox /home/javier $ udevadm test-builtin hwdb /sys/devices/pci0000:00/0000:00:1a.7/usb7/7-2/7-2.2:1.0
  48. calling: test-builtin
  49. load module index
  50. timestamp of '/etc/systemd/network' changed
  51. timestamp of '/usr/lib/systemd/network' changed
  52. Parsed configuration file /usr/lib/systemd/network/99-default.link
  53. Created link configuration context
  54. unable to open device '/sys/devices/pci0000:00/0000:00:1a.7/usb7/7-2/7-2.2:1.0'
  55.  
  56. unload module index
  57. Unloaded link configuration context
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement