Re: [PATCH] add udev support to mga_vid svn
Peter Magnusson <[email protected]> Wed, 9 Aug 2006 14:26:18 +0200 (CEST)
| Newsgroups | gmane.comp.video.mplayer.user.matrox |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 9 Aug 2006, Attila Kinali wrote: > On Tue, 8 Aug 2006 11:42:07 +0200 (CEST) > Peter Magnusson <[email protected]> wrote: > >> Possible to remove the checking of version? > > Do not do that! There is a reason why the kernel checks > whether the module was compile with the same settings > as the kernel and complains if not. The error message > uses the version string, but the check is actualy against > a certain subset of options (those that change important > structures). Hmm.. Ok. To me it seems just like it doesnt get that its the smp version that are running. Come on, someone else must have compiled mga_vid on smp? Did it work? > If you have problems compiling mga_vid with the kernel > source provided by FC, either complain to them to provide > the exact kernel source with the exact configuration you > are running. Or build a kernel yourself (see kernel HOWTO) I have the source with the kernel cfg.. Humm, but CONFIG_SMP isnt set: [iocc@flashdance 2.6.17-1.2157_FC5-i686]$ grep -i smp .config CONFIG_BROKEN_ON_SMP=y # CONFIG_SMP is not set # CONFIG_X86_BIGSMP is not set CONFIG_X86_FIND_SMP_CONFIG=y But mga_vid doesnt care about what the .config says I guess? I guess I'll have to build my own kernel if nothing else work. (I have too many computers, I want to avoid to build kernels if its possible).