I just did a fresh 18.04 install. Now my wifi isn't recognized for some reason, but I'm using wifi right now. I'm not sure what this means here's a screenshot of it.
I tried some possible solutions here, but they didn't work for me. I also have windows 10 installed on the same laptop, but on another drive entirely. Also, worth mentioning is that I had Ubuntu 18.04 installed previous on the same laptop and I didn't have this problem before. Only after I tried doing a fresh install for the 3rd time (don't ask, I'm still learning) than I run into this issue.
I don't know if this is important, but after the install my system time was off by like 5hrs after I set the right time zones and everything. I had to go into bios and change the time and disable the automatic date & time settings for Ubuntu. Otherwise I wasn't even able to run Ubuntu updates because the time didn't match with the ubuntu servers. Anyway...
Here are some system specs:
Skynet:~$lspci -nnk | grep -i network -A 3
71:00.0 Network controller [0280]: Intel Corporation Wireless-AC 9260 [8086:2526] (rev 29)
Subsystem: Intel Corporation Device [8086:0014]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
Skynet:~$rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy1: Wireless LAN
Soft blocked: no
Hard blocked: no
Skynet:~$lspci | grep Network
71:00.0 Network controller: Intel Corporation Wireless-AC 9260 (rev 29)
Skynet:~$iwconfig
lo no wireless extensions.
wlp113s0 IEEE 802.11 ESSID:"myFios-5.0GHz"
Mode:Managed Frequency:5.18 GHz Access Point: 20:C0:47:E1:F4:FC
Bit Rate=866.7 Mb/s Tx-Power=22 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
Link Quality=66/70 Signal level=-44 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:137 Missed beacon:0
enp110s0 no wireless extensions.
Skynet:~$modinfo iwlwifi
filename: /lib/modules/5.3.0-26-generic/kernel/drivers/net/wireless/intel/iwlwifi/iwlwifi.ko
license: GPL
author: Copyright(c) 2003- 2015 Intel Corporation <linuxwifi@intel.com>
description: Intel(R) Wireless WiFi driver for Linux
firmware: iwlwifi-100-5.ucode
firmware: iwlwifi-1000-5.ucode
firmware: iwlwifi-135-6.ucode
firmware: iwlwifi-105-6.ucode
firmware: iwlwifi-2030-6.ucode
firmware: iwlwifi-2000-6.ucode
firmware: iwlwifi-5150-2.ucode
firmware: iwlwifi-5000-5.ucode
firmware: iwlwifi-6000g2b-6.ucode
firmware: iwlwifi-6000g2a-6.ucode
firmware: iwlwifi-6050-5.ucode
firmware: iwlwifi-6000-6.ucode
firmware: iwlwifi-7265D-29.ucode
firmware: iwlwifi-7265-17.ucode
firmware: iwlwifi-3168-29.ucode
firmware: iwlwifi-3160-17.ucode
firmware: iwlwifi-7260-17.ucode
firmware: iwlwifi-8265-36.ucode
firmware: iwlwifi-8000C-36.ucode
firmware: iwlwifi-9260-th-b0-jf-b0-46.ucode
firmware: iwlwifi-9000-pu-b0-jf-b0-46.ucode
firmware: iwlwifi-ty-a0-gf-a0-48.ucode
firmware: iwlwifi-so-a0-gf-a0-48.ucode
firmware: iwlwifi-so-a0-hr-b0-48.ucode
firmware: iwlwifi-so-a0-jf-b0-48.ucode
firmware: iwlwifi-cc-a0-48.ucode
firmware: iwlwifi-QuQnj-b0-jf-b0-48.ucode
firmware: iwlwifi-QuZ-a0-jf-b0-48.ucode
firmware: iwlwifi-QuZ-a0-hr-b0-48.ucode
firmware: iwlwifi-Qu-b0-jf-b0-48.ucode
firmware: iwlwifi-Qu-c0-hr-b0-48.ucode
firmware: iwlwifi-QuQnj-a0-hr-a0-48.ucode
firmware: iwlwifi-QuQnj-b0-hr-b0-48.ucode
firmware: iwlwifi-Qu-b0-hr-b0-48.ucode
firmware: iwlwifi-QuQnj-f0-hr-a0-48.ucode
firmware: iwlwifi-Qu-a0-jf-b0-48.ucode
firmware: iwlwifi-Qu-a0-hr-a0-48.ucode
According to the solution here it's ok to leave it as is, but I'm not entirely sure because as I mentioned before I had ubuntu working fine before and only after a fresh install I ran into this problem. I would appreciate any help with this. I'm at a loss here, thank you.