mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
Problems with wifi in KVM mode #110
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#110
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 @al-pankov on GitHub (Dec 18, 2020).
Originally assigned to: @mdevaev on GitHub.
Describe the bug
Pikvm is connected via wifi. After the system starts, the connection is stable, but as soon as you enter KVM mode and video streaming starts, packet losses begin about 90%, which makes it difficult to work with the device. Wifi operates in the 2.4 GHz band. From my observation, this started after switching to python 3.9. Additionally, I am using the wireguard kernel module to connect to remote resources, but I do not know how much this may affect the problem.
To Reproduce
Steps to reproduce the behavior, like:
Expected behavior
Stable work via wifi.
Screenshots
https://prnt.sc/w5eoz7
https://prnt.sc/w5er8c
Desktop (please complete the following information):
Pi-KVM info:
Additional context
@mdevaev commented on GitHub (Dec 18, 2020):
Python can't affect this in any way. The problem is probably related to kernel or firmware updates. Look to
dmesg.@al-pankov commented on GitHub (Dec 18, 2020):
Dmesg is clean, there are no errors at these moments.
I'll try to flash latest image and try again in Monday.
@al-pankov commented on GitHub (Dec 21, 2020):
I've installed a fresh system image, updated to the latest version and the problem has gone.
False alarm.