In order to install Ubuntu on the XPS 7590 (I've heard the same was true for the 9570 as well) you have to open the boot menu and modify BIOS settings to turn "Secure Boot" off and to switch SATA mode from RAID to AHCI.
Doing the above I was able to fully install Ubuntu 18.04, however I needed a hard-wired internet connection to handle any downloads/updates because, under the WiFi settings no networks were available and I was instead greeted by the message "No WiFi Adapter Found". None of the existing answers on this forum, StackOverflow, or even working with Dell Support were able to solve this issue for me.
The Dell XPS 7590 ships with the Killer AX1650 WiFi module which, at the time of this posting, is not supported at install for Ubuntu 16.04+. After banging my head against the wall and contemplating reinstalling Windows to check if there was a hardware issue with the WiFi module, I finally stumbled upon the answer here.
The XPS 7590 is a beautiful machine, so I hope this helps someone.
The accepted solution from here works for me except that Ubuntu does not come with the
make
command. As I had no Ethernet port and obviously no Wi-fi, I had to installbuild-essential
which providesmake
offline.So to install it I took it from Ubuntu ISO file, as
build-essential
is not installed but is available.Don't forget to remove it after by commenting out the cdrom line in
/etc/apt/sources.list
.If the driver is on a USB stick, you may run into permission issues while running
make
commands if you use filesystems that don't really support permissions.Warning!
Check the kernel version before continue. If
uname -r
output is5.0.0-38-generic
, DO NOT install iwlwifi-backport driver on your machine as it leads to system freezes when Wi-Fi is turned on.The link in the accepted answer is dead so I'm pulling the referenced solution from Google cache and leaving it here for future seekers.
How to disable Secure Boot? See Alienware Ubuntu Based Systems: Disable Secure Boot to Modify or Replace the bootloader
If you are trying to install a fresh Ubuntu system on a new Dell XPS 15, another option is to go for a more recent Ubuntu version. I have verified that Ubuntu
19.10
is able to detect the WiFi adapter.Try this. Just a suggestion.
Open terminal. Type the following:
sudo ubuntu-drivers
autoinstall
sudo reboot