johntramp
04-28-2004, 11:54 PM
ok, I gave up on trying to install the drivers from the installer for my nvidia card, and am trying to install from the old source files. -well I think thats what they are :S
I am following this (http://www.linuxquestions.org/questions/showthread.php?s=&threadid=64133&highlight=nvidia+install) guide which is for slackware even though I am running debian sid. I have downloaded the files and run make && make install on the NVIDIA_GLX files, but when I try to do the same on the NVIDIA_kernel files I get these errors
nv.c: In function `nv_kern_ioctl':
nv.c:1525: error: structure has no member named `uc'
nv.c: In function `nv_kern_isr':
nv.c:1668: warning: implicit declaration of function `queue_task'
nv.c:1668: error: `tq_immediate' undeclared (first use in this function)
nv.c:1668: error: (Each undeclared identifier is reported only once
nv.c:1668: error: for each function it appears in.)
nv.c:1669: warning: implicit declaration of function `mark_bh'
nv.c:1669: error: `IMMEDIATE_BH' undeclared (first use in this function)
nv.c: In function `nv_kern_ctl_open':
nv.c:1763: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /usr/include/linux/module.h:482)
nv.c: In function `nv_kern_ctl_close':
nv.c:1828: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /usr/include/linux/module.h:494)
nv.c: In function `nv_kern_read_agpinfo':
nv.c:1963: error: structure has no member named `name'
nv.c: At top level:
nv.c:39: error: storage size of `nv_bottom_halves' isn't known
make: *** [nv.o] Error 1
can anyone help me out?
Thanks
I am following this (http://www.linuxquestions.org/questions/showthread.php?s=&threadid=64133&highlight=nvidia+install) guide which is for slackware even though I am running debian sid. I have downloaded the files and run make && make install on the NVIDIA_GLX files, but when I try to do the same on the NVIDIA_kernel files I get these errors
nv.c: In function `nv_kern_ioctl':
nv.c:1525: error: structure has no member named `uc'
nv.c: In function `nv_kern_isr':
nv.c:1668: warning: implicit declaration of function `queue_task'
nv.c:1668: error: `tq_immediate' undeclared (first use in this function)
nv.c:1668: error: (Each undeclared identifier is reported only once
nv.c:1668: error: for each function it appears in.)
nv.c:1669: warning: implicit declaration of function `mark_bh'
nv.c:1669: error: `IMMEDIATE_BH' undeclared (first use in this function)
nv.c: In function `nv_kern_ctl_open':
nv.c:1763: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /usr/include/linux/module.h:482)
nv.c: In function `nv_kern_ctl_close':
nv.c:1828: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /usr/include/linux/module.h:494)
nv.c: In function `nv_kern_read_agpinfo':
nv.c:1963: error: structure has no member named `name'
nv.c: At top level:
nv.c:39: error: storage size of `nv_bottom_halves' isn't known
make: *** [nv.o] Error 1
can anyone help me out?
Thanks