Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
boot fehler
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
pr0gm4
n00b
n00b


Joined: 14 Jul 2002
Posts: 15

PostPosted: Wed Jul 17, 2002 3:52 pm    Post subject: boot fehler Reply with quote

Hallo,

weis jemand was man gegen diesen fehler machen kann ?

* cannot calculate module dependencies

mfg
pr0gm4
Back to top
View user's profile Send private message
spyro
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jun 2002
Posts: 88

PostPosted: Wed Jul 17, 2002 4:24 pm    Post subject: Reply with quote

kommt das beim booten ?
wenn ja imo nur kernel neu machen.

.spyro
Back to top
View user's profile Send private message
pr0gm4
n00b
n00b


Joined: 14 Jul 2002
Posts: 15

PostPosted: Wed Jul 17, 2002 5:21 pm    Post subject: Reply with quote

hallo

das habe ihc ir auch gedacht ;)

da kamen noch ein paar andere module fehler, wobei die dann mit
insmod gut zu laden waren ... ???

hab kernel dann neu gebaut, die modulefehler waren weg aber der fehler ist immer noch da ...


... aber ich bau nochmal ;)
Back to top
View user's profile Send private message
spyro
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jun 2002
Posts: 88

PostPosted: Wed Jul 17, 2002 5:23 pm    Post subject: Reply with quote

das hat ich auchmal habs glaube ich mit
Code:

make clean && make clean bzImage modules modules_install

gemacht. danach gings dann.
bin selber erst ne woche gentoo und linux :)

.spyro
Back to top
View user's profile Send private message
dek
l33t
l33t


Joined: 16 May 2002
Posts: 657
Location: Germany

PostPosted: Wed Jul 17, 2002 6:34 pm    Post subject: Reply with quote

Zweimal make clean ? :D
Code:

make dep clean bzImage modules modules_install

sollte es tun...

Evtl. vorher noch ein
Code:

make mrproper

Zuvor aber auf jeden Fall die Datei ".config" im Kernel Verzeichnis sichern, da die persönlichen Einstellugen sonst verloren gehen. Die Einstellungen kann man mittels
Code:

make oldconfig

wieder auf den alten Stand bringen.

Um das ganze mal zusammen zu fassen:
Code:

cd /usr/src/linux
cp .config /tmp
make mrproper
cp /tmp/.config .
make oldconfig
make menuconfig
make dep clean bzImage modules modules_install


Alle Angaben wie immer ohne Gewähr :D
Back to top
View user's profile Send private message
spyro
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jun 2002
Posts: 88

PostPosted: Wed Jul 17, 2002 8:38 pm    Post subject: Reply with quote

nach make mrproper ... hm danach wer erstma die config wech :)
ich glaub das ist nicht so toll :D

.spyro
Back to top
View user's profile Send private message
dek
l33t
l33t


Joined: 16 May 2002
Posts: 657
Location: Germany

PostPosted: Wed Jul 17, 2002 8:58 pm    Post subject: Reply with quote

Deswegen sollst du sie ja vorher sichern.
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