PDA

View Full Version : [SOLVED] 16.04 installation on Lenovo t560p fails - Invalid chip set



DantePasquale
August 16th, 2016, 07:42 PM
I'm trying to install 1604 on a Lenovo t460p. It fails with the message:


nouveau 0000:02:00.0: unknown chipset (1180d0a2)

I think this is related to the hybrid graphics on this laptop. What setting/flags should I pass into the grub kernel line to get around this?

And then I see:


usb usb2-port:1 Cannot enable. Maybe the USB cable is bad?

ubfan1
August 17th, 2016, 04:41 AM
Some things to try: (then install the nvidia drivers asap).
To allow Nvidia hybrid machines to boot.
nouveau.blacklist=1

Skylake needs this (15.04...):
i915.preliminary_hw_support=1
noveau.blacklist=1 edd=on nolapic pcie_aspm=force tpm_tis.interrupts=0
Maybe
intel_idle.max_cstate=1 nouveau.modeset=0

DantePasquale
August 31st, 2016, 10:48 PM
Thanks! Those flags worked for installation of 16.04 :)