this post was submitted on 03 Oct 2024
33 points (100.0% liked)

RISC-V

879 readers
1 users here now

RISC-V (pronounced "risk-five") is a license-free, modular, extensible instruction set architecture (ISA).

riscv.org

Youtube | Twitter

Matrix space

Other RISC-V communities on Lemmy

founded 3 years ago
MODERATORS
top 16 comments
sorted by: hot top controversial new old
[–] sir_pronoun@lemmy.world 5 points 1 month ago (1 children)

What exactly does this do?

[–] ShortN0te@lemmy.ml 4 points 1 month ago (1 children)
[–] sir_pronoun@lemmy.world 2 points 1 month ago (2 children)

Huh, so you connect your display, mouse and keyboard to this thing, which is in a pcie slot of your current machine, and you can somehow switch it to every machine in your (local) network?

I guess you need a vnc server or something similar running on all hosts?

[–] c10l@lemmy.world 5 points 1 month ago (1 children)

Not quite. You connect this to your network, then you can remotely connect to it and control the computer it’s attached to. This includes sending ACPI signals, accessing the BIOS, etc. so it’s as though you had physical access to the machine, only remotely.

Barring actually pressing buttons, of course.

This is inspired by PiKVM. https://pikvm.org/

[–] sir_pronoun@lemmy.world 2 points 1 month ago (1 children)

Ah, that makes more sense. Thanks! Sounds really useful for those hard to reach machines. (This could have helped a lot during the CrowdStrike fiasco, I guess)

[–] c10l@lemmy.world 1 points 1 month ago

Indeed! My use case is so I can fix my home lab computers when I’m away.

[–] ShortN0te@lemmy.ml 2 points 1 month ago (1 children)

The PCIe connection is only for supplying power to the device. This form factor.makes it easy to place it inside the Computer. Then you only need to connect HDMI and USB and you can remote control the connected device.

There is another version that is designed to sit outside the computer case already.

[–] sir_pronoun@lemmy.world 1 points 1 month ago (1 children)

Oh, so it takes the HDMI signal from the computer as input, and it outputs USB keyboard/mouse events?

[–] ShortN0te@lemmy.ml 1 points 1 month ago

Yes. You can even mount files and images through USB.

[–] Player2@lemm.ee 5 points 1 month ago

I like it, will probably buy when they finish open sourcing the code

[–] palarith@aussie.zone 2 points 1 month ago

Bought it. (The external version). It’s bit buggy

[–] c10l@lemmy.world -1 points 1 month ago (1 children)

What's the use case for PoE? If the mobo can't supply energy, there's not much you can do via this device, right? What have I missed?

[–] UnpledgedCatnapTipper@lemmy.blahaj.zone 1 points 1 month ago (1 children)

The network port on the KVM will connect to a switch (which can provide PoE, potentially), not to the device it's managing.

[–] c10l@lemmy.world -1 points 1 month ago (2 children)

Sure but if there's no power on the mobo, the device can't do anything. Even if it sends an ACPI on signal, there's no power. 🤷

Pretty sure you still connect the kvm card to the motherboard power button jumpers so you can power on the computer remotely. That's how the non-pcie version does it.

[–] Player2@lemm.ee 1 points 1 month ago

At least you would know that the KVM is responding even though the computer is not, so it's more likely a hardware issue than a network one