PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : nvorce treiber unter mdk 10 instalieren



IceBox
16.05.04, 00:18
ich bekomm des net hin machso so wie in den hilfe files steht und bekomme nur fehlermeldungen :mad:
welche pakete muss ich mir da genau saugen / installn damit des endlich mal geht?

hab mdk 10 kernel: 2.6.3-4mdk

Schmolleg
16.05.04, 11:08
Was geht denn henau nicht ?
Wenn du ein nforce2 chipsatz hast brauchst du nur den Netzwerkkarten Treiber. Sonst nichts.

DebX
16.05.04, 13:21
ich bekomm des net hin machso so wie in den hilfe files steht und bekomme nur fehlermeldungen :mad:
welche pakete muss ich mir da genau saugen / installn damit des endlich mal geht?

hab mdk 10 kernel: 2.6.3-4mdk

Hallo,

kenne ich, als ich mal MDK installt hatte fehlten die Kernel Sourcen, sieh mal ob die bei dir Installiet sind, ansonsten installier se nach.
Danach sollte es gehen.

Gruß

d Bockehaamer

IceBox
16.05.04, 15:39
die Kernel Sourcen sind mit installt, ich will den nur draufmachen das der sound edlich mal richtig geht is alles total verzert, ab und zu wird der schneller oder kommt ins stocken
ich machs so wie es in der doku steht und das ist das ergebniss:
[trance@blue nforce]$ make
make -C nvnet
make[1]: Entering directory `/home/trance/1/nforce/nvnet'
cc -c -Wall -DLINUX -DMODULE -DEXPORT_SYMTAB -D__KERNEL__ -O -Wstrict-prototypes -DCONFIG_PM -fno-strict-aliasing -mpreferred-stack-boundary=2 -march=i686 -falign-functions=4 -DMODULE -I/usr/src/linux-2.6.3/include nvnet.c
In file included from /usr/include/linux/cpumask.h:8,
from /usr/include/linux/sched.h:14,
from /usr/include/linux/module.h:9,
from nvnet.h:20,
from nvnet.c:21:
/usr/include/linux/bitmap.h: In function `bitmap_shift_right':
/usr/include/linux/bitmap.h:85: error: `__shr_tmp' undeclared (first use in this function)
/usr/include/linux/bitmap.h:85: error: (Each undeclared identifier is reported only once
/usr/include/linux/bitmap.h:85: error: for each function it appears in.)
/usr/include/linux/bitmap.h: In function `bitmap_shift_left':
/usr/include/linux/bitmap.h:98: error: `__shl_tmp' undeclared (first use in this function)
In file included from /usr/include/linux/sched.h:14,
from /usr/include/linux/module.h:9,
from nvnet.h:20,
from nvnet.c:21:
/usr/include/linux/cpumask.h:10:5: missing binary operator before token "("
/usr/include/linux/cpumask.h:34:5: missing binary operator before token "("
In file included from /usr/include/asm/siginfo.h:4,
from /usr/include/linux/signal.h:7,
from /usr/include/linux/sched.h:24,
from /usr/include/linux/module.h:9,
from nvnet.h:20,
from nvnet.c:21:
/usr/include/asm-generic/siginfo.h: At top level:
/usr/include/asm-generic/siginfo.h:53: error: size of array `_pad' is too large
In file included from /usr/include/linux/gfp.h:4,
from /usr/include/linux/slab.h:15,
from /usr/include/linux/percpu.h:4,
from /usr/include/linux/sched.h:30,
from /usr/include/linux/module.h:9,
from nvnet.h:20,
from nvnet.c:21:
/usr/include/linux/mmzone.h:333: error: parse error before '(' token
/usr/include/linux/mmzone.h:334: error: parse error before numeric constant
In file included from /usr/include/linux/module.h:20,
from nvnet.h:20,
from nvnet.c:21:
/usr/include/asm/module.h:54:2: #error unknown processor family
In file included from /usr/include/linux/irq.h:20,
from /usr/include/asm/hardirq.h:6,
from /usr/include/linux/interrupt.h:11,
from nvnet.h:30,
from nvnet.c:21:
/usr/include/asm/irq.h:16:25: irq_vectors.h: No such file or directory
In file included from /usr/include/asm/hardirq.h:6,
from /usr/include/linux/interrupt.h:11,
from nvnet.h:30,
from nvnet.c:21:
/usr/include/linux/irq.h:68: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/include/linux/irq.h:68: error: requested alignment is not a constant
/usr/include/linux/irq.h:70: error: `NR_IRQS' undeclared here (not in a function)
In file included from /usr/include/linux/irq.h:72,
from /usr/include/asm/hardirq.h:6,
from /usr/include/linux/interrupt.h:11,
from nvnet.h:30,
from nvnet.c:21:
/usr/include/asm/hw_irq.h:28: error: `NR_IRQ_VECTORS' undeclared here (not in a function)
/usr/include/asm/hw_irq.h:31: error: `NR_IRQS' undeclared here (not in a function)
In file included from /usr/include/linux/interrupt.h:11,
from nvnet.h:30,
from nvnet.c:21:
/usr/include/asm/hardirq.h:13: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/include/asm/hardirq.h:13: error: requested alignment is not a constant
In file included from nvnet.h:31,
from nvnet.c:21:
/usr/include/linux/version.h:2:2: #error "================================================== ====="
/usr/include/linux/version.h:3:2: #error "You should not include /usr/include/{linux,asm}/ header"
/usr/include/linux/version.h:4:2: #error "files directly for the compilation of kernel modules."
/usr/include/linux/version.h:5:2: #error ""
/usr/include/linux/version.h:6:2: #error "glibc now uses kernel header files from a well-defined"
/usr/include/linux/version.h:7:2: #error "working kernel version (as recommended by Linus Torvalds)"
/usr/include/linux/version.h:8:2: #error "These files are glibc internal and may not match the"
/usr/include/linux/version.h:9:2: #error "currently running kernel. They should only be"
/usr/include/linux/version.h:10:2: #error "included via other system header files - user space"
/usr/include/linux/version.h:11:2: #error "programs should not directly include <linux/*.h> or"
/usr/include/linux/version.h:12:2: #error "<asm/*.h> as well."
/usr/include/linux/version.h:13:2: #error ""
/usr/include/linux/version.h:14:2: #error "To build kernel modules please do the following:"
/usr/include/linux/version.h:15:2: #error ""
/usr/include/linux/version.h:16:2: #error " o Have the kernel sources installed"
/usr/include/linux/version.h:17:2: #error ""
/usr/include/linux/version.h:18:2: #error " o Make sure that the symbolic link"
/usr/include/linux/version.h:19:2: #error " /lib/modules/`uname -r`/build exists and points to"
/usr/include/linux/version.h:20:2: #error " the matching kernel source directory"
/usr/include/linux/version.h:21:2: #error ""
/usr/include/linux/version.h:22:2: #error " o Now copy /boot/vmlinuz.version.h to"
/usr/include/linux/version.h:23:2: #error " /lib/modules/`uname -r`/build/include/linux/version.h"
/usr/include/linux/version.h:24:2: #error ""
/usr/include/linux/version.h:25:2: #error " o When compiling, make sure to use the following"
/usr/include/linux/version.h:26:2: #error " compiler option to use the correct include files:"
/usr/include/linux/version.h:27:2: #error ""
/usr/include/linux/version.h:28:2: #error " -I/lib/modules/`uname -r`/build/include"
/usr/include/linux/version.h:29:2: #error ""
/usr/include/linux/version.h:30:2: #error " instead of"
/usr/include/linux/version.h:31:2: #error ""
/usr/include/linux/version.h:32:2: #error " -I/usr/include/linux"
/usr/include/linux/version.h:33:2: #error ""
/usr/include/linux/version.h:34:2: #error " Please adjust the Makefile accordingly."
/usr/include/linux/version.h:35:2: #error "================================================== ====="
In file included from /usr/include/linux/mm.h:206,
from /usr/include/asm/pci.h:7,
from /usr/include/linux/pci.h:721,
from nvnet.h:32,
from nvnet.c:21:
/usr/include/linux/page-flags.h:119: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/include/linux/page-flags.h:119: error: requested alignment is not a constant
nvnet.c:40:41: missing binary operator before token "("
nvnet.c: In function `nvnet_open':
nvnet.c:735: warning: passing arg 2 of `request_irq' from incompatible pointer type
nvnet.c: In function `nvnet_remove':
nvnet.c:1248: error: structure has no member named `driver_data'
nvnet.c:1284:41: missing binary operator before token "("
make[1]: *** [nvnet.o] Fehler 1
make[1]: Leaving directory `/home/trance/1/nforce/nvnet'
make: *** [nvnet_make] Fehler 2
[trance@blue nforce]$

zander
17.05.04, 10:07
Wird Mandrake 10 nicht mit Linux 2.6 ausgeliefert? Ich glaube die nForce Treiber unterstuetzen den neuen Kernel noch nicht (ich kann mich natuerlich irren). Vermutlich werden mit dem Mandrake Kernel aber die notwendige Unterstuetzung fuer die Soundkarte (i810 basiert) sowie fuer die Netzwerkkarte (forcedeth?) bereitgestellt.

mr.krass
04.08.04, 17:22
Wird Mandrake 10 nicht mit Linux 2.6 ausgeliefert? Ich glaube die nForce Treiber unterstuetzen den neuen Kernel noch nicht (ich kann mich natuerlich irren). Vermutlich werden mit dem Mandrake Kernel aber die notwendige Unterstuetzung fuer die Soundkarte (i810 basiert) sowie fuer die Netzwerkkarte (forcedeth?) bereitgestellt.

Ja genau so ist es! Allerdings läuft forcedeth bei mir (mandrake 10.0 official) nur sehr langsam... :rolleyes: