Advertisement
jjss

BumblebeeError

Oct 9th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.44 KB | None | 0 0
  1. I have a problem with Leap 15.1, bumblebee and nVidia. I have followed the instructions at https://en.opensuse.org/SDB:NVIDIA_Bumblebee
  2. Everything goes fine and when I check "optirun -status", I get "Bumblebee status: Ready (3.2.1). X inactive. Discrete video card is off." which is what it is supposed to be.
  3. However, when I try to run "optirun -vvv glxgears -info" I get:
  4.  
  5. [12653.647717] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
  6. [12653.647973] [DEBUG]optirun version 3.2.1 starting...
  7. [12653.647980] [DEBUG]Active configuration:
  8. [12653.647983] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
  9. [12653.647987] [DEBUG] X display: :8
  10. [12653.647990] [DEBUG] LD_LIBRARY_PATH: /usr/lib64/nvidia:/usr/lib/nvidia
  11. [12653.647993] [DEBUG] Socket path: /var/run/bumblebee.socket
  12. [12653.647997] [DEBUG] Accel/display bridge: auto
  13. [12653.648012] [DEBUG] VGL Compression: proxy
  14. [12653.648017] [DEBUG] VGLrun extra options:
  15. [12653.648022] [DEBUG] Primus LD Path: /usr/lib64/primus:/usr/lib/primus
  16. [12653.648076] [DEBUG]Using auto-detected bridge virtualgl
  17. [12653.921695] [INFO]Response: No - error: Could not load GPU driver
  18.  
  19. [12653.921711] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver
  20.  
  21. [12653.921718] [DEBUG]Socket closed.
  22. [12653.921737] [ERROR]Aborting because fallback start is disabled.
  23. [12653.921744] [DEBUG]Killing all remaining processes.
  24.  
  25.  
  26. And when I check the status of bumblebeed, I get:
  27.  bumblebeed.service - Bumblebee C Daemon
  28.    Loaded: loaded (/usr/lib/systemd/system/bumblebeed.service; enabled; vendor preset: disabled)
  29.    Active: active (running) since Wed 2019-10-09 22:25:58 CEST; 41s ago
  30.  Main PID: 27293 (bumblebeed)
  31.     Tasks: 1 (limit: 4915)
  32.    CGroup: /system.slice/bumblebeed.service
  33.            └─27293 /usr/sbin/bumblebeed
  34.  
  35. oct 09 22:25:58 javiLaptop.168.2.27 systemd[1]: Started Bumblebee C Daemon.
  36. oct 09 22:25:58 javiLaptop.168.2.27 bumblebeed[27293]: [12625.727542] [INFO]/usr/sbin/bumblebeed 3.2.1 started
  37. oct 09 22:26:26 javiLaptop.168.2.27 bumblebeed[27293]: modprobe: ERROR: could not insert 'nvidia': No such device
  38. oct 09 22:26:26 javiLaptop.168.2.27 bumblebeed[27293]: [12653.921660] [ERROR]Module nvidia could not be loaded (timeout?)
  39. oct 09 22:26:26 javiLaptop.168.2.27 bumblebeed[27293]: [12653.921676] [ERROR]Could not load GPU driver
  40.  
  41. I can make any sense of the "modprobe: ERROR: could not insert 'nvidia': No such device" error. I've checked all forums I found, but no result.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement