GNU bug report logs -
#20433
Keyboard not working with GuixSD on Apple Macbook Air 6,2
Previous Next
Reported by: Jessica Tallon <jessica <at> megworld.co.uk>
Date: Sun, 26 Apr 2015 17:28:03 UTC
Severity: normal
Tags: moreinfo
Fixed in version 0.9.1
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Ricardo Wurmus <rekado <at> elephly.net> 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’.
This bug report was last modified 9 years and 192 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.