[Nix-dev] Do we need i8042 in initrd?

Eelco Dolstra eelco.dolstra at logicblox.com
Fri Apr 6 20:24:55 CEST 2012


Hi,

On 06/04/12 20:20, Peter Simons wrote:

> the file nixos/modules/system/boot/kernel.nix defines:
> 
>     boot.initrd.kernelModules =
>       [ ...
>         # For usual AT keyboards.
>         "i8042"
>       ];
> 
> When I boot, however, I'm seeing warnings, complaining that this module
> couldn't be loaded because it doesn't exist. Is it possible that this
> kernel module has become obsolete in Linux 3.x? 

Actually I don't know any kernel that has this module.  But the Subversion
history says:

r19006 | viric | 2009-12-17 00:45:10 +0100 (Thu, 17 Dec 2009) | 2 lines

Enabling back the i8042 module loading at initrd. Otherwise, some
may not get any keyboard driver loaded (as I experienced).

-- 
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/


More information about the nix-dev mailing list