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
I can't paste the omarchy-debug here as it is too long and the uploading has been disabled.
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.I tried adding the
i2c_hid i2c_hid_acpimodules to/etc/mkinitcpio.conf, and that fixed the issue.then
I can't paste the
omarchy-debughere as it is too long and the uploading has been disabled.