Results 1 to 3 of 3

Thread: Can't figure out how to use Bumblebee!

  1. #1
    Join Date
    2014-Apr
    Posts
    2

    Can't figure out how to use Bumblebee!

    Hello!

    This is my first post in the forum, so I'm sorry if I missed something!

    I've been trying to get Bumblebee working several times but without success, and I think I've been on every google page there is, so I would really appriciate some help on this topic!

    I'm using a ASUS N56JR laptop, with 2 graphic cards (1 Intel integrated, and also NVIDIA 760M).
    and I've been trying out how to use my NVIDIA card in Kali for ages.

    When I type in

    Code:
     lspci | grep VGA
    This is the output I get :

    Code:
    root@sp0nka3:~# lspci  | grep VGA
    00:02.0 VGA compatible controller: Intel Corporation Haswell Integrated Graphics Controller (rev 06)
    So basically my system can't detect the NVIDIA card.

    Then when typing :

    Code:
    lspci | egrep 'VGA|3D'
    This is the output:

    Code:
    root@sp0nka3:~# lspci | egrep 'VGA|3D'
    00:02.0 VGA compatible controller: Intel Corporation Haswell Integrated Graphics Controller (rev 06)
    01:00.0 3D controller: NVIDIA Corporation Device 11e3 (rev a1)

    I've tried using this:
    http://docs.kali.org/general-use/ins...-on-kali-linux

    But then after reboot I just get a CLI, and no GUI.
    And I was thinking that this occurred maybe because the system couldn't locate the NVIDIA card as a VGA adapter.


    Anyway, after some googleing I found out my card is probably using the Nvidia Optimus technology, and that this is not yet implemented in linux operating system, which led me to the Bumblebee project!

    Then I got to:

    https://wiki.debian.org/Bumblebee#Installation

    I've already enabled Multiarch by doing:

    Code:
    sudo dpkg --add-architecture i386
    and then

    Code:
    apt-get update

    I tried running:

    Code:
    sudo apt-get install bumblebee primus
    But then when I try to use optirun spotify (for example), I get this output:

    Code:
    root@sp0nka3:~# optirun spotify
    [ 4337.059292] [WARN]Could not open configuration file: /etc/bumblebee/bumblebee.conf
    [ 4337.059323] [WARN]Using default configuration
    [ 4337.059351] [ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.
    [ 4337.059363] [ERROR]Could not connect to bumblebee daemon - is it running?

    I have also looked in the computers BIOS for some setting so that my system only boots with the NVIDIA card, but there was no such setting.



    The thing that I'm not really sure about:

    Should I install the NVIDIA drivers (but doing something different so that I don't end up with CLI, and not GUI at boot)?
    Or should I be able to use Bumblebee with the nouveau driver?
    Is there anyone who could explain how to fix my issue I would be very, very thankful since this is driving me insane.


    On all the pages I've found on google so far the
    Code:
    root@sp0nka3:~# lspci | egrep 'VGA|3D'
    always listed NVIDIA as a VGA card aswell..

    Thanks in advice/
    Sp0nka3

  2. #2
    Join Date
    2013-Mar
    Posts
    354
    If you add architecture i386 it is because you are using kali 64bit arch.

    What is your arch?

  3. #3
    Join Date
    2014-Apr
    Posts
    2
    Hi, thanks for quick reply Maverik35.
    I've just reinstalled the system so that I can start from scratch.


    Code:
    root@pr0ph3tsp0nka3:~# uname -r
    3.12-kali1-amd64
    Thanks in advice

Similar Threads

  1. Weird Problem Cannot Figure it out
    By JaHSHuaBRu in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-03-17, 23:27
  2. Can't figure out how to install GPU.
    By marcussolano in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2016-02-26, 18:34

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •