Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[KERNEL] nach neukompilieren keine netzwerk-module
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
at_chaos
Tux's lil' helper
Tux's lil' helper


Joined: 09 Nov 2003
Posts: 149
Location: EU|Austria

PostPosted: Mon Nov 10, 2003 12:51 am    Post subject: [KERNEL] nach neukompilieren keine netzwerk-module Reply with quote

hallo,

also nach dem ich draufgekommen bin dass ich für NAT div. iptables optionen im kernel benötige habe ich einen neuen kernel mit den modulen kompiliert.

nun werden aber beim booten die netzwerkkarten-module nicht mehr geladen -> unresolved symbol ...

alter kernel war ein genkernel - gentoo-sources

was habe ich gemacht:
zuerst nach /usr/src/linux gewechselt, dort make menuconfig aufgerufen -> die iptables optionen als module aktiviert

dann den kernel mittels
Code:
make dep && make clean bzImage modules modules_install
installiert und anschließend mittels cp /usr/src/linux/arch/i386/boot/bzImage /boot nach boot kopiert

dann shutdown -r now

so, neu gestartet scheint alles zu funktionieren -> filesystems etc werden geladen -> bei eth0 und eth1 fehler

wenn ich nun modprobe 8139too ausführe um meine eth1 zu laden, bekomme ich fehlermeldungen wie unresolved symbols, insmod failed,

netzwerkkarten-module stimmen da ich ja bereits einen laufenden kernel hatte.

so, habe ich vor dem kompilieren was vergessen? (habe kein nochmaliges emerge gentoo-sources gemacht, bzw. hätte ich genkernel und hotlug unemergen sollen?)

oder habe ich danach etwas vergessen? modules-update funktioniert auch nicht ... alles unresolved symbols in /lib/modules/* fehlermeldungen

bitte um hilfe

andy :cry:


Last edited by at_chaos on Mon Nov 10, 2003 7:52 am; edited 1 time in total
Back to top
View user's profile Send private message
AustrianCoder
Apprentice
Apprentice


Joined: 11 Oct 2003
Posts: 258
Location: �sterreich

PostPosted: Mon Nov 10, 2003 1:08 am    Post subject: Reply with quote

Probier mal

Code:
modules-update
Back to top
View user's profile Send private message
at_chaos
Tux's lil' helper
Tux's lil' helper


Joined: 09 Nov 2003
Posts: 149
Location: EU|Austria

PostPosted: Mon Nov 10, 2003 7:46 am    Post subject: Reply with quote

wie bereits oben erwähnt kommt bei modules update eine laaange liste mit unresolved symbols
Back to top
View user's profile Send private message
Beforegod
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 1495
Location: Würzburg

PostPosted: Mon Nov 10, 2003 8:43 am    Post subject: Reply with quote

Hast Du den Kernel auch richtig installiert (System.map nicht vergessen!).

Wenn ja, einfach mal ein "depmod -ae" und schau was dann kommt.
Sollte der Befehl ohne Probleme durchlaufen, einfach modules-update und neu starten.
dann sollte alles in Butter sein.
Back to top
View user's profile Send private message
AustrianCoder
Apprentice
Apprentice


Joined: 11 Oct 2003
Posts: 258
Location: �sterreich

PostPosted: Mon Nov 10, 2003 8:53 am    Post subject: Reply with quote

Wenn die Kernel-Config auch wirklich stimmt und wenns mit der Methode von Beforegod net geht, dann evt. so:

Code:

cd /usr/src/linux/
mv .config ~/kernel.config
make mrproper
mv ~/kernel.config .config
make oldconfig
make menuconfig
make dep && make clean bzImage modules modules_install
mount /boot
cp arch/i386/boot/bzImage /boot


Dann evt. ein modules-update und dann reboot
Back to top
View user's profile Send private message
at_chaos
Tux's lil' helper
Tux's lil' helper


Joined: 09 Nov 2003
Posts: 149
Location: EU|Austria

PostPosted: Mon Nov 10, 2003 9:14 am    Post subject: Reply with quote

@ austriancoder ... genau so hab ich den kernel schon 2 mal kompiliert ;) trotzdem danke

@Beforegod ... System.map nicht vergessen?! -> das ist der Punkt, habe ich vergessen :oops: :oops:

Leider hab ich keine Doku bzw. Tut. zum Kernelkompilieren gefunden -> daher als noob munter drauf los kompiliert.

Bitte um Info wie das mit der System.map abläuft bzw. wie der/die Befehle lauten die ich nach dem kompilieren machen muss.

Danke im Voraus und sorry für die blöden Fragen

mfg andreas
Back to top
View user's profile Send private message
at_chaos
Tux's lil' helper
Tux's lil' helper


Joined: 09 Nov 2003
Posts: 149
Location: EU|Austria

PostPosted: Mon Nov 10, 2003 2:18 pm    Post subject: Reply with quote

hm.. nu läuft wieder alles in alter manier

anscheined gibt es probleme mit genkernel und hotplugging (wird von genkernel benötigt)

habe leider nicht testen können ob alles funktioniert wenn ich genkernel und hotplugging unemerge... da ich kein kernel backup hatte

jedenfalls habe ich mittels
Code:
 genkernel --config
habe ich iptables usw. aktiviert und genkernel kompilieren lassen -> und siehe da meine netzwerkkarten werden wieder erkannt keine fehlermeldungen und iptables funktioniert jetzt auch .. :lol:

derzeit bin ich froh das wieder alles rund läuft und ich werde wohl erst später testen ob es funktioniert wenn ich genkernel und hotplugging unemerge ;)

so far,

grüße andreas
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum