[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: tainted module



Am Mittwoch, 9. Februar 2005 10:01 schrieb Elimar Riesebieter:
> On Tue, 08 Feb 2005 the mental interface of
>
> Simon Neumeister told:
> > Hallo
> >
> >
> > nachdem ich für meine D-Link Netzwerkkarte dge-528t ein Kernelmodul für
> > einen 2.4 er Kernel mit dem beigefügten Makefile + dge528.c erstellt
> > habe, und dieses dann mit modprobe oder insmod laden will kommt folgende
> > Meldung:
> >
> > --
> >
> > sokrates:~# modprobe dge528 media=0x10
> > Warning: loading /lib/modules/2.4.29-my1/kernel/drivers/net/dge528.o will
> > taint the kernel: no license
> >   See http://www.tux.org/lkml/#export-tainted for information about
> > tainted modules
> >
> > Module dge528 loaded, with warnings
>
> Es ist alles ok. Dein Kernel sollte folgende Section enhalten:
> # Loadable module support
> #
> CONFIG_MODULES=y
> CONFIG_MODULE_UNLOAD=y
> # CONFIG_MODULE_FORCE_UNLOAD is not set
> CONFIG_OBSOLETE_MODPARM=y
> # CONFIG_MODVERSIONS is not set
>   ^^^^^^^^^^^^^^^^^^
> Wenn =y, dann bekommst Du diese Meldung.
> # CONFIG_MODULE_SRCVERSION_ALL is not set
> CONFIG_KMOD=y


hi,

soweit so gut:

sokrates:~# cat /usr/src/kernel-2.4.29/arch/i386/defconfig | grep 
CONFIG_MODULE
CONFIG_MODULES=y
sokrates:~# cat /usr/src/kernel-2.4.29/arch/i386/defconfig | grep 
CONFIG_MODVERSIONS
CONFIG_MODVERSIONS=y
sokrates:~# cat /usr/src/kernel-2.4.29/arch/i386/defconfig | grep CONFIG_KMOD
CONFIG_KMOD=y


was mich allerdings auch etwas stustzig macht ist die Tatsache, dass ich mit 
einem ping auf eth1 beide IPs von eth1 & von eth2 erreichen kann.
Wenn ich das Netzwerk mit eth2 verbinde, funktioniert keine der IPs
Zusätzlich ist bei der D-Link Karte (eth2) keine Aktion der LEDs da ....

Was Konfigurationsmäßig nicht stimmen sollte, weiss ich absolut nicht:

- die ifconfig Einstellungen habe ich überprüft: da brauche ich ja nur die IPs 
von eth1 + eth2 zu tauschen, da selbes Netz etc

- Firewall läuft auf dem Rechner ist aber für beide NICs gleich 
konfiguriert ....



Grüsse, Simon




Reply to: