Skip to content

Keyboard disabled before login on Acer Nitro 16 #5261

@g1sbi

Description

@g1sbi

System details

AMD Ryzen AI 9 365, Nvidia RTX 5070 Max-Q, 32GB, Omarchy 3.5.0

What's wrong?

When booting up, the kernel module i2c_hid, isn't loaded, making the built-in keyboard of my Acer Nitro 16 non functional. Plugging in an external keyboard works fine.

$ lsinitcpio -a /boot/EFI/Linux/omarchy_linux.efi | grep i2c_hid
(no output)

I tried adding the i2c_hid i2c_hid_acpi modules to /etc/mkinitcpio.conf, and that fixed the issue.

MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm btrfs i2c_hid i2c_hid_acpi)

then

$ sudo mkinitcpio -P

I can't paste the omarchy-debug here as it is too long and the uploading has been disabled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions