mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
Instructions to connect B101 to RPI 4 #9
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#9
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 @bslava on GitHub (Mar 13, 2020).
Originally assigned to: @mdevaev on GitHub.
Hello,
Is there any instructions how to connect B101 to RPI 4? Will it work with the cable supplied with B101?
By the way, following the build instructions on Ubuntu, I received the following message:
docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock:Since I'm not familiar with docker, it took me a while to find the solution:
sudo chmod 666 /var/run/docker.sockI think this info could be helpful to other people.
Regards,
Slava
@mdevaev commented on GitHub (Mar 13, 2020):
Hi!
Yes, I checked
This command from the manual should solve your problem:
sudo usermod -aG docker $USER. But it seems that after this you need to perform a relogin. Could you restore your permissions and restart the machine? Everything should work fine.@bslava commented on GitHub (Mar 13, 2020):
Thanks for so speedy response!
Where is it? I do not see anything related to B101.
I'd mention this relogin in the documentation.
Thanks!
Slava
@mdevaev commented on GitHub (Mar 13, 2020):
Just connect using the wire and miracle will happen. The B101 is almost identical to the Chinese video capture board.
Good point.
@mdevaev commented on GitHub (Mar 13, 2020):
Added.