Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CTRL-ALT-DEL sometimes gets passed to the Pi instead of the host system #22

Open
mabalmer opened this issue Mar 5, 2025 · 1 comment

Comments

@mabalmer
Copy link

mabalmer commented Mar 5, 2025

I've noticed this behavior specifically when trying to do installations of Win98 via Win98 Quick Install, which uses a Linux kernel as part of its initial bootstrap process. Once the kernel has booted and the menu system for installing the operating system has loaded, CTRL-ALT-DEL is intercepted by the Pi and causes the USB4VC to reboot itself, rather than the host computer.

Details of the system in question:

  • Motherboard: MSI MS-4144
    • CPU: AMD 5x86-DX5-133, overclocked to 160MHz
    • Chipset: SiS 85C496/497
    • Keyboard BIOS: AMIKey-2 (presumably a standard 8242/8342 variant)
  • Devices:
    • VGA: DataExpert ExpertColor DSV3325DX (S3 ViRGE DX, 4MB)
    • Network: 3Com 3C509B
    • Sound: Pro AudioSpectrum 16
    • IDE0: Dual 8GB compact flash cards
    • IDE1: ZuluIDE attached as primary, no secondary

Keyboard attached to the USB4VC is a Logitech K800 via wireless Unifying adapter.
Mouse attached is a Logitech Triathlon M720 paired to the same Unifying adapter.
Joystick attached is an 8BitDo SF30 Pro Wireless controller, attached via USB cable.

Let me know if additional configuration details are needed.

@dekuNukem
Copy link
Owner

Hi there! I thought I disabled the three finger salute in the OS image, not sure how it regressed on yours.

Anyway, feel free to ssh into it and try this:

sudo rm /lib/systemd/system/ctrl-alt-del.target
sudo ln -s /dev/null /lib/systemd/system/ctrl-alt-del.target
sudo systemctl daemon-reload

Source: https://librpip.frasersdev.net/linux/raspbian/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants