Bumblebee daemon has not been starte

After update appear the subject.

[code]
$optirun glxspheres
[105968.784709] [ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.
[105968.784767] [ERROR]Could not connect to bumblebee daemon - is it running?
$ primusrun glxspheres
2013/08/22 17:26:18 socat[9887] E connect(3, AF=1 “/var/run/bumblebee.socket”, 27): No such file or directory
primus: fatal: failed to connect to Bumblebee daemon: No such file or directory
$ grep -Fn ‘(EE’ /var/log/Xorg.0.log
15: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
uname -a
Linux mf-laptop 3.5.0-39-generic #60-Ubuntu SMP Tue Aug 13 18:33:05 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

[/code] Any suggestions? Netrunner 12.12 KDE 4.11

optirun --version
optirun (Bumblebee) 3.2.1
Copyright © 2011 The Bumblebee Project
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Any suggestions? :s How find why daemon crashes?

You should try starting the daemon manually.
So try executing the following in a terminal

sudo service bumblebeed start

I hope this works. If it does not it should show an error message that might help.

Issue is that this is not helps. Of course I’ve tryed that few times without success, before created topic here :-/

Please execute then

optirun -vv

It should give a more verbose output that should help identifying the problem.
Please also take a look at /var/log/kern.log for Bumblebee errors.

No mention bumblebee in kernel log as in error filter as well.:frowning:

:~$ optirun -vv
[25292.093746] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[25292.094633] [ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.
[25292.094687] [DEBUG]Socket closed.
[25292.094789] [ERROR]Could not connect to bumblebee daemon - is it running?[/code]

[code]$ $ sudo service bumblebeed start && optirun -vv
bumblebeed start/running, process 21931
[25661.052140] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[25661.052450] [ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.
[25661.052470] [DEBUG]Socket closed.
[25661.052486] [ERROR]Could not connect to bumblebee daemon - is it running?

Was there a kernel update lately ?

Please give me the output of the current kernel you are running

uname -a

Yes, It was but I can’t say on 100% that this because of that.

:~$ uname -a Linux mf-laptop 3.5.0-39-generic #60-Ubuntu SMP Tue Aug 13 18:33:05 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Please make sure to have the linux-headers-3.5.0-39-generic package installed. Bumblebee needs the kernel headers otherwise it refuses to launch.
Please reboot after installing the headers.

Already have! :-/

Is there a file /proc/acpi/bbswitch available ?

Any useful output when you run

sudo /usr/sbin/bumblebeed

in the terminal ?

:~$ ll /proc/acpi/bbswitch -rw-rw-r-- 1 root root 0 авг. 29 12:16 /proc/acpi/bbswitch mf@mf-laptop:~$ cat /proc/acpi/bbswitch 0000:01:00.0 ON

sudo /usr/sbin/bumblebeed [30766.576174] [ERROR]Invalid configuration: no driver configured.
Well seems like bumblebee can’t find a driver? Weird I never change or use that option. Broken package?

Is your package from the bumblebee stable repository ?
If yes it might be good to ask their developers if they can help you.

I suspect that from there. How to check :huh:

Just go into muon software center and search for bumblebee. Or enter the following in a terminal

apt-cache policy bumblebee

*** 3.2.1-1~quantalppa4 0 500 http://ppa.launchpad.net/bumblebee/stable/ubuntu/ quantal/main amd64 Packages

I’ve solved issue. Just reinstall nvidia drivers and bumblebee