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

[Vostro 3300] Error adding nvidia-current module #184

Closed franciscoruiz closed 12 years ago

franciscoruiz commented 12 years ago

Hi,

I'm not able to load the nvidia-current module via modprobe:

FATAL: Error inserting nvidia_current (/lib/modules/3.0.0-14-generic-pae/updates/dkms/nvidia_current.ko): No such device

VGA controllers:

00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 18) (prog-if 00 [VGA controller])
01:00.0 VGA compatible controller [0300]: nVidia Corporation GT218 [GeForce 310M] [10de:0a75] (rev a2) (prog-if 00 [VGA controller])

System information:

Linux fran-Vostro-3300 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686 i686 i386 GNU/Linux

/var/log/Xorg.8.log

...
[   476.219] (II) LoadModule: "nvidia"
[   476.219] (II) Loading /usr/lib/nvidia-current/xorg/nvidia_drv.so
[   476.219] (II) Module nvidia: vendor="NVIDIA Corporation"
[   476.220]    compiled for 4.0.2, module version = 1.0.0
[   476.220]    Module class: X.Org Video Driver
[   476.222] (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
[   476.222] (EE) NVIDIA:     system's kernel log for additional error messages.
[   476.222] (II) UnloadModule: "nvidia"
[   476.222] (II) Unloading nvidia
[   476.222] (EE) Failed to load module "nvidia" (module-specific error, 0)
...

/var/log/kern.log

...
Nov 29 00:01:20 fran-Vostro-3300 kernel: [   93.714040] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:0a75) installed
Nov 29 00:01:20 fran-Vostro-3300 kernel: [   93.714042] NVRM: in this system is not supported by the 280.13 NVIDIA Linux
Nov 29 00:01:20 fran-Vostro-3300 kernel: [   93.714043] NVRM: graphics driver release.  Please see 'Appendix A -
Nov 29 00:01:20 fran-Vostro-3300 kernel: [   93.714045] NVRM: Supported NVIDIA GPU Products' in this release's README,
Nov 29 00:01:20 fran-Vostro-3300 kernel: [   93.714046] NVRM: available on the Linux graphics driver download page at
Nov 29 00:01:20 fran-Vostro-3300 kernel: [   93.714048] NVRM: www.nvidia.com.
Nov 29 00:01:20 fran-Vostro-3300 kernel: [   93.714056] nvidia 0000:01:00.0: PCI INT A disabled
Nov 29 00:01:20 fran-Vostro-3300 kernel: [   93.714066] nvidia: probe of 0000:01:00.0 failed with error -1
Nov 29 00:01:20 fran-Vostro-3300 kernel: [   93.714101] NVRM: The NVIDIA probe routine failed for 1 device(s).
Nov 29 00:01:20 fran-Vostro-3300 kernel: [   93.714103] NVRM: None of the NVIDIA graphics adapters were initialized!
Nov 29 00:02:06 fran-Vostro-3300 kernel: [  139.143799] nvidia 0000:01:00.0: Refused to change power state, currently in D3
Nov 29 00:02:06 fran-Vostro-3300 kernel: [  139.143815] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
...

I've checked the models supported by nvidia-current and mine is listed as such. I'll try to upgrade to the latest nvidia driver to see what happens.

Lekensteyn commented 12 years ago

It looks like you've harmful acpi call scripts.

Try Bumblebee as described in http://askubuntu.com/a/36936/6969 (for upgrading, see http://wiki.bumblebee-project.org/Upgrading-on-Ubuntu). If your issue is solved, press the Close button to lower the load on Martin.

franciscoruiz commented 12 years ago

Thanks. I'm not going to dig into that now, so I'll close the ticket anyway. Thank you again.