2019-10-30 20:15:22 +01:00
|
|
|
= Dell XPS 13 7390 =
|
|
|
|
|
2020-03-03 18:31:54 +01:00
|
|
|
== Installation ==
|
2020-04-23 10:52:16 +02:00
|
|
|
|
2020-04-23 10:53:17 +02:00
|
|
|
You need to disable RAID and use AHCI instead as described [https://wiki.ubuntu.com/Dell/XPS/XPS-13-7390-2-in-1 here].
|
2020-03-03 18:31:54 +01:00
|
|
|
|
2022-05-23 15:46:43 +02:00
|
|
|
== 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].
|
|
|
|
|
2019-10-30 20:15:22 +01:00
|
|
|
== Firmware upgrades ==
|
|
|
|
|
|
|
|
Note that this device is supported by [https://fwupd.org/ fwupd].
|
|
|
|
To perform firmware upgrades just activate the service
|
|
|
|
|
|
|
|
<code>
|
|
|
|
services.fwupd.enable = true;
|
|
|
|
</code>
|
|
|
|
|
|
|
|
Then use <code>fwupdmgr</code> to perform updates.
|