Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.03 KB | None | 0 0
  1. [pascal@book1 ~]$ ls -l /sys/class/video4linux/
  2. total 0
  3. lrwxrwxrwx. 1 root root 0 13 oct.  18:02 video0 -> ../../devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.0/video4linux/video0
  4. lrwxrwxrwx. 1 root root 0 13 oct.  18:02 video1 -> ../../devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.0/video4linux/video1
  5. [pascal@book1 ~]$ lsusb
  6. Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  7. Bus 001 Device 005: ID 04f2:b5a9 Chicony Electronics Co., Ltd
  8. Bus 001 Device 004: ID 8087:0a2a Intel Corp.
  9. Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. Hub
  10. Bus 001 Device 002: ID 04f3:0755 Elan Microelectronics Corp.
  11. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  12. [pascal@book1 ~]$ ls -l /sys/class/video4linux/video*/device/driver
  13. lrwxrwxrwx. 1 root root 0 13 oct.  18:00 /sys/class/video4linux/video0/device/driver -> ../../../../../../../bus/usb/drivers/uvcvideo
  14. lrwxrwxrwx. 1 root root 0 13 oct.  18:00 /sys/class/video4linux/video1/device/driver -> ../../../../../../../bus/usb/drivers/uvcvideo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement