Hi all,
Some time ago, bumblebee/bbswitch seems to have stopped working for me, and I’m trying to fix it, without success so far.
Here’s some output:
During startup, it says:
[FAILED] Failed to start Load Kernel Modules
Some more output (tell me if you need more):
baskwaadgras@mazarina:~> sudo systemctl status systemd-modules-load.service
● systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static; vendor preset: disabled)
Active: failed (Result: exit-code) since Tue 2017-09-12 09:16:31 BST; 1min 57s ago
Docs: man:systemd-modules-load.service(8)
man:modules-load.d(5)
Process: 578 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
Main PID: 578 (code=exited, status=1/FAILURE)
Sep 12 09:16:31 mazarina systemd[1]: Starting Load Kernel Modules...
Sep 12 09:16:31 mazarina systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
Sep 12 09:16:31 mazarina systemd[1]: Failed to start Load Kernel Modules.
Sep 12 09:16:31 mazarina systemd[1]: systemd-modules-load.service: Unit entered failed state.
Sep 12 09:16:31 mazarina systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
baskwaadgras@mazarina:~> sudo journalctl -b _PID=578
-- Logs begin at Sun 2017-07-23 00:10:18 BST, end at Tue 2017-09-12 09:19:03 BST. --
Sep 12 09:16:31 mazarina systemd-modules-load[578]: Failed to find module 'bbswitch'
Indeed, the module is not present in the output of lsmod, and e.g.
baskwaadgras@mazarina:~> sudo modprobe bbswitch
modprobe: FATAL: Module bbswitch not found.
So it really seems to not be installed properly somehow, even though the packages are installed.
I tried reinstalling bbswitch and/or bumblebee from different repos, but so far without success. One thing I noticed is that the package name of bbswitch-kmp-default is ‘bbswitch-kmp-default-0.8_k4.4.27_2-9.17.x86_64’, whereas my kernel version is
baskwaadgras@mazarina:~> uname -r
4.4.85-22-default
I.e. 4.4.85 rather than 4.4.27. Is that a problem? If so, how should I get the 4.4.85 version?
Any ideas?