Re: [PATCH] add udev support to mga_vid svn

Peter Magnusson <[email protected]> Tue, 8 Aug 2006 11:42:07 +0200 (CEST)
Newsgroups gmane.comp.video.mplayer.user.matrox
Message-ID <[email protected]>
On Mon, 7 Aug 2006, Tamas, Gergely wrote:

> Hi,
>
> > HOWEVER, it doesnt work anyway. Probably because of my fake SMP (HT intel).
> > I compiles nicely but it installs in /lib/modules/2.6.17-1.2157_FC5/extra
> > and not in /lib/modules/2.6.17-1.2157_FC5smp/extra like it should.
> > If I copy it to the correct place I get the same errors as above.
>
> Did you compile against the right kernel source? You could try to set
> KERNEL_DIR variable in Makefile .

I only have one source installed.

[root@flashdance kernels]# pwd
/usr/src/kernels
[root@flashdance kernels]# ll
total 4
drwxr-xr-x 18 root 4096 Jul 20 04:14 2.6.17-1.2157_FC5-i686/
lrwxrwxrwx  1 root   22 Jul 20 04:14 2.6.17-1.2157_FC5-smp-i686 -> 
2.6.17-1.2157_FC5-i686/
[root@flashdance kernels]#

I changed the Makefile to:
KERNEL_DIR := /usr/src/kernels/2.6.17-1.2157_FC5-i686
and
KERNEL_DIR := /usr/src/kernels/2.6.17-1.2157_FC5-smp-i686
but still the same problem.

Possible to remove the checking of version?