Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I cant get Bumblebee to work on elementaryOS Luna or Ubuntu 13.04 #330

Closed
julianfern opened this issue Feb 20, 2013 · 45 comments
Closed

I cant get Bumblebee to work on elementaryOS Luna or Ubuntu 13.04 #330

julianfern opened this issue Feb 20, 2013 · 45 comments

Comments

@julianfern
Copy link

Hello guys,

I got this HP Pavilion dv6 7014NR, with a I7 Ivy Bridge CPU and a NVidia GT650M yesterday, but sadly it came with Optimus. It is my first time with a NVidia GPU, since I have used Intel GPUs since the first time I used Linux, back in 2008.

I read about Bumblebee and installed on a fresh Ubuntu 13.04 install (I use the dev version in production, since I write about Ubuntu on a Brazilian blog), but I cant get it to work. I started at 11am yesterday. Its 14pm now, and I still did not made it to work :/

I dont think it`s something about Raring, since I tryed with elementaryOS Luna (based on Ubuntu 12.04) too, and it did not worked either.

To install I did the following:

1. Installed Ubuntu 13.04; 2. Booted and added the Bumblebee PPA. Since there is no Raring PPA, I added the Quantal one. I also enabled the proposed and partner repositories on Raring; 3. Run sudo apt-get update; 4. Run sudo apt-get install linux-source linux-headers-generic; 5. Run sudo apt-get install bumblebee bumblebee-nvidia; 6. Reboot.
Then I tryed to use it, but did not worked. Optirun gave me a Cannot access secondary GPU error, so I edited the bumblebee config file and changed driver= to driver=nvidia.

Tryed Optirun again and now I get [XORG] (EE) Failed to load module "nvidia" (module does not exist, 0).

I tryed installing the nvidia-experimental-310 driver, following a tutorial at WebUp8, but I got the above error once again.

Could anyone help me, please? I need this laptop working to work, and since I also review games on that blog, I need this NVidia card working. I paid a lot for this laptop, just because of the card :/

For the record, I also tryed the CRT-0 and none fixes, but they did not work too. I also blacklisted noveau and optirun -vv glxinfo give me this:

[ 8830.137715] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 8830.138078] [INFO]Configured driver: nvidia
[ 8830.291898] [DEBUG]optirun version 3.0.1 starting...
[ 8830.291989] [DEBUG]Active configuration:
[ 8830.292083] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 8830.292116] [DEBUG] X display: :8
[ 8830.292144] [DEBUG] LD_LIBRARY_PATH: LibraryPath=/usr/lib/nvidia-experimental-310:/usr/lib32/nvidia-experimental-310
[ 8830.292187] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 8830.292235] [DEBUG] VGL Compression: proxy
[ 8830.408941] [INFO]Response: No - error: XORG Failed to load module "nvidia" (module does not exist, 0)

[ 8830.408977] [ERROR]Cannot access secondary GPU - error: XORG Failed to load module "nvidia" (module does not exist, 0)

[ 8830.408982] [DEBUG]Socket closed.
[ 8830.409003] [ERROR]Aborting because fallback start is disabled.
[ 8830.409008] [DEBUG]Killing all remaining processes.

modprobe nvidia give me this:

FATAL: Module nvidia not found.

If I run sudo dpkg-reconfigure nvidia-experimental-310 the NVidia module seems to build, but in the end, it never loads.

Removing all DKMS Modules
Done.
INFO:Enable nvidia-experimental-310
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/put_your_quirks_here
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/lenovo_thinkpad
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude
Loading new nvidia-experimental-310-310.14 DKMS files...
Building only for 3.8.0-7-generic
Building for architecture x86_64
Building initial module for 3.8.0-7-generic
Done.

nvidia_experimental_310:
Running module version sanity check.

  • Original module
    • No original module exists within this kernel
  • Installation
    • Installing to /lib/modules/3.8.0-7-generic/updates/dkms/

depmod....

DKMS: install completed.

Could anyone help me, please? I will be sure to write a tutorial after that, so more users can be helped with it. I can`t be the only one with this issue.

Thanks in advance and sorry for my bad English :S

@Lekensteyn
Copy link
Member

The module is named "nvidia_experimental_310". Be sure to edit /etc/bumblebee/bumblebee.conf and set KernelDriver=nvidia_experimental_310. Then restart the daemon.

@julianfern
Copy link
Author

Thanks for the answer @Lekensteyn, but sadly it did not worked. driver and module is set to nvidia, and I set KernelDriver to nvidia_experimental_310 like you said, but did not work.

I restarted it with sudo restart bumblebeed btw.

@ArchangeGabriel
Copy link
Member

Could you give us the corresponding part of kern.log ?

What about lspci -v -s 01:00.0 ?

@julianfern
Copy link
Author

Sure thing! lspci -v -s 01:00.0 gives me the following:

01:00.0 VGA compatible controller: NVIDIA Corporation GK107 [GeForce GT 650M](rev a1) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device 181b
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at d2000000 (32-bit, non-prefetchable) [size=16M]
Memory at a0000000 (64-bit, prefetchable) [size=256M]
Memory at b0000000 (64-bit, prefetchable) [size=32M]
I/O ports at 4000 [size=128]
Expansion ROM at b2000000 [disabled] [size=512K]
Capabilities:
Kernel driver in use: nvidia

As for kern.log, I dont know what would be the corresponding part, so I just got the few final lines on the file:

Feb 20 15:21:08 julian-ubuntu kernel: [ 14.993099] bbswitch: version 0.4.2
Feb 20 15:21:08 julian-ubuntu kernel: [ 14.993106] bbswitch: Found integrated VGA device 0000:00:02.0: SB.PCI0.GFX0
Feb 20 15:21:08 julian-ubuntu kernel: [ 14.993112] bbswitch: Found discrete VGA device 0000:01:00.0: SB.PCI0.PEG0.PEGP
Feb 20 15:21:08 julian-ubuntu kernel: [ 14.993188] bbswitch: detected an Optimus _DSM function
Feb 20 15:21:08 julian-ubuntu kernel: [ 14.993194] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
Feb 20 15:21:08 julian-ubuntu kernel: [ 15.098661] bbswitch: disabling discrete graphics
Feb 20 15:21:08 julian-ubuntu kernel: [ 15.103591] r8169 0000:0b:00.0 eth0: link down
Feb 20 15:21:08 julian-ubuntu kernel: [ 15.103613] r8169 0000:0b:00.0 eth0: link down
Feb 20 15:21:08 julian-ubuntu kernel: [ 15.103631] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Feb 20 15:21:08 julian-ubuntu kernel: [ 15.103924] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Feb 20 15:21:08 julian-ubuntu kernel: [ 15.108045] bbswitch: Result of Optimus _DSM call: 11000059
Feb 20 15:21:08 julian-ubuntu kernel: [ 15.121538] ACPI: Cannot transition to non-D0 state from D3
Feb 20 15:21:08 julian-ubuntu kernel: [ 15.795177] usb 2-1.6: USB disconnect, device number 3
Feb 20 15:21:09 julian-ubuntu kernel: [ 16.740887] r8169 0000:0b:00.0 eth0: link up
Feb 20 15:21:09 julian-ubuntu kernel: [ 16.740895] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Feb 20 15:22:07 julian-ubuntu kernel: [ 73.768738] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=none,decodes=none:owns=none
Feb 20 15:22:07 julian-ubuntu kernel: [ 73.768830] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 310.14 Tue Oct 9 11:52:41 PDT 2012

@Lekensteyn
Copy link
Member

It looks like you are using kernel 3.8. For the ACPI warning in transitioning to from non-D0, there is a workaround for that in the develop branch of bbswitch.

What does /var/log/Xorg.8.log contain?

@julianfern
Copy link
Author

@Lekensteyn Yes, Ubuntu 13.04 does use kernel 3.8 :)
My /var/log/Xorg.8.log file is here: http://paste.ubuntu.com/1691941/

@Lekensteyn
Copy link
Member

Well, this is strange:

[  1260.115] (II) LoadModule: "nvidia"
[  1260.116] (WW) Warning, couldn't open module nvidia
[  1260.116] (II) UnloadModule: "nvidia"
[  1260.116] (II) Unloading nvidia
[  1260.116] (EE) Failed to load module "nvidia" (module does not exist, 0)

The ModulePath is correct, but it still cannot find that package? http://packages.ubuntu.com/raring/amd64/nvidia-experimental-310/filelist

@julianfern
Copy link
Author

Yeah, I saw that too. If I remember correctly, that also happened when I was using the nvidia-current driver, from Ubuntu repo.

I will make another fresh install (must be my 50th by now), and will see what happens if I use the drivers from xorg-edgers. Maybe something happens.

If nothing changes, I will give Quantal a try. But I doubt Quantal will help, since I had problems with Luna too, and that is based on Precise.

Man, I'm sure a unlucky guy...

@Lekensteyn
Copy link
Member

Reinstalling should only be done when you really screwed up something. You don't need to do that just to get this working. First, identify the paths, try to locate the files (nvidia_drv.so; nvidia_current.ko, nvidia_experimental_310.ko or ...), check your Xorg.8.log and your kernel log.

@julianfern
Copy link
Author

Problem is I don't know what to do. I'm not a Linux expert or anything like that, I just write tutorials and news. That makes things a bit more difficult.

My Xorg.8.log and kernel.log files are on this thread. But I could not find nvidia_current.ko or nvidia_experimental_310.ko. In the link you gave me up there, those files don't appear anywhere.

@julianfern
Copy link
Author

Okay, I erased the experimental driver and went back to current. Reverted the changes on bumblebee.conf and tried to run optirun once again.

Now I get this on terminal

optirun -vv glxinfo
[10067.360919] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[10067.361388] [INFO]Configured driver: nvidia
[10067.361440] [ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.
[10067.361450] [DEBUG]Socket closed.
[10067.361466] [ERROR]Could not connect to bumblebee daemon - is it running?

And this on kernel.log:

Feb 20 18:04:26 julian-ubuntu kernel: [ 9808.186035] bbswitch: disabling discrete graphics
Feb 20 18:04:26 julian-ubuntu kernel: [ 9808.186408] bbswitch: Result of Optimus _DSM call: 11000059
Feb 20 18:04:26 julian-ubuntu kernel: [ 9808.199749] pci 0000:01:00.0: Refused to change power state, currently in D0
Feb 20 18:04:26 julian-ubuntu kernel: [ 9808.199767] ACPI: Cannot transition to non-D0 state from D3

@ArchangeGabriel
Copy link
Member

Did you restart bumblebeed ?

@julianfern
Copy link
Author

I did sudo start bumblebeed and since it did not worked, tried rebooting. But still gives me the same error.

The file bumblebee.socket doesn't exist in /var/run/ btw. Should I create it or the PPA should have created it by itself?

@Lekensteyn
Copy link
Member

Does ps uww -C bumblebeed show the bumblebeed process?

@julianfern
Copy link
Author

No.

julian@julian-ubuntu:~$ ps uww -C bumblebeed USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND

@julianfern
Copy link
Author

Now that I restarted again, I'm seeing this on kernel.log:

Feb 20 18:19:13 julian-ubuntu bumblebeed[2676]: Module 'nvidia-current' is not found.
Feb 20 18:19:13 julian-ubuntu bumblebeed[2685]: Module 'nvidia-current' is not found.
Feb 20 18:19:13 julian-ubuntu bumblebeed[2692]: Module 'nvidia-current' is not found.
Feb 20 18:19:13 julian-ubuntu bumblebeed[2699]: Module 'nvidia-current' is not found.
Feb 20 18:19:13 julian-ubuntu bumblebeed[2706]: Module 'nvidia-current' is not found.
Feb 20 18:19:13 julian-ubuntu bumblebeed[2713]: Module 'nvidia-current' is not found.
Feb 20 18:19:13 julian-ubuntu bumblebeed[2720]: Module 'nvidia-current' is not found.
Feb 20 18:19:13 julian-ubuntu bumblebeed[2727]: Module 'nvidia-current' is not found.
Feb 20 18:19:13 julian-ubuntu bumblebeed[2734]: Module 'nvidia-current' is not found.
Feb 20 18:19:13 julian-ubuntu bumblebeed[2741]: Module 'nvidia-current' is not found.
Feb 20 18:19:13 julian-ubuntu bumblebeed[2748]: Module 'nvidia-current' is not found.

@Lekensteyn
Copy link
Member

So, have you installed nvidia-current? If yes, have you installed linux-headers-generic? If yes, could DKMS succesfully build the nvidia_current module?

@julianfern
Copy link
Author

I have installed nvidia-current with the command sudo apt-get install bumblebee-nvidia. I also installed linux-source and linux-headers-generic.

When I first installed it, it build just fine. Then I installed the nvidia-experimental-310 package, and after a few hours, I uninstalled the experimental one and installed bumblebee-nvidia again.

I tryed to rebuild DKMS with sudo dpgk-reconfigure nvidia-current, but nothing happens when I use that command, it just goes to a new line.

@ArchangeGabriel
Copy link
Member

Try sudo apt-get install nvidia-current.

@julianfern
Copy link
Author

Already did. It says nvidia-current is the most up to date package.

@julianfern
Copy link
Author

I will try a fresh install of Quantal. Maybe its some kind of incompatibility with Raring, since the PPA don't even support it.

I will report back in a few seconds. I don't have anything installed on this machine, besides the OS, so its okay.

@julianfern
Copy link
Author

Okay, clean Ubuntu 12.10 install is ready. Now I will do the following:

  1. Add the Bumblebee PPA and partner/proposed repositories;
  2. Run sudo apt-get update;
  3. Run sudo apt-get install linux-source linux-headers-generic;
  4. Run sudo apt-get install bumblebee bumblebee-nvidia;
  5. Reboot.

Then I will see if it works. If it don't, I will edit the bumblebee.conf file to add driver=nvidia. So far, everything is correct, right?

If this works, I then will try to get nvidia-experimental-310. And if that works, I will see if I can get nvidia-experimental-313 from xorg-edgers to run.

But anyway. Installing stuffs now, I will report back once everything is done :)

@ArchangeGabriel
Copy link
Member

You don't need to install linux-source BTW, just linux-headers-generic.

@julianfern
Copy link
Author

Great! One less thing to download :)

@julianfern
Copy link
Author

Weird. It says

Module build for the currently running kernel was skipped since the
kernel source for this kernel does not seem to be installed.

But I did install linux-headers-generic...

@julianfern
Copy link
Author

Installing linux-source to see if that is what is missing.

@Lekensteyn
Copy link
Member

Maybe there is a mismatch between the running kernel and the current kernel (from the repos). Try sudo apt-get install linux-headers-$(uname -r).

@julianfern
Copy link
Author

Seems it worked now:

sudo dpkg-reconfigure nvidia-current
Removing all DKMS Modules
Done.
INFO:Enable nvidia-current
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/put_your_quirks_here
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/lenovo_thinkpad
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude
DEBUG:Processing quirk ThinkPad T420s
DEBUG:Failure to match Hewlett-Packard with LENOVO
DEBUG:Quirk doesn't match
DEBUG:Processing quirk Latitude E6530
DEBUG:Failure to match Hewlett-Packard with Dell Inc.
DEBUG:Quirk doesn't match
Loading new nvidia-current-304.43 DKMS files...
Building only for 3.5.0-17-generic
Building for architecture x86_64
Building initial module for 3.5.0-17-generic
Done.

nvidia_current:
Running module version sanity check.

  • Original module
    • No original module exists within this kernel
  • Installation
    • Installing to /lib/modules/3.5.0-17-generic/updates/dkms/

depmod....

DKMS: install completed.

I will reboot and see if optirun works :)

@julianfern
Copy link
Author

OMG! Its finally working, after almost two days! Thanks soooooooo much guys! Now I just have to figure out how to make it work with Ubuntu 13.04 (Raring) and the use the experimental driver and primus :D

But seriously, thank you soooooo much! But since I'm here, does anyone have any clue about why it did not worked with Raring? Will the PPA be updated for Raring? Unity performance there is almost 200% better :S

@ArchangeGabriel
Copy link
Member

If you use Raring, then you need to use our testin PPA. Not the stable one. AFAIR, it doesn't change a lot of thing, but you'll never know...

@julianfern
Copy link
Author

Yeah, I will try that once I get home. Now that I know how to make this work with Quantal, it will be a lot easier. The only problem I saw so far is that I get worse performance with primus than with optirun, that I guess its because its still in development.

But once again, thanks a lot! Now I can finally go back to work :)

@julianfern
Copy link
Author

It seems Bumblebee don't like Raring, sadly. It did not worked, gives me the socket problem again. All I see on kernel.log is this:

Feb 21 07:16:48 julian-ubuntu kernel: [ 13.364090] nvidia 0000:01:00.0: enabling device (0006 -> 0007)
Feb 21 07:16:48 julian-ubuntu kernel: [ 13.364101] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
Feb 21 07:16:48 julian-ubuntu kernel: [ 13.364225] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 304.64 Tue Oct 30 10:58:20 PDT 2012
Feb 21 07:16:48 julian-ubuntu kernel: [ 13.577645] Console: switching to colour frame buffer device 240x67
Feb 21 07:16:48 julian-ubuntu kernel: [ 13.581743] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Feb 21 07:16:48 julian-ubuntu kernel: [ 13.581744] i915 0000:00:02.0: registered panic notifier
Feb 21 07:16:48 julian-ubuntu kernel: [ 13.581861] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
Feb 21 07:16:48 julian-ubuntu kernel: [ 13.637489] acpi device:37: registered as cooling_device8
Feb 21 07:16:48 julian-ubuntu kernel: [ 13.637595] ACPI: Video Device [PEGP](multi-head: yes rom: yes post: no)
Feb 21 07:16:48 julian-ubuntu kernel: [ 13.637635] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:35/LNXVIDEO:00/input/input11

It works just fine in Quantal, but it don't wanna work on Raring at all. Dammit D8

@Lekensteyn
Copy link
Member

Look in your syslog

@julianfern
Copy link
Author

Its saying Module 'nvidia-current' is not found again. But it did build the DKMS module when I installed bumblebee-nvidia.

Maybe its a problem with 3.8 kernel?

@julianfern
Copy link
Author

This is what I see on dpkg.log:

2013-02-21 07:38:37 upgrade nvidia-current:amd64 304.64-0ubuntu5 304.64-0ubuntu5
2013-02-21 07:38:37 status half-configured nvidia-current:amd64 304.64-0ubuntu5
2013-02-21 07:38:37 status unpacked nvidia-current:amd64 304.64-0ubuntu5
2013-02-21 07:38:37 status half-installed nvidia-current:amd64 304.64-0ubuntu5
2013-02-21 07:38:37 status half-installed nvidia-current:amd64 304.64-0ubuntu5
2013-02-21 07:38:37 status unpacked nvidia-current:amd64 304.64-0ubuntu5
2013-02-21 07:38:37 status unpacked nvidia-current:amd64 304.64-0ubuntu5
2013-02-21 07:38:38 startup packages configure
2013-02-21 07:38:38 configure nvidia-current:amd64 304.64-0ubuntu5
2013-02-21 07:38:38 status unpacked nvidia-current:amd64 304.64-0ubuntu5
2013-02-21 07:38:38 status half-configured nvidia-current:amd64 304.64-0ubuntu5
2013-02-21 07:38:38 status installed nvidia-current:amd64 304.64-0ubuntu5

@Lekensteyn
Copy link
Member

It looks like there is no package "nvidia-current" anymore, it is purely virtual. Try editing bumblebee.conf (ModulePath and KernelModule) and change nvidia-current to nvidia-310 (if you have nvidia-310 installed). Otherwise, use dpkg -l nvidia-\* | grep '^ii' to determine the installed nvidia package.

@julianfern
Copy link
Author

julian@julian-ubuntu:~$ dpkg -l nvidia-* | grep '^ii'
ii nvidia-304 304.64-0ubuntu5 amd64 NVIDIA binary Xorg driver, kernel module and VDPAU library
ii nvidia-current 304.64-0ubuntu5 amd64 Transitional package for nvidia-current
ii nvidia-settings-304 304.64-0ubuntu1 amd64 Tool for configuring the NVIDIA graphics driver

Should I use nvidia-304 then?

@Lekensteyn
Copy link
Member

Cool, I just looked in the build files, and it seems possible to use nvidia instead. Can you show me the output of:
modinfo nvidia nvidia-304 nvidia-current?

@julianfern
Copy link
Author

modinfo nvidia nvidia-304 nvidia-current
ERROR: Module nvidia not found.
filename: /lib/modules/3.8.0-7-generic/updates/dkms/nvidia_304.ko
alias: char-major-195-*
version: 304.64
supported: external
license: NVIDIA
alias: pci:v000010DEd00000E00sv_sd_bc04sc80i00*
alias: pci:v000010DEd00000AA3sv_sd_bc0Bsc40i00*
alias: pci:v000010DEd_sv_sd_bc03sc02i00_
alias: pci:v000010DEd_sv_sd_bc03sc00i00_
depends:
vermagic: 3.8.0-7-generic SMP mod_unload modversions
parm: NVreg_EnableVia4x:int
parm: NVreg_EnableALiAGP:int
parm: NVreg_ReqAGPRate:int
parm: NVreg_EnableAGPSBA:int
parm: NVreg_EnableAGPFW:int
parm: NVreg_Mobile:int
parm: NVreg_ResmanDebugLevel:int
parm: NVreg_RmLogonRC:int
parm: NVreg_ModifyDeviceFiles:int
parm: NVreg_DeviceFileUID:int
parm: NVreg_DeviceFileGID:int
parm: NVreg_DeviceFileMode:int
parm: NVreg_RemapLimit:int
parm: NVreg_UpdateMemoryTypes:int
parm: NVreg_InitializeSystemMemoryAllocations:int
parm: NVreg_UseVBios:int
parm: NVreg_RMEdgeIntrCheck:int
parm: NVreg_UsePageAttributeTable:int
parm: NVreg_EnableMSI:int
parm: NVreg_MapRegistersEarly:int
parm: NVreg_RegisterForACPIEvents:int
parm: NVreg_RegistryDwords:charp
parm: NVreg_RmMsg:charp
parm: NVreg_NvAGP:int
ERROR: Module nvidia-current not found.

@julianfern
Copy link
Author

Fixed it. Just changed every nvidia-current instance on bumbleebe.conf to nvidia-304 and its working like a charm :)

Lekensteyn added a commit that referenced this issue Feb 21, 2013
As reported on GH-330, bumblebeed bails out when the KernelDriver line is set to
"nvidia", even though an alias exist in /etc/modprobe.d/. Instead of using
`modinfo` to determine the existence of a module, use `modprobe --dry-run` to
determine whether a module is available.

This should also catch errors earlier when `nouveau` is aliased to `off` for
example in which case the module must be considered "unavailable".
@Lekensteyn
Copy link
Member

The issue that you were experiencing with Raring is fixed in the develop branch and will end up later in Raring.

@julianfern
Copy link
Author

Cool :)
Now I just need to make primus to work too. I changed every nvidia-current instance to nvidia-304, but it don't work. Is that a bug too?

@ArchangeGabriel
Copy link
Member

Can you paste your current primusrun script somewhere, and list what you did for compiling primus ?

@julianfern
Copy link
Author

Sorry for the delay, was comming home. Anyoway, my primusrun script is here: http://paste.ubuntu.com/1700855/

To install it I used this PPA: ppa:zhurikhin/primus

@ArchangeGabriel
Copy link
Member

Currently, this packages are broken, we're going to release new ones with Bumblebee 3.1, today I hope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants