A couple of months ago, I got a new XPS 15 (7590).
I immediately installed Ubuntu 19.10, and had no problems, everything worked great.
Yesterday, after not using it for several days, I attempted to do so, and I was surprised I had no internet. I thought maybe my configuration lost WiFi password, and I'd have to re-enter it.
But no, when I went to do that, I got message that the WiFi was not detected.
ifconfig -a shows only lo.
It seems the WiFi driver is missing.
Is this some kind of regression? Did a kernel or firmware upgrade break my WiFi?
Any clues?
Thanks!
Edit: Add new info:
$ lapci -knn|grep Net
3b:00.0. Network controller [0280]: Intel Corporation Device [8086:2723] (rev 1a)
Subsystem Bigfoot Networks, Inc. Device [1a56:1654]
Sorry it took so long!
Also, rfkill list
doesn't seem to do anything
lspci -knn | grep Net -A3; rfkill list
terminal command. – Pilot6 Jan 21 '20 at 20:14lspci -knn | grep Net -A3; rfkill list
terminal command. The full output, not a part of it. – Pilot6 Feb 09 '20 at 20:41