mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 11:29:42 +01:00
Merge pull request #418 from sauricat/master
update readme: known issue of disability waking from suspend
This commit is contained in:
commit
39a7bfc496
1 changed files with 10 additions and 0 deletions
|
@ -4,6 +4,16 @@
|
||||||
|
|
||||||
You need to disable RAID and use AHCI instead as described [https://wiki.ubuntu.com/Dell/XPS/XPS-13-7390-2-in-1 here].
|
You need to disable RAID and use AHCI instead as described [https://wiki.ubuntu.com/Dell/XPS/XPS-13-7390-2-in-1 here].
|
||||||
|
|
||||||
|
== Known Issues ==
|
||||||
|
|
||||||
|
If your BIOS version is greater than or equal to 1.0.13, you may need to add
|
||||||
|
|
||||||
|
<code>
|
||||||
|
systemd.sleep.extraConfig = "SuspendState=freeze";
|
||||||
|
</code>
|
||||||
|
|
||||||
|
to your <code>configuration.nix</code> if you cannot wake from "Sleep". See reference [https://askubuntu.com/a/1194128 here].
|
||||||
|
|
||||||
== Firmware upgrades ==
|
== Firmware upgrades ==
|
||||||
|
|
||||||
Note that this device is supported by [https://fwupd.org/ fwupd].
|
Note that this device is supported by [https://fwupd.org/ fwupd].
|
||||||
|
|
Loading…
Reference in a new issue