Page 1 of 1

[SOLVED] kernel 3.6.0-rc3 and nvidia 304.37

PostPosted: Aug 25th, '12, 23:57
by mmix
ok, for the record, there is 2 issues here.
problem 1 is solved, i am find the way to solve problem 2.

1. nvidia kernel module compile error.
http://www.nvnews.net/vbulletin/showthread.php?t=187620

Fix
---
- acpi_os_wait_events_complete(NULL);
+ acpi_os_wait_events_complete();


2. nvidia exec format error
https://bbs.archlinux.org/viewtopic.php?id=139130

Code: Select all
Error: could not insert 'nvidia' :Exec format error

Re: kernel 3.6.0-rc3 and nvidia 304.37

PostPosted: Aug 26th, '12, 00:37
by alf
there's another annoyance with the 304. If you're running a nvidia optimus machine it will overwrite the openGL file for the intel-card so that no use of GLX is possible with th intel-card. I solved the problem by installing the driver from the nvidia-homepage using the option "--no-opengl-files"(don't know if this can also be done by installing the driver from the repos)

Re: [SOLVED] kernel 3.6.0-rc3 and nvidia 304.37

PostPosted: Sep 1st, '12, 13:04
by mmix
solved problem 1, 2.

problem 1:
-> use nvidia 304.43 or patched 304.37

problem 2:
-> disable linux kernel CONFIG_MODVERSIONS
-> make oldconfig && make && sudo make modules_install && sudo make install
-> rerun nvidia installer.

--
PS: also, it works fine with kernel 3.6.0-rc4.