|
Posted at 7/2/2017 04:19:25
Only Author
2#
I tested a web cam and it does show up for me:
- [ 64.144115] usb 1-1.4: new high-speed USB device number 9 using ehci-platform
- [ 64.499396] usb 1-1.4: New USB device found, idVendor=046d, idProduct=0826
- [ 64.499425] usb 1-1.4: New USB device strings: Mfr=0, Product=2, SerialNumber=1
- [ 64.499446] usb 1-1.4: Product: HD Webcam C525
- [ 64.499464] usb 1-1.4: SerialNumber: [REDACTED]
- [ 64.783815] usb 1-1.4: set resolution quirk: cval->res = 384
- [ 64.791051] uvcvideo: Found UVC 1.00 device HD Webcam C525 (046d:0826)
Copy the code
- firefly@firefly:~$ ls /dev/video*
- /dev/video0
Copy the code
I am using the kernel compiled from the gitlab page as documented in the wiki. The default .config has the V4L drivers enabled. I have not tested with the kernel from the flash install image. |
|