1
0
Fork 0
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

Closed
opened 2026-02-20 13:18:33 -05:00 by deekerman · 4 comments
Owner

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.sock
I think this info could be helpful to other people.

Regards,
Slava

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.sock` I think this info could be helpful to other people. Regards, Slava
Author
Owner

@mdevaev commented on GitHub (Mar 13, 2020):

Hi!

Is there any instructions how to connect B101 to RPI 4? Will it work with the cable supplied with B101?

Yes, I checked

sudo chmod 666 /var/run/docker.sock

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.

@mdevaev commented on GitHub (Mar 13, 2020): Hi! > Is there any instructions how to connect B101 to RPI 4? Will it work with the cable supplied with B101? Yes, I checked > sudo chmod 666 /var/run/docker.sock 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.
Author
Owner

@bslava commented on GitHub (Mar 13, 2020):

Thanks for so speedy response!

Yes, I checked

Where is it? I do not see anything related to B101.

But it seems that after this you need to perform a relogin.

I'd mention this relogin in the documentation.

Thanks!
Slava

@bslava commented on GitHub (Mar 13, 2020): Thanks for so speedy response! > Yes, I checked Where is it? I do not see anything related to B101. > But it seems that after this you need to perform a relogin. I'd mention this relogin in the documentation. Thanks! Slava
Author
Owner

@mdevaev commented on GitHub (Mar 13, 2020):

I do not see anything related to B101.

Just connect using the wire and miracle will happen. The B101 is almost identical to the Chinese video capture board.

I'd mention this relogin in the documentation.

Good point.

@mdevaev commented on GitHub (Mar 13, 2020): > I do not see anything related to B101. Just connect using the wire and miracle will happen. The B101 is almost identical to the Chinese video capture board. > I'd mention this relogin in the documentation. Good point.
Author
Owner

@mdevaev commented on GitHub (Mar 13, 2020):

I'd mention this relogin in the documentation.

Added.

@mdevaev commented on GitHub (Mar 13, 2020): > I'd mention this relogin in the documentation. Added.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pikvm-pikvm#9
No description provided.