Paste #271658

   
pasted on 14.12.2023 08:44
  • Edit to this paste
  • Print
  • Raw
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
[   96.157918] usb 3-1: new high-speed USB device number 3 using ehci-pci
[   96.356454] usb 3-1: New USB device found, idVendor=04f2, idProduct=b335, bcdDevice=81.02
[   96.356472] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   96.356480] usb 3-1: Product: HD WebCam
[   96.356486] usb 3-1: Manufacturer: Integrated Webcam
[   96.575715] mc: Linux media interface: v0.10
[   96.609071] videodev: Linux video capture interface: v2.00
[   96.665081] usb 3-1: Found UVC 1.00 device HD WebCam (04f2:b335)
[   96.682454] usbcore: registered new interface driver uvcvideo

# ls /dev/video*
/dev/video0  /dev/video1

# groups
root bin daemon sys adm disk wheel floppy dialout tape video
Add Comment
Author