nixos-hardware/dell/xps/13-7390
Lena Fuhrimann ef811636cc Add fwupd to Dell XPS 13 7390 config 2024-01-13 23:04:19 +00:00
..
README.wiki Add fwupd to Dell XPS 13 7390 config 2024-01-13 23:04:19 +00:00
default.nix Add fwupd to Dell XPS 13 7390 config 2024-01-13 23:04:19 +00:00

README.wiki

= Dell XPS 13 7390 =

== Installation == 

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 ==

Note that this device is supported by [https://fwupd.org/ fwupd].
To perform updates, simply use <code>fwupdmgr</code>.