1. Ja, ich weiß das dieses Thema ne olle Kamelle ist (->SUFU). Da hab ich mich auch dran gehalten, komm aber trotz allem nicht weiter.
Habe als erstes den 2.6.5 kompiliert und dann musste ich feststellen das der meine Onboard-Netzwerkadapter nicht erkennt
![traurig :-(](./images/smilies/icon_sad.gif)
Bin dann hin und hab den Nforce Treiber gezogen und komm dann nach dieser Fehlermeldung nicht weiter:
sarge:/home/maikel/Eigene Downloads/nforce# make
make -C nvnet
make[1]: Entering directory `/home/maikel/Eigene Downloads/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 -fal
ign-functions=4 -DMODULE -I/usr/src/linux-2.4.22/include nvnet.c
In file included from /usr/include/asm/smp.h:18,
from /usr/include/linux/smp.h:17,
from /usr/include/linux/sched.h:23,
from /usr/include/linux/module.h:10,
from nvnet.h:20,
from nvnet.c:21:
/usr/include/asm/mpspec.h:6:25: mach_mpspec.h: No such file or directory
In file included from /usr/include/asm/smp.h:18,
from /usr/include/linux/smp.h:17,
from /usr/include/linux/sched.h:23,
from /usr/include/linux/module.h:10,
from nvnet.h:20,
from nvnet.c:21:
/usr/include/asm/mpspec.h:8: error: `MAX_MP_BUSSES' undeclared here (not in a fu
nction)
/usr/include/asm/mpspec.h:9: error: `MAX_MP_BUSSES' undeclared here (not in a fu
nction)
/usr/include/asm/mpspec.h:10: error: `MAX_MP_BUSSES' undeclared here (not in a f
unction)
/usr/include/asm/mpspec.h:12: error: `MAX_MP_BUSSES' undeclared here (not in a f
unction)
/usr/include/asm/mpspec.h:19: error: `MAX_APICS' undeclared here (not in a funct
ion)
/usr/include/asm/mpspec.h:20: error: `MAX_MP_BUSSES' undeclared here (not in a f
unction)
/usr/include/asm/mpspec.h:20: error: conflicting types for `mp_bus_id_to_type'
/usr/include/asm/mpspec.h:8: error: previous declaration of `mp_bus_id_to_type'
/usr/include/asm/mpspec.h:22: error: `MAX_IRQ_SOURCES' undeclared here (not in a
function)
/usr/include/asm/mpspec.h:24: error: `MAX_MP_BUSSES' undeclared here (not in a f
unction)
/usr/include/asm/mpspec.h:24: error: conflicting types for `mp_bus_id_to_pci_bus
'
/usr/include/asm/mpspec.h:12: error: previous declaration of `mp_bus_id_to_pci_b
us'
/usr/include/asm/mpspec.h:54: error: `MAX_APICS' undeclared here (not in a funct
ion)
In file included from /usr/include/asm/smp.h:20,
from /usr/include/linux/smp.h:17,
from /usr/include/linux/sched.h:23,
from /usr/include/linux/module.h:10,
from nvnet.h:20,
from nvnet.c:21:
/usr/include/asm/io_apic.h:120: error: `MAX_IRQ_SOURCES' undeclared here (not in
a function)
/usr/include/asm/io_apic.h:120: error: conflicting types for `mp_irqs'
/usr/include/asm/mpspec.h:22: error: previous declaration of `mp_irqs'
In file included from /usr/include/linux/smp.h:17,
from /usr/include/linux/sched.h:23,
from /usr/include/linux/module.h:10,
from nvnet.h:20,
from nvnet.c:21:
/usr/include/asm/smp.h:73:26: mach_apicdef.h: No such file or directory
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: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_IRQS' undeclared here (not in a functio n)
/usr/include/asm/hw_irq.h:31: error: `NR_IRQS' undeclared here (not in a functio n)
nvnet.c: In function `nvnet_open':
nvnet.c:735: warning: passing arg 2 of `request_irq' from incompatible pointer t ype
nvnet.c: In function `nvnet_remove':
nvnet.c:1248: error: structure has no member named `driver_data'
make[1]: *** [nvnet.o] Error 1
make[1]: Leaving directory `/home/maikel/Eigene Downloads/nforce/nvnet'
make: *** [nvnet_make] Error 2
sarge:/home/maikel/Eigene Downloads/nforce# make install
make -C nvnet install
make[1]: Entering directory `/home/maikel/Eigene Downloads/nforce/nvnet'
mkdir -p //lib/modules/2.4.22-bf2.4/kernel/drivers/net
install -b -m 644 -o root nvnet.o //lib/modules/2.4.22-bf2.4/kernel/drivers/net
install: cannot stat `nvnet.o': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/maikel/Eigene Downloads/nforce/nvnet'
make: *** [nvnet_install] Error 2
sarge:/home/maikel/Eigene Downloads/nforce#