Camera detected as PID 0x0077 — USB3-REQUIRED-FOR-FACECAM #2
Unanswered
copyleftdev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
When I run
facecam-probe detect, I see:The camera is plugged in but nothing works.
Answer
This means the Facecam is connected to a USB 2.0 port (or using a USB 2.0 cable). The camera requires USB 3.0 SuperSpeed and refuses to operate on USB 2.0 — it presents a different product ID (
0x0077instead of0x0078) as a signal.Fix
How to verify
lsusb | grep 0fd90fd9:0078on an even-numbered bus = USB 3.0 ✓0fd9:0077on an odd-numbered bus = USB 2.0 ✗See the Hardware Requirements doc for details.
Beta Was this translation helpful? Give feedback.
All reactions