mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			407 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			407 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
= 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].
 | 
						|
 | 
						|
== 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.
 |