On Do, 05.04.07 16:49 Brad Fuller <brad(a)sonaural.com> wrote:
Thomas Kuther wrote:
On Mo, 12.03.07 17:22 "Reuben Martin"
<reuben.m(a)gmail.com> wrote:
I believe only the migration helpers patch is
needed for the legacy
96** series.
Yes, the kmem_cache_t removal patch is not important. The new 9755
driver doesn't need to be patched at all.
Tom
> On 3/12/07, Thomas Kuther <gimpel(a)sonnenkinder.org> wrote:
>
>> On Mo, 12.03.07 19:00 David Baron <d_baron(a)012.net.il> wrote:
>>
>>
>>> At least the 9631 version of the Nvidia video driver did not
>>> compile after the patch was applied and the kernel successfully
>>> build and booted. Same would definitely hold for older Nvidia
>>> versions and possibly newer ones as well.
>>>
>>> Problem: A bunch of obseleted #define SA_..... entries
>>> in the linux source/include/linux/interrupt.h
>>>
>>> They say do not use in newer code but Nvidia does need them.
>>>
>>> Solution: Copy these from an older or unpatched version of this
>>> file and then paste into the new one. One need not rebuild the
>>> kernel since these are no longer used there. After do this,
>>> Nvidia will build and run fine (so far).
>>>
>> Don't "fix" the kernel, but fix the drivers ;)
>> Patches for 9746 driver attached.
>>
Tom,
where did you get these patches? I have an MX4000 and apparently the
last nvidia driver to support this chipset is v9731, but I can't get
it to work. I assume I need these patches and possibly copy over the
obsoleted #define SA_..... entries?
And, what is the "migration helpers patch"?
Basically: do you know what I need to do to make the nvidia driver
version that works for MX4000 work?
thanks!
brad
The migration helper patch just fixes that SA.. IRQ stuff.. one liner.
I don't know what version of nvidia driver works for your MX4000, but
if the new generation one works (it should down to GF4 cards),
then just use the latest 9755 version, that works fine without patches.
For the legacy drivers, there are patches for newer kernels available,
latest I'm aware of is 2.6.19 (Gentoo portage holds a patch for that)
Cheers,
Tom