Articles in the posts category

  1. unstable@2016-09-09`

    Fri 09 September 2016
    By mic92

    Keyboard stopped working

    Because of linux kernel 4.4.20 the kernel module: i8042 is no longer loaded. I added the following 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" ];
    
    Tagged as : bc7e4e39
  2. stable@2016-06-11 to unstable@2016-07-20

    Accidentally updated from stable channel to unstable: 0546a4a -> 125ffff

    new problems i managed to solve

    Xorg does not accept connections from system users

    not sure how long it didn't work but xhost fixes it.

    services.xserver.displayManager.sessionCommands = ''
      ${pkgs.xorg.xhost}/bin/xhost +local:
    '';
    

    msmtp stopped working

    trying to start …

Page 1 / 1