View previous topic :: View next topic |
Author |
Message |
DamnDirtyApe n00b
Joined: 08 Jan 2003 Posts: 38 Location: Prince George, British Columbia, Canada
|
Posted: Fri Jan 23, 2004 5:39 pm Post subject: nvida drivers incompatible with 2.6.2-rc1-mm1? |
|
|
G'day!
Last night I tried out the -mm1 patch on the 2.6.2-rc1 kernel. Compiled and booted fine, but when I tried to start X, it complained about the nvidia drivers; something about tainting the kernel. This hasn't been a problem in all my updates since 2.4.20, but I've only been running plain vanilla kernels until now. Is this a known problem, and is there a way around it?
Thanks! |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54809 Location: 56N 3W
|
Posted: Fri Jan 23, 2004 7:35 pm Post subject: |
|
|
DamnDirtyApe,
The tainted kernel message is a warning not an error and has always been there with the nVidia drivers. The system knows they are not GPL, and warns you. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
Chaosite Guru
Joined: 13 Dec 2003 Posts: 540 Location: Right over here.
|
Posted: Sat Jan 24, 2004 11:00 am Post subject: |
|
|
GPL?
This has nothing to do with tainting the kernel that way. The Linux Kernel could care less whether modules were GPL or 100% Microsoft EULA.
The kernel complains because the nVidia module does not have a magic cookie that matches its own (or more precisely, because the nVidia module does not have a magic cookie at all).
Since the magic cookie contains information that lets the kernel know if a module is compatible with it, if there is no information then the kernel doesn't know what went in and whether or not it will work. |
|
Back to top |
|
|
|