2

I'm trying to install Ubuntu 18 on my new Legion Y530 laptop that has a Intel AC Wireless 9560. I know the hardware works as my windows boot drive connects fine. However the live environment does not detect internet (it says off and on button does nothing). The installer also does not detect my network. I'm hesistant to install if I can't connect to internet, what are the recommended steps to proceed and get my wi fi working, and is this not possible without actually installing?

  • Likely not possible without installing but installing with an internet connection has been causing some issues lately, see https://askubuntu.com/questions/425155/my-wireless-wifi-connection-does-not-work-what-information-is-needed-to-diagnos and post the results for the wireless script. – Jeremy31 Jul 10 '18 at 22:41
  • @Jeremy31 are you recommending I install without an internet connection and then plug in LAN afterwards? Would a manual installation of the driver perhaps fix it? – edencorbin Jul 11 '18 at 03:24
  • Yes, do the entire install without internet – Jeremy31 Jul 11 '18 at 09:13

2 Answers2

1

You can find the firmware for your wifi adapter here: https://www.intel.com/content/www/us/en/support/articles/000005511/network-and-i-o/wireless-networking.html

  1. Click on the link for your wifi adapter.
  2. Go to the Downloads folder.
  3. Right click the .tgz file.
  4. Choose extract here.
  5. Copy the contents of the folder to /lib/firmware (you can click on 'other locations / Computer to find the directory.
Kevin
  • 155
  • I'll probably install and try this, but so I understand, is it normal this driver 9560 would not be present in live mode and or ubuntu 18.04 installer prior to install? I guess I'll just have to try to find out, but wondered if this is a known issue or omission. – edencorbin Jul 10 '18 at 22:47
  • I'm not an expert but according to this site ( https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi ) the drivers should be there since kernel 4.14, I believe Ubuntu 18.04 is using kernel 4.15. – Kevin Jul 10 '18 at 22:53
  • Hi, it would be useful if you could provide the step by step commands that a user can copy and paste , in your answer instead of quoted text saying copy to this location. – Nirmik Jul 10 '18 at 23:28
  • I tested Fedora 28 and Kubuntu 18, I figured that would rule out Rufus 3.1/USB corruption and Kernel version (I believe Fedora is 4.17). Same issue/error, no wireless connection detected at all. Can I install a driver in the live environment? – edencorbin Jul 11 '18 at 04:22
  • What are being referred to above as 'drivers' are actually firmware files. The needed driver iwlwifi is already included in Ubuntu 18.04. Do the logs complain about missing firmware? dmesg | grep iwl – chili555 Jul 11 '18 at 13:13
  • @chili555 whole computer died (likely unrelated), I'll get back on this thread in a few days once Lenovo has fixed it. – edencorbin Jul 12 '18 at 15:17
  • @chili555, so I checked my lib/firmware and I already have iwlwifi-9000-pu-b0-jf-b0-34.ucode which is the file I downloaded from intel for their linux support. I'm at a total loss what to try next. I ran the wireless info script suggested on the thread, not sure if any info there is useful. – edencorbin Jul 14 '18 at 04:56
  • Where is the result of the wireless script? What is most useful is the dmesg I requested above. – chili555 Jul 14 '18 at 12:39
  • Well, I returned the laptop, so I'm not sure I can continue troubleshooting, any way to close thread? – edencorbin Jul 18 '18 at 02:47
  • this somewhat pointed me in the right direction, however according the site the latest firmware for Intel Wireless-AC 9560 is iwlwifi-9000-pu-b0-jf-b0-34 however Linux 5.15 already contains iwlwifi-9000-pu-b0-jf-b0-46 additionally in practice it loads iwlwifi-QuZ-a0-jf-b0-xx where xx is the latest supported version, on Linux 5.15 iwlwifi-QuZ-a0-jf-b0-55 works – Fuseteam May 16 '22 at 17:48
1

It is a bad idea to play with this stuff using kernels before 4.16+. You use 4.15. Also, this stuff is extremely tricky.