mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #845] The mouse and keyboard doesn't work with Debian live #1776
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#1776
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 @vstavrinov on GitHub (Feb 14, 2021).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/845
I have tried most of the available desktops - every boot successfully but the mouse pointer sticks on the screen without movement for all of them. Similar true about the keyboard - there are no any reactions on any keypress. Both virtual and hardware machines were tested with the same result.
@antonym commented on GitHub (Mar 13, 2021):
Looks like the kernel being used was older than the release as it missed getting transitioned from Travis CI. Once I got the kernel aligned, the mouse and keyboard seem to work, so working on getting that all fixed up. Will update once it's released.
@antonym commented on GitHub (Mar 13, 2021):
Appears to be working on the development endpoint, fixes should go out in 2.0.34 release.
@putnam commented on GitHub (Aug 17, 2022):
This might be broken again as far as I can tell.
The first thing I tried, the "Debian Core" image, is missing things like ext/2/3/4 support. I was trying to use it to rescue a system and at this point I am not sure which if any of the Debian images in netboot.xyz are functional. Also, my keyboard was barely usable (very sluggish and dropping random inputs). I had to patiently and carefully get ssh up before I could look around at all.
The second thing I tried was the Gnome image. After boot I get a frozen desktop with a partially-rendered "Welcome" dialog and the mouse and keyboard don't work.
The last thing I tried was the Bullseye KDE image. After it began booting and the framebuffer came up, the systemd job for "Load Kernel Modules" failed, then the kernel output made it to "Started Simple Desktop Display Manager" and nothing happened after that.
Based on the discussion above, it sure sounds like whatever builds the base image is missing a lot of kernel modules again.
Since I'm here, I might also point out the net installer for Debian Testing has been broken for the better part of a decade. It probably shouldn't be in the menu. It might work during the time when testing is actually the beta for the upcoming release but the installer usually stays broken for years at a time.
@ed-at-protectli commented on GitHub (Dec 15, 2022):
Perhaps another vote to reopen/revisit this. Our testing shows that Debian Live (Core) works just fine, but none of the flavors that include a DE seem to detect a keyboard.
By adjusting the boot parameters to enable serial console, and then installing openssh-server, we were able to dig a little further and see that xinput does not recognize any devices.
Additionally,
/var/log/Xorg.0.logseems to not have any evidence of detecting the devices:The keyboard is, however, detected by
lsusbPassing other X devices from my remote session (using
ssh -X) exhibits better behavior, but still no interaction with the DE. Namely, these devices appear inxinput, but not inDISPLAY=:0 xinput.