Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. [ 449.307668] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver
  2.  
  3. [ 449.307808] [ERROR]Aborting because fallback start is disabled.
  4.  
  5. ...
  6. Sep 2 18:29:02 fondation bumblebeed[835]: modprobe: FATAL: Module bbswitch not found.
  7. Sep 2 18:29:02 fondation bumblebeed[835]: [ 11.652807] [ERROR]Module bbswitch could not be loaded (timeout?)
  8. Sep 2 18:29:02 fondation bumblebeed[835]: [ 11.652818] [WARN]No switching method available. The dedicated card will always be on.
  9. Sep 2 18:29:02 fondation bumblebeed[835]: [ 11.653932] [INFO]/usr/sbin/bumblebeed 3.2.1 started
  10. Sep 2 18:36:16 fondation bumblebeed[835]: [ 449.307558] [ERROR]Module nvidia could not be loaded (timeout?)
  11. Sep 2 18:36:16 fondation bumblebeed[835]: [ 449.307599] [ERROR]Could not load GPU driver
  12.  
  13. mkdir -p '/usr/src/bbswitch-0.8'
  14. cp Makefile bbswitch.c '/usr/src/bbswitch-0.8'
  15. sed 's/#MODULE_VERSION#/0.8/' dkms/dkms.conf > '/usr/src/bbswitch-0.8/dkms.conf'
  16. dkms build -m bbswitch -v 0.8
  17. Error! Your kernel headers for kernel 4.1.0-rc3-wl-ath+ cannot be found.
  18. Please install the linux-headers-4.1.0-rc3-wl-ath+ package,
  19. or use the --kernelsourcedir option to tell DKMS where it's located
  20. Makefile.dkms:16: recipe for target 'build' failed
  21. make: *** [build] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement