mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
Corrupted text when sending via hid/print API in Pi-KVM #1067
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#1067
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 @stallewar on GitHub (Jul 25, 2025).
Originally assigned to: @mdevaev on GitHub.
Describe the bug
I'm trying to pass kernel parameters to a Debian ISO installer using the hid/print API, the text is corrupted upon reception. The command is sent correctly via curl, but the host receives malformed input.
To Reproduce
Steps to reproduce the behavior, like:
{"ok": true, "result": {}}Expected behavior
The host should receive the exact command:
Screenshots

Desktop (please complete the following information):
Distributor ID: Ubuntu
Description: Ubuntu 24.10
Release: 24.10
Codename: oracular
Browser: Google Chrome Version 138.0.7204.168 (Official Build) (64-bit)
PiKVM info:
Version:
KVMD: 4.10
Streamer: 6.14 (ustreamer)
HAS_PDEATHSIG: Yes
WITH_GPIO: Yes
WITH_PTHREAD_NP: Yes
WITH_SETPROCTITLE: Yes
WITH_SYSTEMD: Yes
Linux kernel:
Machine: armv7l
Release: 6.6.45-7-rpi
Version: #1 SMP Mon Sep 2 09:16:27 UTC 2024
Platform:
Base: Raspberry Pi Compute Module 4 Rev 1.1
@mdevaev commented on GitHub (Jul 25, 2025):
I suppose the problem is slow typing is not slow enough.
@mdevaev commented on GitHub (Jul 28, 2025):
In the new release you can pass
delay=0.2as seconds.