bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#20433: Keyboard not working on laptop with guixSD


From: Ludovic Courtès
Subject: bug#20433: Keyboard not working on laptop with guixSD
Date: Sat, 16 Jan 2016 14:54:14 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Ricardo Wurmus <address@hidden> skribis:

> I’d suggest blacklisting the “usbkbd” kernel module by adding this to
> the kernel boot parameters:
>
>     modprobe.blacklist=usbkbd
>
> I’m just guessing here, but this seems the most probably cause to me.

I realized that this option is honored by kmod’s ‘modprobe’ command,
which we use, but not by our initrd code, and (gnu system linux-initrd)
has “usbkbd” among the modules that it always loads.

Commit 7ba903b changes our code to honor ‘modprobe.blacklist’ as well.

Jessica: To test what Ricardo suggests, you would have to somehow login
to your laptop (over SSH or using a different keyboard) and do:

  sudo guix pull

  ;; Edit configuration.scm to add ‘kernel-arguments’ to the config:
  ;; (operating-system
  ;;    …
  ;;    (kernel-arguments '("modprobe.blacklist=usbkbd")))

  sudo guix system reconfigure /path/to/configuration.scm

HTH!

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]