• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Keine Verbindung zum Internet bei Suse Linux 9.0

bakerman

Newbie
hallo,
ich wende mich als neuling an euch, da ich dringend eure hilfe brauche.
habe mir die linux 9.0 proff. installiert. nur ich bekomme aber keine verbindung ins internet. er findet einfach keine netzwerkkarte. ich habe das motherboard abit nf7.vers. 2 . im gerätemanager wird die netzwerkkarte als nvidia nForce MCP Networking Adapter erkannt (natürlich unter windoofs). welche einstellungen muss ich da nehmen. 2. habe zur zeit "noch" freenet dls" aber ende des monats ist schluss damit, ich habe deshalb schon Kabel dsl (kabel BW). den rechner habe ich über einen hardwarerrouter ( digitus) angeschlossen. habe es mit beiden dsl methoden ausprobiert und bekomme keine verbindung zustande. wer kennt sich da aus. der witz ist, mit einem "uralt" rechner -Pentium 400- hat die automatische erkennung geklappt. (war noch mit freenet dls).
wäre schön, wenn mir jemand weiterhelfen könnte.
P.S: habe 2 festplatten mit windoofs über die seriell ata controller schnittstelle angeschlossen. habe nun eine zusätzliche festplatte, extra für linux über ide angeschlossen. beim hochfahren, muss ich entweder die linux cd drinlassen, damit er linux von hd bootet, oder im bios serial ata controller deaktivieren, dann kann ich auswählen, aber windoofs erkennt er trotzdem nicht.???? Liegt es vielleicht daran, dass ich die windoofs als ntfs installiert habe, oder am controller.
gruss
bakerman
 

Galartus

Newbie
Klar kriegst du keine Internetverbindung mit deinen DSL-Providern, wenn SuSE keine Netzwerkkarte findet. Ich denke du musst noch Treiber für den nForce-Chipsatz installieren.
Schau mal hier http://www.nvidia.com/object/linux_nforce_1.0-0261.html
Ganz unten findest du SuSE 9.0 und lies unbedingt die Installationsanleitung.

Zu deinem Bootproblem kann ich dir leider nicht helfen, ich stehe selber noch auf Kriegfuss mit dem Bootmanager, aber nutze doch mal die Suchfunktion im Forum, Stichwort "Grub" oder "Bootloader"

Gruß Galartus
 

Bonsai

Advanced Hacker
Es liegt am Controller. S-ATA ist meisst nicht ohne Komplikationen zum laufen zu bekommen (wenn ich mir die 253 anderen Threads dazu hier im Forum anschau)

Wegen der Netzwerkkarte:

Entweder Du schaust mal genau welcher Chipsatz da ist
Rootkonsole schrieb:
hilft da oft, und findest darüber das benötigte modul (Treiber). Einfach nach Chipsatz googlen.

Oder du versuchst die Knoppix. Wenn die Knoppix mit der Karte umgehen kann, dann brauchts nur ein
um herauszufinden welche Module die Knoppix lädt.

Wegen S -ATA. Google hilft. Wenn nicht schon jemand mit dem gleichen Controller ärger gehabt hat und das dann auch gelöst, hast Du als Anfänger keine Chance :(
 

Higashi

Newbie
Hi.
Ich bin auf der suche nach Hilfe mit google auf diesen thread gestoßen. der so ziehmlich auch mein problem beschreibt ( nForce Driver ).
Ich habe mir das rpm-file runtergeladen und auch installiert, nur wird der "nvidia networking adapter" immer noch nicht erkannt.
Muss ich zusätzlich zu der Treiberinstallation noch andere Schritte durchführen, oder geht das nur bei mir nicht?

plz help
gruß
Higashi
 

oc2pus

Ultimate Guru
Muss ich zusätzlich zu der Treiberinstallation noch andere Schritte durchführen,

Ja, das README lesen.... oder

less /etc/modules.conf
==> Prüfen, ob diese Einträge vorhanden sind
alias eth0 nvnet
alias sound-slot-0 nvaudio
alias usb-interface usb-ohci
 

Higashi

Newbie
danke, ich habe die einträge gefunden und das "#" Zeichen davor entfernt.
erkannt wird die hardware dennoch nicht.
 

oc2pus

Ultimate Guru
hast du neu gebootet ?

aber bevor du das tust, mit dem "#" entfernen ist es nicht alleine getan, diese Einträge dürfen auch nicht doppelt sein !

cat /etc/modules.conf | grep "alias eth0" sollte nur die eine Zeile ausgeben

und das README hast du immer noch nicht gelesen ;)
 

Higashi

Newbie
ich hab einen reboot gemacht und es nützt nichts.
insmod und modprobe sind bei mir unbekannte commands .... :shock:
 

oc2pus

Ultimate Guru
hierhin surfen:
http://www.nvidia.de/docs/io/13698/nforce_linux_de.htm

lesen !!!!!!

und hier ist die Kurzanleitung, die ich mal für unseren Junior geschrieben habe ....

Code:
A. aktuellen Treiber holen und installieren falls neue Treiberversion
1. cd /tmp/Treiber // lokales Pakete Verzeichnis
2. wget -c http://download.nvidia.com/XFree86/nforce/1.0-0274/NVIDIA_nforce-1.0-0274.src.rpm // download 
3. rpm -i NVIDIA_nforce-xxxx.scr.rpm // Source Paket installieren

C. NVIDIA_nforce Treiber kompilieren
1. cd /usr/src/packages // Source Paket Verzeichnis
2. export TARGET_KERNEL=`uname -r` // WICHTIG: falls laufender Kernel != installierte Kernelsourcen!!
3. /usr/lib/rpm/rpmb -bb SPECS/nforce.spec // compile des Treibers
4. rpm -e NVIDIA_nforce // deinstallieren alter Treiber
5. rpm -Uhv RPMS/i586/NVIDIA_nforce-xxxx.i586.rpm // installieren neuer Treiber
6. less /etc/modules.conf // Prüfen, ob diese Einträge vorhanden sind
alias eth0 nvnet
alias sound-slot-0 nvaudio
alias usb-interface usb-ohci
7. init 6 // neu booten und Daumen druecken ;))

NACHTRAG: der link war falsch (tar.gz). hab ihn korrigiert.
 

Higashi

Newbie
/usr/lib/rpm/rpmb -bb SPECS/nforce.spec

Code:
---- Building Drivers ----
+ make
/var/tmp/rpm-tmp.51104: line 24: make: command not found
error: Bad exit status from /var/tmp/rpm-tmp.51104 (%build)


Da scheint irgendwas nicht zu funktionieren :-/
 

oc2pus

Ultimate Guru
/var/tmp/rpm-tmp.51104: line 24: make: command not found

und jetzt schaust du in diesen Thread, zum Thema make
http://www.linux-club.de/viewtopic.php?t=11958&highlight=

Dir fehlen noch wesentliche Dinge auf deinem Linux-System.
 

Burner

Member
Hallo Bakermann!

Wenn ich das so lese denke ich mal das du eine Onboard-Netzkarte hast?

Wenn ich damit naemlich nicht daneben liegen sollte glaube ich nicht das du diese zum laufen bringen wirst. Dann kaufe dir lieber eine Netzwerkkarte von Realtek die kostet 7 Euro und wird eigentlich unter Linux immer richtig erkannt.

Bei Fehler bitte berichtigen!

Gruss Burner
 

Higashi

Newbie
und jetzt schaust du in diesen Thread, zum Thema make
http://www.linux-club.de/viewtopic.php?t=11958&highlight=

Dir fehlen noch wesentliche Dinge auf deinem Linux-System.[/quote]

danke, hab jetzt alle benötigten Teile installiert.
bei /usr/lib/rpm/rpmb -bb SPECS/nforce.spec treten dennoch fehler auf.
ich poste mal das ganze log (achtung lang)

Code:
linux:/usr/src/packages # /usr/lib/rpm/rpmb -bb SPECS/nforce.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.47794
+ umask 022
+ cd /usr/src/packages/BUILD
+ echo '---- Copying Sources ----'
---- Copying Sources ----
+ cd /usr/src/packages/BUILD
+ rm -rf nforce
+ /usr/bin/gzip -dc /usr/src/packages/SOURCES/nvnet.tgz
+ tar -xvvf -
drwxr-xr-x buildmeister/adm  0 2004-04-16 22:10:49 nforce/
drwxr-xr-x buildmeister/adm  0 2004-04-16 22:10:49 nforce/nvnet/
-rw-r--r-- buildmeister/adm 23833 2004-04-16 22:17:45 nforce/nvnet/adapter.h
tar: nforce/nvnet/adapter.h: time stamp 2004-04-16 22:17:45 is 149318292 s in the future
-rw-r--r-- buildmeister/adm  6867 2004-04-16 22:17:45 nforce/nvnet/basetype.h
tar: nforce/nvnet/basetype.h: time stamp 2004-04-16 22:17:45 is 149318292 s in the future
-rw-r--r-- buildmeister/adm  6219 2004-04-16 22:17:45 nforce/nvnet/drvinfo.h
tar: nforce/nvnet/drvinfo.h: time stamp 2004-04-16 22:17:45 is 149318292 s in the future
-rw-r--r-- buildmeister/adm 12003 2004-04-16 22:17:45 nforce/nvnet/nvenet.h
tar: nforce/nvnet/nvenet.h: time stamp 2004-04-16 22:17:45 is 149318292 s in the future
-rw-r--r-- buildmeister/adm  5129 2004-04-16 22:17:45 nforce/nvnet/os.h
tar: nforce/nvnet/os.h: time stamp 2004-04-16 22:17:45 is 149318292 s in the future
-rw-r--r-- buildmeister/adm  6945 2004-04-16 22:17:45 nforce/nvnet/phy.h
tar: nforce/nvnet/phy.h: time stamp 2004-04-16 22:17:45 is 149318292 s in the future
-rw-r--r-- buildmeister/adm 102460 2004-04-16 22:17:45 nforce/nvnet/nvenet.c
tar: nforce/nvnet/nvenet.c: time stamp 2004-04-16 22:17:45 is 149318292 s in the future
-rw-r--r-- buildmeister/adm  38352 2004-04-16 22:17:45 nforce/nvnet/nvenetlib.o
tar: nforce/nvnet/nvenetlib.o: time stamp 2004-04-16 22:17:45 is 149318292 s in the future
-rw-r--r-- buildmeister/adm   3717 2004-04-16 22:17:45 nforce/nvnet/Makefile
tar: nforce/nvnet/Makefile: time stamp 2004-04-16 22:17:45 is 149318292 s in the future
tar: nforce/nvnet: time stamp 2004-04-16 22:10:49 is 149317876 s in the future
tar: nforce: time stamp 2004-04-16 22:10:49 is 149317876 s in the future
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd nforce
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,g-w,o-w .
+ cd /usr/src/packages/BUILD
+ /usr/bin/gzip -dc /usr/src/packages/SOURCES/nvaudio.tgz
+ tar -xvvf -
drwxr-xr-x buildmeister/adm  0 2004-04-16 22:17:46 nforce/
drwxr-xr-x buildmeister/adm  0 2004-04-16 22:17:46 nforce/nvaudio/
-rw-r--r-- buildmeister/adm 3202 2004-04-16 22:17:46 nforce/nvaudio/Makefile
tar: nforce/nvaudio/Makefile: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
-rw-r--r-- buildmeister/adm 64845 2004-04-16 22:17:46 nforce/nvaudio/nvcrush.c
tar: nforce/nvaudio/nvcrush.c: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
-rw-r--r-- buildmeister/adm 84378 2004-04-16 22:17:46 nforce/nvaudio/nvhw.c
tar: nforce/nvaudio/nvhw.c: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
-rw-r--r-- buildmeister/adm 41741 2004-04-16 22:17:46 nforce/nvaudio/nvmain.c
tar: nforce/nvaudio/nvmain.c: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
-rw-r--r-- buildmeister/adm  9910 2004-04-16 22:17:46 nforce/nvaudio/nvrec.c
tar: nforce/nvaudio/nvrec.c: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
-rw-r--r-- buildmeister/adm 20056 2004-04-16 22:17:46 nforce/nvaudio/nvspdif.c
tar: nforce/nvaudio/nvspdif.c: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
-rw-r--r-- buildmeister/adm 18339 2004-04-16 22:17:46 nforce/nvaudio/nvwavout.c
tar: nforce/nvaudio/nvwavout.c: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
-rw-r--r-- buildmeister/adm  2651 2004-04-16 22:17:46 nforce/nvaudio/chaninfo.h
tar: nforce/nvaudio/chaninfo.h: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
-rw-r--r-- buildmeister/adm 10215 2004-04-16 22:17:46 nforce/nvaudio/nvhw.h
tar: nforce/nvaudio/nvhw.h: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
-rw-r--r-- buildmeister/adm  2797 2004-04-16 22:17:46 nforce/nvaudio/nvioctl.h
tar: nforce/nvaudio/nvioctl.h: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
-rw-r--r-- buildmeister/adm  1392 2004-04-16 22:17:46 nforce/nvaudio/nvrec.h
tar: nforce/nvaudio/nvrec.h: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
-rw-r--r-- buildmeister/adm  1618 2004-04-16 22:17:46 nforce/nvaudio/nvspdif.h
tar: nforce/nvaudio/nvspdif.h: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
-rw-r--r-- buildmeister/adm  1499 2004-04-16 22:17:46 nforce/nvaudio/nvwavout.h
tar: nforce/nvaudio/nvwavout.h: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
tar: nforce/nvaudio: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd nforce
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,g-w,o-w .
+ cd /usr/src/packages/BUILD
+ /usr/bin/gzip -dc /usr/src/packages/SOURCES/nvmaster.tgz
+ tar -xvvf -
drwxr-xr-x buildmeister/adm  0 2004-04-16 22:17:45 nforce/
-rw-r--r-- buildmeister/adm 1259 2004-04-16 22:17:45 nforce/Makefile
tar: nforce/Makefile: time stamp 2004-04-16 22:17:45 is 149318292 s in the future
-rw-r--r-- buildmeister/adm 5404 2004-04-16 22:17:45 nforce/NVLicense.txt
tar: nforce/NVLicense.txt: time stamp 2004-04-16 22:17:45 is 149318292 s in the future
-rw-r--r-- buildmeister/adm 18007 2004-04-16 22:17:45 nforce/GNULicense.txt
tar: nforce/GNULicense.txt: time stamp 2004-04-16 22:17:45 is 149318292 s in the future
-rw-r--r-- buildmeister/adm 28128 2004-04-16 22:17:45 nforce/ReleaseNotes.html
tar: nforce/ReleaseNotes.html: time stamp 2004-04-16 22:17:45 is 149318292 s in the future
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd nforce
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,g-w,o-w .
+ cd /usr/src/packages/BUILD
+ /usr/bin/gzip -dc /usr/src/packages/SOURCES/nvgart.tgz
+ tar -xvvf -
drwxr-xr-x buildmeister/adm  0 2004-04-16 22:17:46 nforce/
drwxr-xr-x buildmeister/adm  0 2004-04-16 22:17:46 nforce/nvgart/
-rw-r--r-- buildmeister/adm 854 2004-04-16 22:17:46 nforce/nvgart/Makefile
tar: nforce/nvgart/Makefile: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
-rw-r--r-- buildmeister/adm 2093 2004-04-16 22:17:46 nforce/nvgart/README
tar: nforce/nvgart/README: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
-rw-r--r-- buildmeister/adm 21192 2004-04-16 22:17:46 nforce/nvgart/linux-2.4.20-agpgart.diff
tar: nforce/nvgart/linux-2.4.20-agpgart.diff: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
-rw-r--r-- buildmeister/adm  1211 2004-04-16 22:17:46 nforce/nvgart/linux-2.4.21-102-agpgart.diff
tar: nforce/nvgart/linux-2.4.21-102-agpgart.diff: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
-rw-r--r-- buildmeister/adm 13557 2004-04-16 22:17:46 nforce/nvgart/linux-2.4.21-4.EL-agpgart.diff
tar: nforce/nvgart/linux-2.4.21-4.EL-agpgart.diff: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
-rw-r--r-- buildmeister/adm 22493 2004-04-16 22:17:46 nforce/nvgart/linux-2.4.21-agpgart.diff
tar: nforce/nvgart/linux-2.4.21-agpgart.diff: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
-rw-r--r-- buildmeister/adm 13775 2004-04-16 22:17:46 nforce/nvgart/linux-2.4.22-agpgart.diff
tar: nforce/nvgart/linux-2.4.22-agpgart.diff: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
tar: nforce/nvgart: time stamp 2004-04-16 22:17:46 is 149318293 s in the future
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd nforce
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.47794
+ umask 022
+ cd /usr/src/packages/BUILD
+ cd nforce
+ echo '---- Building Drivers ----'
---- Building Drivers ----
+ make
make: Warning: File `Makefile' has modification time 1.5e+08 s in the future
make -C  nvnet
make[1]: Entering directory `/usr/src/packages/BUILD/nforce/nvnet'
make[1]: Warning: File `Makefile' has modification time 1.5e+08 s in the future
cc -c -Wall -DLINUX -DMODULE -DEXPORT_SYMTAB -D__KERNEL__ -O2 -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DCONFIG_PM -falign-functions=4 -I/usr/src/linux-2.4.21/include   nvenet.c
In file included from /usr/include/linux/module.h:20,
                 from nvenet.h:20,
                 from nvenet.c:22:
/usr/include/asm/module.h:54:2: #error unknown processor family
In file included from /usr/include/linux/irq.h:19,
                 from /usr/include/asm/hardirq.h:6,
                 from /usr/include/linux/interrupt.h:10,
                 from nvenet.h:30,
                 from nvenet.c:22:
/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:10,
                 from nvenet.h:30,
                 from nvenet.c:22:
/usr/include/linux/irq.h:67: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/include/linux/irq.h:67: error: requested alignment is not a constant
/usr/include/linux/irq.h:69: error: `NR_IRQS' undeclared here (not in a function)
In file included from /usr/include/linux/irq.h:71,
                 from /usr/include/asm/hardirq.h:6,
                 from /usr/include/linux/interrupt.h:10,
                 from nvenet.h:30,
                 from nvenet.c:22:
/usr/include/asm/hw_irq.h:28: error: `NR_IRQS' 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:10,
                 from nvenet.h:30,
                 from nvenet.c:22:
/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 nvenet.h:31,
                 from nvenet.c:22:
/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 Configure kernel sources:"
/usr/include/linux/version.h:23:2: #error "   - cd /usr/src/linux"
/usr/include/linux/version.h:24:2: #error "   - make mrproper"
/usr/include/linux/version.h:25:2: #error "   - make cloneconfig"
/usr/include/linux/version.h:26:2: #error "   - make dep"
/usr/include/linux/version.h:27:2: #error ""
/usr/include/linux/version.h:28:2: #error " o When compiling, make sure to use the following"
/usr/include/linux/version.h:29:2: #error "   compiler option to use the correct include files:"
/usr/include/linux/version.h:30:2: #error ""
/usr/include/linux/version.h:31:2: #error "   -I/lib/modules/`uname -r`/build/include"
/usr/include/linux/version.h:32:2: #error ""
/usr/include/linux/version.h:33:2: #error "   instead of"
/usr/include/linux/version.h:34:2: #error ""
/usr/include/linux/version.h:35:2: #error "   -I/usr/include/linux"
/usr/include/linux/version.h:36:2: #error ""
/usr/include/linux/version.h:37:2: #error "   Please adjust the Makefile accordingly."
/usr/include/linux/version.h:38:2: #error "======================================================="
In file included from /usr/include/linux/mm.h:205,
                 from /usr/include/asm/pci.h:7,
                 from /usr/include/linux/pci.h:677,
                 from nvenet.h:32,
                 from nvenet.c:22:
/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
In file included from nvenet.h:35,
                 from nvenet.c:22:
/usr/include/linux/netdevice.h:165: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/include/linux/netdevice.h:165: error: requested alignment is not a constant
nvenet.c:35:41: missing binary operator before token "("
nvenet.c: In function `nvenet_open':
nvenet.c:692: warning: passing arg 2 of `request_irq' from incompatible pointer type
nvenet.c: In function `nvenet_remove':
nvenet.c:1214: error: structure has no member named `driver_data'
nvenet.c: In function `nvenet_reboot_handler':
nvenet.c:2360: warning: implicit declaration of function `pci_for_each_dev'
nvenet.c:2361: error: parse error before '{' token
nvenet.c: At top level:
nvenet.c:2367: error: parse error before '}' token
nvenet.c: In function `create_nvenet_proc_entries':
nvenet.c:2396: error: `proc_net' undeclared (first use in this function)
nvenet.c:2396: error: (Each undeclared identifier is reported only once
nvenet.c:2396: error: for each function it appears in.)
nvenet.c: In function `remove_nvenet_proc_entries':
nvenet.c:2532: warning: unused variable `priv'
nvenet.c: In function `nvenet_proc_full_info_open':
nvenet.c:2605: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /usr/include/linux/module.h:481)
nvenet.c: In function `nvenet_proc_hardware_info_open':
nvenet.c:2645: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /usr/include/linux/module.h:481)
nvenet.c: In function `nvenet_proc_command_line_open':
nvenet.c:2686: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /usr/include/linux/module.h:481)
nvenet.c: In function `nvenet_proc_configuration_open':
nvenet.c:2727: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /usr/include/linux/module.h:481)
nvenet.c: In function `nvenet_proc_rx_stats_open':
nvenet.c:2762: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /usr/include/linux/module.h:481)
nvenet.c: In function `nvenet_proc_tx_stats_open':
nvenet.c:2804: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /usr/include/linux/module.h:481)
nvenet.c: In function `nvenet_proc_release':
nvenet.c:2821: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /usr/include/linux/module.h:493)
make[1]: *** [nvnet.o] Error 1
make[1]: Leaving directory `/usr/src/packages/BUILD/nforce/nvnet'
make: *** [nvnet_make] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.47794 (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.47794 (%build)
linux:/usr/src/packages #

hab echt kein plan was da falsch läuft ... :(
 

oc2pus

Ultimate Guru
1.) ich vermute, da geht deine Uhr aber mächtig falsch.
gib mal "date" in einer Konsole ein.

2.) bist du sicher das
rpm -q kernel-source
rpm -q kernel-default
UND
uname -r

alle die gleiche Version angeben ?
 

Higashi

Newbie
mit der uhr stimmte tatsächlich etwas nicht :D 1999 ist ein bissl früh.

Mit den Versionen sollte eigentlich alles stimmen ... ist ne fresh-from-box version.
 

Higashi

Newbie
so nach langer zeit widme ich mich mal wieder dem problem ....
uhr umgestellt und es geht trotzdem nicht.

rpm -q kernel-source: "kernel-source-2.4.21-99"
rpm -q kernel-default: "package kernel-default is not installed"

uname -r: "2.4.21-99-athlon"
 
Oben