If I connect the RasPi to my laptop by USB is there any software
which allows my laptop to be KVM (Keyboard, Video, Mouse)?
PuTTY may work, but it doesn't have graphics.
On 11/07/2025 01:37, vjp2.at@at.BioStrategist.dot.dot.com wrote:
If I connect the RasPi to my laptop by USB is there any software
which allows my laptop to be KVM (Keyboard, Video, Mouse)?
PuTTY may work, but it doesn't have graphics.
I recall PuTTY having some X11 extension, but I use VNC which, I
suspect, is LAN/WiFi only.
If I connect the RasPi to my laptop by USB is there any software
which allows my laptop to be KVM (Keyboard, Video, Mouse)?
PuTTY may work, but it doesn't have graphics.
If I connect the RasPi to my laptop by USB is there any software
which allows my laptop to be KVM (Keyboard, Video, Mouse)?
PuTTY may work, but it doesn't have graphics.
Probably not what you're after, but when I need to commission or
fix an otherwise headless Rpi I use an HDMI USB dongle on the laptop (https://www.amazon.co.uk/dp/B0BL3HVMWW). The Rpi screen is then
available in the default camera "app". I have to plug in a small
keyboard, but this saves needing another monitor.
If I connect the RasPi to my laptop by USB is there
any software which allows my laptop to be KVM (Keyboard,
Video, Mouse)?
vjp2.at@at.BioStrategist.dot.dot.com wrote:
If I connect the RasPi to my laptop by USB is there any software
which allows my laptop to be KVM (Keyboard, Video, Mouse)? PuTTY may
work, but it doesn't have graphics.
I recall PuTTY having some X11 extension, but I use VNC which, I
suspect, is LAN/WiFi only.
A remark though. You cannot just plug an USB cable into both the RasPi and laptop and expect it to work : Both are hosts, and as such will not talk to each other.
You would need a special USB host-to-host cable (with a hidden proxying 'puter somewhere in the cable), which needs to emulate a standard ethernet connection.
If you have a Pi 4 or 5, the USB-C port is dual-role and can be
configured as a USB 2 device, where you can configure the Pi as
a 'gadget' that appears to the PC as a network, keyboard, mouse,
serial or storage device, using a regular USB-C cable (although
you may need to power the Pi another way).
The same goes for the microUSB USB port on the Zeroes. The 1A/3A
models can also do it but you need a USB A to A cable.
David Taylor <david-taylor@blueyonder.co.uk.invalid> writes:
vjp2.at@at.BioStrategist.dot.dot.com wrote:
If I connect the RasPi to my laptop by USB is there any software
which allows my laptop to be KVM (Keyboard, Video, Mouse)? PuTTY may
work, but it doesn't have graphics.
I recall PuTTY having some X11 extension, but I use VNC which, I
suspect, is LAN/WiFi only.
PuTTY can do X11 forwarding over SSH, but you still need to provide an X display.
On 11/07/2025 09:29, Richard Kettlewell wrote:
David Taylor <david-taylor@blueyonder.co.uk.invalid> writes:For Windows, Mobaxterm does all you need in a point and click way.
vjp2.at@at.BioStrategist.dot.dot.com wrote:
If I connect the RasPi to my laptop by USB is there any software
which allows my laptop to be KVM (Keyboard, Video, Mouse)? PuTTY may >>>> work, but it doesn't have graphics.
I recall PuTTY having some X11 extension, but I use VNC which, I
suspect, is LAN/WiFi only.
PuTTY can do X11 forwarding over SSH, but you still need to provide an X
display.
On 11/07/2025 22:20, mm0fmf wrote:
On 11/07/2025 09:29, Richard Kettlewell wrote:
David Taylor <david-taylor@blueyonder.co.uk.invalid> writes:For Windows, Mobaxterm does all you need in a point and click way.
vjp2.at@at.BioStrategist.dot.dot.com wrote:
If I connect the RasPi to my laptop by USB is there any software
which allows my laptop to be KVM (Keyboard, Video, Mouse)? PuTTY may >>>>> work, but it doesn't have graphics.
I recall PuTTY having some X11 extension, but I use VNC which, I
suspect, is LAN/WiFi only.
PuTTY can do X11 forwarding over SSH, but you still need to provide an X >>> display.
Except it is crippleware, or nagware
If I connect the RasPi to my laptop by USB is there any software
which allows my laptop to be KVM (Keyboard, Video, Mouse)?
PuTTY may work, but it doesn't have graphics.
I use RealVNC client on Windows and Android to access RealVNC server
(built into older versions of Rapsberry PiOS) or some other VNC server
that is built into current versions of RPiOS. That works very well and
gives me a virtual desktop.
On Sun, 13 Jul 2025 19:25:56 +0100, NY wrote:
I use RealVNC client on Windows and Android to access RealVNC server
(built into older versions of Rapsberry PiOS) or some other VNC server
that is built into current versions of RPiOS. That works very well and
gives me a virtual desktop.
Doesn't work when connected through USB.
On Sun, 13 Jul 2025 19:25:56 +0100, NY wrote:
I use RealVNC client on Windows and Android to access RealVNC server
(built into older versions of Rapsberry PiOS) or some other VNC server
that is built into current versions of RPiOS. That works very well and
gives me a virtual desktop.
Doesn't work when connected through USB.
On Sun, 13 Jul 2025 20:45:08 +0200, s|b wrote:
On Sun, 13 Jul 2025 19:25:56 +0100, NY wrote:
I use RealVNC client on Windows and Android to access RealVNC server
(built into older versions of Rapsberry PiOS) or some other VNC server
that is built into current versions of RPiOS. That works very well and
gives me a virtual desktop.
Doesn't work when connected through USB.
Is this <https://en.wikipedia.org/wiki/Ethernet_over_USB> of any help?
Doesn't work when connected through USB.
Sorry I hadn't realised that connection by USB was essential and that
you couldn't alternatively use a network (Ethernet/Wifi) connection.
On Sun, 13 Jul 2025 22:02:20 +0100, NY wrote:
Doesn't work when connected through USB.
Sorry I hadn't realised that connection by USB was essential and that
you couldn't alternatively use a network (Ethernet/Wifi) connection.
Don't know why the OP would insist on USB; he didn't mention what RPi he
is using. But I agree on Ethernet or WiFi, even headless (SSH).
On 11/07/2025 06:23, David Taylor wrote:
On 11/07/2025 01:37, vjp2.at@at.BioStrategist.dot.dot.com wrote:
If I connect the RasPi to my laptop by USB is there any software
which allows my laptop to be KVM (Keyboard, Video, Mouse)?
PuTTY may work, but it doesn't have graphics.
I recall PuTTY having some X11 extension, but I use VNC which, I
suspect, is LAN/WiFi only.
Setup RNDIS and you have a network connection between the two over USB.
On 11/07/2025 07:30, mm0fmf wrote:Oh noes!!!!!! MS and insecure protocols.
On 11/07/2025 06:23, David Taylor wrote:
On 11/07/2025 01:37, vjp2.at@at.BioStrategist.dot.dot.com wrote:
If I connect the RasPi to my laptop by USB is there any software
which allows my laptop to be KVM (Keyboard, Video, Mouse)?
PuTTY may work, but it doesn't have graphics.
I recall PuTTY having some X11 extension, but I use VNC which, I
suspect, is LAN/WiFi only.
Setup RNDIS and you have a network connection between the two over USB.
The first search hit on RNDIS for Linux was how they are trying to
expunge the horribly insecure Microsoft protocol from the Linux kernel!
---druck
On 15/07/2025 21:04, druck wrote:
On 11/07/2025 07:30, mm0fmf wrote:
On 11/07/2025 06:23, David Taylor wrote:
On 11/07/2025 01:37, vjp2.at@at.BioStrategist.dot.dot.com wrote:
If I connect the RasPi to my laptop by USB is there any software
which allows my laptop to be KVM (Keyboard, Video, Mouse)?
PuTTY may work, but it doesn't have graphics.
I recall PuTTY having some X11 extension, but I use VNC which, I
suspect, is LAN/WiFi only.
Setup RNDIS and you have a network connection between the two over USB.
The first search hit on RNDIS for Linux was how they are trying to
expunge the horribly insecure Microsoft protocol from the Linux kernel!
---druckOh noes!!!!!! MS and insecure protocols.
Yes, RNDIS is insecure. But do you know what, if you allow someone to
plug any random device into your computer then insecure protocols are
the least of your problems. If it's your device and your computer then
it's no big deal.
Here's the script, based on the Beaglebone Linux's bb-usb-gadgets package: https://github.com/CTSRD-CHERI/morello-bbb-ubuntu-image-builder/blob/master/morello/bb-start-acm-ncm-rndis-old-gadget
mm0fmf <none@invalid.com> wrote:That's neat and cute and works nicely. It's cleaner than the one I use
On 15/07/2025 21:04, druck wrote:
On 11/07/2025 07:30, mm0fmf wrote:Oh noes!!!!!! MS and insecure protocols.
On 11/07/2025 06:23, David Taylor wrote:The first search hit on RNDIS for Linux was how they are trying to
On 11/07/2025 01:37, vjp2.at@at.BioStrategist.dot.dot.com wrote:
If I connect the RasPi to my laptop by USB is there any software
which allows my laptop to be KVM (Keyboard, Video, Mouse)?
PuTTY may work, but it doesn't have graphics.
I recall PuTTY having some X11 extension, but I use VNC which, I
suspect, is LAN/WiFi only.
Setup RNDIS and you have a network connection between the two over USB. >>>
expunge the horribly insecure Microsoft protocol from the Linux kernel!
---druck
Yes, RNDIS is insecure. But do you know what, if you allow someone to
plug any random device into your computer then insecure protocols are
the least of your problems. If it's your device and your computer then
it's no big deal.
If it's your device and your computer you could just use CDC-NCM instead. I've used that successfully between Pi-like devices (Beaglebone Black) and FreeBSD servers.
Here's the script, based on the Beaglebone Linux's bb-usb-gadgets package: https://github.com/CTSRD-CHERI/morello-bbb-ubuntu-image-builder/blob/master/morello/bb-start-acm-ncm-rndis-old-gadget
It does some combination of USB serial (CDC-ACM), mass storage, RNDIS and
NCM depending on which options you pick.
Theo
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 1,064 |
Nodes: | 10 (0 / 10) |
Uptime: | 148:15:27 |
Calls: | 13,691 |
Calls today: | 1 |
Files: | 186,936 |
D/L today: |
33 files (6,120K bytes) |
Messages: | 2,410,932 |