mga_vid with 2.6.24?
ael <[email protected]> Sun, 03 Feb 2008 16:00:04 +0000
| Newsgroups | gmane.comp.video.mplayer.user.matrox |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am new to mga_vid and this list. I just checked out mga_vid from the svn and tried to compile against 2.6.24. It failed with a complaint that 'struct kobject' has no member named 'name' The gory detail: ----------------------------------------------------------------------- $ make mga_vid make -C /lib/modules/`uname -r`/build M=`pwd` modules make[1]: Entering directory `/fs1/local/src/kernel-git/stable/linux-2.6.24.y' CC [M] /fs1/local/src/mga_vid/subversion/mga_vid/mga_vid/trunk/mga_vid.o /fs1/local/src/mga_vid/subversion/mga_vid/mga_vid/trunk/mga_vid.c: In function 'mga_vid_find_card': /fs1/local/src/mga_vid/subversion/mga_vid/mga_vid/trunk/mga_vid.c:787: warning: 'pci_find_device' is deprecated (declared at include/linux/pci.h:492) /fs1/local/src/mga_vid/subversion/mga_vid/mga_vid/trunk/mga_vid.c: In function 'mga_vid_initialize': /fs1/local/src/mga_vid/subversion/mga_vid/mga_vid/trunk/mga_vid.c:1106: error: 'struct kobject' has no member named 'name' make[2]: *** [/fs1/local/src/mga_vid/subversion/mga_vid/mga_vid/trunk/mga_vid.o] Error 1 make[1]: *** [_module_/fs1/local/src/mga_vid/subversion/mga_vid/mga_vid/trunk] Error 2 make[1]: Leaving directory `/fs1/local/src/kernel-git/stable/linux-2.6.24.y' make: *** [mga_vid] Error 2 ------------------------------------------------------------------------ Is mga_vid supposed to compile with the current stable kernel? If not, which is the latest version that works? ael