Open haarp opened 6 years ago
It seems reading /sys/bus/pci/devices/0000:01:00.0/config
(01:00.0 being the Nvidia) is what triggers the switch-on.
Yes, that is runtime PM that is becoming active. There is not much you can do about that other than setting pcie_port_pm=off
, but then maybe it is better just to remove bbswitch. Related: https://github.com/Bumblebee-Project/Bumblebee/issues/978
Greetings.
I'm running kernel 4.14 on a Thinkpad W530. As soon as the PCI bus is queried, e.g. by
lspci
, the card instantly switches on. I do not remember if this had been an issue with earlier kernels.The nvidia module remains untouched and unloaded throughout all this. The Bumblebee service also wasn't running.
Weird, isn't it?