|
|
#1 | |
|
Registered User
Join Date: Jan 2006
Posts: 6
|
Compiling the driver won't work with kernel 2.6.16-20 or even -16.
It worked with 2.6.16-8, but after that I haven't been able to compile it... I have an ASUS A8N-VM CSM with the latest BIOS (0901) with the fixed ACPI... Please help!!! |
|
|
|
|
|
|
#2 | |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
I'm afraid that I don't know what a 2.6.16-20 kernel is, however that motherboard doesn't need the NFORCE driver to support sound or networking. There's a few other lengthy threads on this forum that discuss how to enable enable full support for this motherboard.
Thanks, Lonni |
|
|
|
|
|
|
#3 |
|
Join Date: Jul 2005
Posts: 49
|
On my Gentoo box i got problem that looks same; was trying to install 0310 driver on new kernel 2.6.17-rc3 (got it by 'emerge vanilla-sources')
Code:
-> No precompiled kernel interface was found to match your kernel; this means
that the installer will need to compile a new kernel interface.
-> Kernel source path: '/usr/src/linux'
-> Kernel output path: '/usr/src/linux'
-> Performing cc_version_check with CC="cc".
-> running command /bin/grep "^PATCHLEVEL =" /usr/src/linux/Makefile |
/usr/bin/cut -d " " -f 3
-> Kernel module filename is nvnet.ko
Cleaning kernel module build directory.
executing: 'cd ./nvnet; make clean'...
rm -f *.ko *mod.* *.cmd nvenet.o nvenetif.o nvnet.o *~ core
-> Building kernel module:
executing: 'cd ./nvnet; make module SYSSRC=/usr/src/linux SYSOUT=/usr/src/li
nux'...
make -C /usr/src/linux \
KBUILD_SRC=/usr/src/linux-2.6.17-rc3 \
KBUILD_EXTMOD="/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet" -f /us
r/src/linux-2.6.17-rc3/Makefile modules
rm -rf /tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/.tmp_versions
mkdir -p /tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/.tmp_versions
make -f /usr/src/linux-2.6.17-rc3/scripts/Makefile.build obj=/tmp/selfgz1258
8/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet
cc -Wp,-MD,/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/.nvenet.o
.d -nostdinc -isystem /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include -D__KERN
EL__ -Iinclude -Iinclude2 -I/usr/src/linux-2.6.17-rc3/include -include inclu
de/linux/autoconf.h -I/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet
-Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-c
ommon -Os -fomit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary
=2 -fno-unit-at-a-time -march=k8 -ffreestanding -I/usr/src/linux-2.6.17-rc3/
include/asm-i386/mach-default -Iinclude/asm
-i386/mach-default -Wdeclaration-after-statement -DDRIVERVER=\"9999\" -I/tm
p/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet -Wall -Wimplicit -Wreturn
-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno
-multichar -Werror -O -MD -Wno-cast-qual -Wno-error -DMODULE -D"KBUILD_STR(s
)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvenet)" -D"KBUILD_MODNAME=KBUILD_STR(n
vnet)" -c -o /tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/.tmp_nven
et.o /tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c
In file included from include/linux/list.h:7,
from include/linux/wait.h:23,
from include/asm/semaphore.h:41,
from include/linux/sched.h:20,
from include/linux/module.h:10,
from /tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/
nvenet.h:20,
from /tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/
nvenet.c:22:
include/linux/prefetch.h: In function `prefetch_range':
include/linux/prefetch.h:62: warning: pointer of type `void *' used in arith
metic
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:559,
from /tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/
nvenet.h:32,
from /tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/
nvenet.c:22:
include/asm/io.h: In function `check_signature':
include/asm/io.h:246: warning: wrong type argument to increment
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c: At top level
:
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:217: error: s
yntax error before string constant
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:217: warning:
type defaults to `int' in declaration of `MODULE_PARM'
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:217: warning:
function declaration isn't a prototype
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:217: warning:
data definition has no type or storage class
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:220: error: s
yntax error before string constant
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:220: warning:
type defaults to `int' in declaration of `MODULE_PARM'
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:220: warning:
function declaration isn't a prototype
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:220: warning:
data definition has no type or storage class
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:223: error: s
yntax error before string constant
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:223: warning:
type defaults to `int' in declaration of `MODULE_PARM'
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:223: warning:
function declaration isn't a prototype
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:223: warning:
data definition has no type or storage class
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:226: error: s
yntax error before string constant
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:226: warning:
type defaults to `int' in declaration of `MODULE_PARM'
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:226: warning:
function declaration isn't a prototype
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:226: warning:
data definition has no type or storage class
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:229: error: s
yntax error before string constant
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:229: warning:
type defaults to `int' in declaration of `MODULE_PARM'
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:229: warning:
function declaration isn't a prototype
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:229: warning:
data definition has no type or storage class
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:232: error: s
yntax error before string constant
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:232: warning:
type defaults to `int' in declaration of `MODULE_PARM'
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:232: warning:
function declaration isn't a prototype
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:232: warning:
data definition has no type or storage class
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:235: error: s
yntax error before string constant
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:235: warning:
type defaults to `int' in declaration of `MODULE_PARM'
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:235: warning:
function declaration isn't a prototype
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:235: warning:
data definition has no type or storage class
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:238: error: s
yntax error before string constant
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:238: warning:
type defaults to `int' in declaration of `MODULE_PARM'
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:238: warning:
function declaration isn't a prototype
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:238: warning:
data definition has no type or storage class
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:241: error: s
yntax error before string constant
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:241: warning:
type defaults to `int' in declaration of `MODULE_PARM'
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:241: warning:
function declaration isn't a prototype
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:241: warning:
data definition has no type or storage class
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:244: error: s
yntax error before string constant
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:244: warning:
type defaults to `int' in declaration of `MODULE_PARM'
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:244: warning:
function declaration isn't a prototype
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:244: warning:
data definition has no type or storage class
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:247: error: s
yntax error before string constant
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:247: warning:
type defaults to `int' in declaration of `MODULE_PARM'
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:247: warning:
function declaration isn't a prototype
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:247: warning:
data definition has no type or storage class
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:250: error: s
yntax error before string constant
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:250: warning:
type defaults to `int' in declaration of `MODULE_PARM'
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:250: warning:
function declaration isn't a prototype
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:250: warning:
data definition has no type or storage class
/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.c:336: warning:
initialization from incompatible pointer type
make[4]: *** [/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet/nvenet.o
] Ошибка 1
make[3]: *** [_module_/tmp/selfgz12588/NFORCE-Linux-x86-1.0-0310-pkg1/nvnet]
Ошибка 2
make[2]: *** [modules] Ошибка 2
-> Error.
__________________
I hate 99% of emotes, 100% of animated ones and [I]especially[/I] incarnations of that damned dancing banana one! Three things that rock: adblock+, bugmenot and MEDVED |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Sep 2004
Posts: 783
|
Quote:
|
|
|
|
|
|
|
#5 |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
forcedeth is the current recommendation.
Thanks, Lonni |
|
|
|
|
|
#6 | |
|
Join Date: Jul 2005
Posts: 49
|
Quote:
[code="http://nvidia.com/object/unix.html"] nForce Drivers Linux IA32 Drivers Latest Version: 1.0-0310 [/code]
__________________
I hate 99% of emotes, 100% of animated ones and [I]especially[/I] incarnations of that damned dancing banana one! Three things that rock: adblock+, bugmenot and MEDVED |
|
|
|
|
|
|
#7 | |
|
Registered User
Join Date: Sep 2004
Posts: 783
|
Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Random crashes, NVRM Xid messages | Iesos | NVIDIA Linux | 90 | 10-04-12 03:27 AM |
| Corrupted display - 302.17 - Dell Precision T3500 (G98 [Quadro NVS 295]) | gbailey | NVIDIA Linux | 1 | 06-27-12 10:24 AM |
| UEFI+Nvidia - NVRM: Your system is not currently configured to drive a VGA console... | interzoneuk | NVIDIA Linux | 0 | 06-26-12 04:51 AM |
| xorg locks-up with newest nvidia drivers w/ vdpau. | theroot | NVIDIA Linux | 1 | 06-24-12 11:04 AM |
| Crash when logout from X | TGL | NVIDIA Linux | 10 | 09-13-02 08:22 PM |