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

Linux 4.7.3 keyboard not working #18451

Closed
ikervagyok opened this issue Sep 8, 2016 · 2 comments
Closed

Linux 4.7.3 keyboard not working #18451

ikervagyok opened this issue Sep 8, 2016 · 2 comments

Comments

@ikervagyok
Copy link
Contributor

Issue description

Linux Kernel 4.7.3 seems broken, as my laptops keyboard doesn't work.
experienced by the arch community too: https://bugs.archlinux.org/task/50700

Steps to reproduce

update, reboot - 4.6 and 4.7.2 work, 4.7.3 doesn't

Technical details

  • nixos-version: 17.03.git.8179a23 (Gorilla)
  • nix-env --version: nix-env (Nix) 1.11.4
  • nix-instantiate --eval github/nixpkgs -A lib.nixpkgsVersion: "17.03.git.515bc7c"
@Mic92
Copy link
Member

Mic92 commented Sep 9, 2016

Same issue with kernel 4.4.20 (lts). I can no longer enter my cryptsetup password.
The reason is that i8042 is no longer integrated in initramfs, I suppose because of:
Input: i8042 - break load dependency between atkbd/psmouse and i8042

Update: To fix this issue I had to add it to boot.initrd.availableKernelModules

- boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
+ boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" "i8042" ];

@ikervagyok
Copy link
Contributor Author

@Mic92 Thanks, created a quick fix with your solution, which should fix it for everyone

shlevy pushed a commit that referenced this issue Sep 9, 2016
remove after upstream gets fixed
shlevy pushed a commit that referenced this issue Sep 9, 2016
remove after upstream gets fixed

(cherry picked from commit 1279249)
adrianpk added a commit to adrianpk/nixpkgs that referenced this issue May 31, 2024
remove after upstream gets fixed

(cherry picked from commit 1279249)
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