Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save AnnoyingTechnology/45cbced6dd9e11fa714d3e0151be6717 to your computer and use it in GitHub Desktop.
Save AnnoyingTechnology/45cbced6dd9e11fa714d3e0151be6717 to your computer and use it in GitHub Desktop.
Lenovo Legion Y530 Linux issues and solutions for wifi and touchpad mostly (Debian & Ubuntu)

Intel i7-8750H nVidia GTX 1050 Ti

Summary of my findings (Please comment if you can get further than me) :

edit: 06/2019 guys in the comments have found workarounds and new solutions !

Most importantly : Lenovo refuses to provide any kind of support for their product on Linux, even though the computer is sold without an OS

Ubuntu 18.04

  • switch the BIOS to UEFI (and don't forget to create the EFI partition, ~256Mb)
  • the computer will randomly freezes, during the setup phase, or afterwards. Current theory is that switching from iGPU to dedicated GPU causes the computer to freeze/hang (cursor still moves, but nothing else).
  • the keyboard and trackppad are not usable during the setup, though afterwards they both work.
  • the graphics performance are good (until the computer feezes of course)

Debian 9.5 (stable)

  • Switch the bios to UEFI (don't use legacy, don't forget to create the EFI partition, ~256Mb)
  • It installs properly in command-line using the expert mode.
  • GNOME will start and work as expected
  • The graphics drivers used by defaults appears to be "nouveau", graphics performances are poor
  • Installing nvidia-driver thru apt will cause GDM to fail starting.
  • The keyboard works during the setup and afterwards too
  • The touchpad doesn't work at all
  • The wifi works after typing sudo modprobe -r ideapad_laptop or adding blacklist ideapad_laptop to /etc/modprobe.d/blacklist.conf otherwise
  • The function keys are enabled by default, so altering the volume requires using the Fn key, for example.

Debian buster

  • no issues ! Install Debian 9.5 stable, changes your /etc/apt/sources.list to buster then apt update && apt upgrade && apt dist-upgade).
  • [edit] actually two things : no keyboard backlight, you have to use the Fn key to change the volume/brightness
@Naahuel
Copy link

Naahuel commented Aug 21, 2019

Yes, that's what I said:

Booting from the Pop_OS! live USB gives a fully functional experience.

My recommendations had more to do with keeping your system updated because there's no way to update the BIOS from Linux and (at least in my case) sometimes I turn the computer on and the wifi just won't work, no matter how many times I reboot. All I have to do then is boot into windows, do nothing, reboot back into Linux and the wifi is working again ¯_(ツ)_/¯ (it hasn't happened in a while, so maybe they fixed it?)

@Martina-Neumayer
Copy link

Well.. I have it.. to be exact the model with the 1060 gpu and no problems at all.

I just disabled secure boot in bios, then installed EndeavourOS (Arch based distro) and at the end Prime from this tutorial..
https://forum.manjaro.org/t/howto-set-up-prime-with-nvidia-proprietary-driver/40225
Machine works like a charm :)

The only one thing I changed vs. the original tutorial was switching from the normal nvidia drivers to the dkms ones, because of my desktop, which is compiz stand-alone-mode based. I just don't want do recompile entire compiz every time new nvidia drivers are released..
Yeap.. I am a bit lazy ;)

@graciano
Copy link

When I updated to Pop_OS 19.10, the wifi issue came back and most of the soolutions given here did not work. Downgraded it back to 19.04.

@Naahuel
Copy link

Naahuel commented Jan 13, 2020

Hey @graciano! That's weird! I upgraded with no issues whatsoever. It actually seems to work even better.

However, every now and then (specially if I'm messing around with bluetooth or turning wifi on and off) it happens that I can't turn wifi or bluetooth back on. No matter what I do. The easy fix is what I mentioned before: Just boot up windows... that's it. Reboot on PopOS and it works again. Did that not work for you?

2020-01-13_11-53

@graciano
Copy link

@Naahuel Updated it again and now it works just fine :)

@p043prg
Copy link

p043prg commented Apr 4, 2020

Hello, I use pop os live usb but whenever I install it on my computer (ssd or hdd) it becomes very slow. It doesn't work smooth. why? I have y530.

@mohitpalsingh
Copy link

mohitpalsingh commented Apr 7, 2020

Guys, If anyone can tell me what all battery backups you guys are having on your respective distros,
i have tried a few like pop os 19.10, manjaro, arch, ubuntu 19.10 and recently ubuntu 20.04 lts beta build.
Apparently the battery sucks even after installs tools like tlp and powertop, It doesn't seem to last long.
I need help!

and for notes, everything works superfine in all those distros. The wifi, bluetooth and trackpad, everything smoothly except the battery for some reason

@nickkostov
Copy link

I have troubles only with the touchpad in my 81FV Lenovo Legion Y530-15ICH using Ubuntu 20.04.1 I think its a weird one. It happens only after being locked and suspended. I think it could be due to absence of swap but I did set up.

@Rahul-fix
Copy link

I have an issue with the battery. It sometimes shows two batteries. I have put up the issue on another page.
kfechter/LegionY530Ubuntu#105 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment