mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
Question: Cabling RPI again #183
Labels
No labels
component:documentation
help wanted
resolution:delayed
resolution:duplicate
resolution:fixed
resolution:invalid
resolution:rejected
resolution:wontfix
success story
type:bug
type:bug
type:feature
type:question
type:question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pikvm-pikvm#183
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @polachz on GitHub (Mar 3, 2021).
Originally assigned to: @mdevaev on GitHub.
Hallo.
I have found the project yesterday and I'm impressed by the idea. But some things are not completely clear for me. Especially with connecting RPI to the server as keyboard/mouse
I have found the issue #11 but it didn't give me all answers. Maybe I do not understand RPI USB system completely. Can you please answer to me several questions?
Thank you so much for your help
@mdevaev commented on GitHub (Mar 3, 2021):
Hello. There is a hardware difference between a USB host and a USB device. The USB-A ports on the Raspberry can only work in host mode. They are not able to emulate the device. All the other problems stem from here.
@polachz commented on GitHub (Mar 3, 2021):
Thank you for the explanation! By quick googling with the provided knowledge I have found that to get what I want is possible only on RPI model A (USB port directly connected to controller, not to hub). But the RPI 3A (https://www.raspberrypi.org/products/raspberry-pi-3-model-a-plus/) has no enough power to provide KVM, right?
@mdevaev commented on GitHub (Mar 3, 2021):
This one has enough power, but it's not too convenient to use (no ethernet) and I don't support this device out of the box.
@polachz commented on GitHub (Mar 3, 2021):
Ok. Thank you so much! It's enough from me. You can close the issue now.
@mdevaev commented on GitHub (Mar 3, 2021):
Welcome