z0rc / debumblebee

DEPRECATED. Don't use it anymore — Optimus graphics support for Debian through VirtualGL
http://suwako.nomanga.net/
GNU General Public License v3.0
26 stars 2 forks source link

FATAL: Error inserting nvidia (/lib/modules/3.1.0-1-amd64/updates/dkms/nvidia.ko): No such device #42

Closed Lexiss closed 13 years ago

Lexiss commented 13 years ago

Hello, My problem with optirun when POWER_SAVE=yes

bilou@Squeeze:~$ optirun glxgears
FATAL: Error inserting nvidia (/lib/modules/3.1.0-1-amd64/updates/dkms/nvidia.ko): No such device
Enabling nVidia card failed.
Error: debumblebee service was not able to start.
Actually this means that launch of X server for nVidia card failed for some reason.
You may check the log at /var/log/Xorg.8.log
ERROR: Module nvidia does not exist in /proc/modules
Disabling nVidia card succeded.

xorg.8.log --> http://pastebin.com/VqZBSVSd kern.log --> http://pastebin.com/Qy1KyZgf

Recommended packages are installed. Debian: sid x86-64; Nvidia: 290.10; Laptop model: Dell Inspiron N5110, Intel i7, GeForce 525M GPU

Thank for your help and sorry for my english...

z0rc commented 13 years ago

FATAL: Error inserting nvidia (/lib/modules/3.1.0-1-amd64/updates/dkms/nvidia.ko): No such device

This means that your enablecard script wasn't able to bring your card up. Most likely you are using wrong acpi calls.

z0rc commented 13 years ago

What is the output of lspci after boot, after running disablecard, after running enablecard? Also never enable POWER_SAVE option if you haven't tested your scripts.

Lexiss commented 13 years ago

Thank for answer I think acpi-call work :

Nov 26 13:20:45 Squeeze kernel: [ 1847.540423] acpi_call: Calling \_SB.PCI0.PEG0.PEGP._PS0
Nov 26 13:20:46 Squeeze kernel: [ 1848.060876] acpi_call: Call successful: 0x4ca1028

no ?

z0rc commented 13 years ago

This result doesn't mean anything. It just says that function you called returned value. It may indicate anything, success or failure.

z0rc commented 13 years ago

Also I'm not going to debug any acpi calls without actual hardware on hands. It's all up to you. Closing.