MrMEEE / ironhide

Optimus Support for Linux Through VirtualGL - PPA version also available: https://launchpad.net/~mj-casalogic/+archive/ironhide
http://www.martin-juhl.dk
88 stars 0 forks source link

dell n5110, FATAL: Error inserting nvidia_current - No such device #221

Open kutdus opened 12 years ago

kutdus commented 12 years ago

hello my laptop dell n5110: i5-2410, Nvidia gt525m ironhide installed on a clean system ubuntu 11.10 after a restart, when the team optirun

$ optirun glxgears-info file: Cannot open o '(No such file or directory). file: Cannot openo '(No such file or directory).

although lspci-vnnn

01:00.0 VGA compatible controller [0300]: nVidia Corporation Device [10de: 0df5](rev a1) (prog-if 00 [VGA controller]) Subsystem: Dell Device [1028:04 ca] Flags: fast devsel, IRQ 16 Memory at f5000000 (32-bit, non-prefetchable) [size =. 16M] Memory at e0000000 (64-bit, prefetchable) [size = 256M] Memory at f0000000 (64-bit, prefetchable) [size = 32M] I / O ports at e000 [size = 128] [virtual] Expansion ROM at f6000000 [disabled] [size = 512K] Capabilities: Kernel modules: nvidia_current, nouveau, nvidiafb

What should I do? I wait for your instructions.

kutdus commented 12 years ago

i am make: $sudo ironhide-settings

then change "Always enable the nVidia card before disabling" option to "No" reboot

Now have new problem: when write optirun - work intel card, nvidia dont work.

~$ optirun glxgears -info file: Cannot open o' (No such file or directory). file: Cannot openo' (No such file or directory). Running synchronized to the vertical refresh. The framerate should be approximately the same as the monitor refresh rate. GL_RENDERER = Mesa DRI Intel(R) Sandybridge Mobile GL_VERSION = 2.1 Mesa 7.11 GL_VENDOR = Tungsten Graphics, Inc

~$ lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) 01:00.0 VGA compatible controller: nVidia Corporation Device 0df5 (rev ff)

~$ sudo /usr/local/bin/ironhide-enablecard _PS0 Enabling nVidia Card Succeded. FATAL: Error inserting nvidia_current (/lib/modules/3.0.0-12-generic/updates/dkms/nvidia_current.ko): No such device

~$ lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) 01:00.0 VGA compatible controller: nVidia Corporation Device 0df5 (rev a1)

newtoopensuse commented 12 years ago

Then you should check if nvidia_current.ko exists in /lib/modules/3.0.0-12-generic/updates/dkms

If it isn't there, make sure that you have got every thing for ubuntu to properly compile nvidia_current.ko i.e, sudo apt-get install build-essential dkms linux-headers-3.0.0-12-generic

I only had this error: 'FATAL: Error inserting nvidia_current (/lib/modules/3.0.0-12-generic/updates/dkms/nvidia_current.ko): No such device' when I was running the pae kernel. I switched to the 64 bit kernel and everything is running fine now. My machine's specifications Dell 15R N5110 with Nvidia 525M Ubuntu 11.10 x64 with kernel 3.0.0-14-generic

kutdus commented 12 years ago

how do you put ironhide? I think to reinstall the system and started again.

Lekensteyn commented 12 years ago

Try Bumblebee as described in http://askubuntu.com/a/36936/6969 (for upgrading, see http://wiki.bumblebee-project.org/Upgrading-on-Ubuntu)