Salut à tous.
J'ai réussi à faire fonctionné optirun, mais récemment, comme pas mal, j'obtiens ce message quand j'utilise optirun:
[ 726.231060] [ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.
[ 726.231168] [ERROR]Could not connect to bumblebee daemon - is it running?
J'ai essayer pas mal de choses (les conseils dans la doc, les conseils que j'ai pu trouver dans des forums) mais je garde le même message d'erreur.
En fait je pense que ce qui a changé, c'est mon kernel que j'ai du manuellement téléchargé pour pouvoir utiliser le driver de ma carte wifi.
(Je suis en 12.04 avec un kernel 3.11.0-15-generic)
En effet, si je fait sudo bumblebeed -vv j'obtiens:
[ 447.615948] [DEBUG]Found card: 04:00.0 (discrete)
[ 447.616073] [DEBUG]Found card: 00:02.0 (integrated)
[ 447.616152] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 447.617237] [DEBUG]Process /sbin/modprobe started, PID 21155.
[ 447.617325] [DEBUG]Hiding stderr for execution of /sbin/modprobe
[ 447.619771] [DEBUG]SIGCHILD received, but wait failed with No child processes
[ 447.619990] [DEBUG]Process /sbin/modprobe started, PID 21156.
[ 447.620099] [DEBUG]Hiding stderr for execution of /sbin/modprobe
[ 447.622459] [DEBUG]SIGCHILD received, but wait failed with No child processes
[ 447.622832] [INFO]Loading driver bbswitch (module bbswitch)
[ 447.623009] [DEBUG]Process modprobe started, PID 21157.
FATAL: Error inserting bbswitch (/lib/modules/3.11.0-15-generic/updates/dkms/bbswitch.ko): No such device
[ 447.656868] [DEBUG]Process with PID 21157 returned code 1
[ 447.657237] [ERROR]Module bbswitch could not be loaded (timeout?)
[ 447.657251] [DEBUG]bbswitch is not available, perhaps you need to insmod it?
[ 447.657262] [INFO]Skipping switcheroo PM method because it is not explicitly selected in the configuration.
[ 447.657272] [WARN]No switching method available. The dedicated card will always be on.
[ 447.657282] [DEBUG]Active configuration:
[ 447.657290] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 447.657299] [DEBUG] X display: :8
[ 447.657308] [DEBUG] LD_LIBRARY_PATH:
[ 447.657316] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 447.657325] [DEBUG] pidfile: /var/run/bumblebeed.pid
[ 447.657334] [DEBUG] xorg.conf file: /etc/bumblebee/xorg.conf.DRIVER
[ 447.657343] [DEBUG] xorg.conf.d dir: /etc/bumblebee/xorg.conf.d
[ 447.657351] [DEBUG] ModulePath:
[ 447.657360] [DEBUG] GID name: bumblebee
[ 447.657369] [DEBUG] Power method: auto
[ 447.657377] [DEBUG] Stop X on exit: 1
[ 447.657386] [DEBUG] Driver:
[ 447.657394] [DEBUG] Driver module:
[ 447.657403] [DEBUG] Card shutdown state: 1
[ 447.657411] [ERROR]Invalid configuration: no driver configured.
La ligne:
FATAL: Error inserting bbswitch (/lib/modules/3.11.0-15-generic/updates/dkms/bbswitch.ko): No such device
est particulièrement intéressante je pense.
EDIT: achang que j'ai bbswitch-dkms d'installé:
dpkg -l | grep -i bbswitch
ii bbswitch-dkms 0.8-1~preciseppa1 Interface for toggling the power on NVIDIA Optimus video cards
Que puis-je faire???
Merci!