Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[KERNEL] Fehlermeldung: "modprobe: Can't locate modules
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
stefanl
n00b
n00b


Joined: 21 Oct 2003
Posts: 14

PostPosted: Wed Nov 05, 2003 1:05 pm    Post subject: [KERNEL] Fehlermeldung: "modprobe: Can't locate modules Reply with quote

Hi,
beim booten meines Server erhalte ich die Fehlermeldung
Code:
modprobe: Can't locate modules
mit einer Geräteadresse. Diese ist im Verzeichnis /dev/ nicht vorhanden. Wie ändere ich das? ein emerge devfsd hat nichts gebracht!

Danke
Back to top
View user's profile Send private message
Ragin
l33t
l33t


Joined: 14 Apr 2003
Posts: 776

PostPosted: Sat Nov 08, 2003 7:26 pm    Post subject: Reply with quote

Hast du "dev file system" im Kernel aktiviert?
Schau sicherheitshalber nochmal nach!

Ansonsten schaue mal, was er da versucht zu laden (ein Blick in die /etc/modules.autoload verrät vielleicht einiges) und schau, ob du die Module auch im Kernel als Modul eingestellt hast.
_________________
"Innerhalb der Computergemeinschaft lebt man nach der Grundregel, die Gegenwart sei ein Programmfehler, der in der nächsten Ausgabe behoben sein wird."

Clifford Stoll, amerik. Astrophysiker u. Computer- Pionier
Back to top
View user's profile Send private message
stefanl
n00b
n00b


Joined: 21 Oct 2003
Posts: 14

PostPosted: Mon Nov 10, 2003 1:21 pm    Post subject: Reply with quote

hi,

wie überprüfe ich, ob dev file system im kernel aktiv ist?? Wie kann ich schauen, ob die Module im kernel eingestellt sind?

CU Danke
Back to top
View user's profile Send private message
Seg
n00b
n00b


Joined: 23 Oct 2003
Posts: 27

PostPosted: Mon Nov 10, 2003 4:35 pm    Post subject: Reply with quote

Hi,

nagut, dann will ich ma als blutiger Anfänger nem Anfänger helfen 8)

was du tun musst ist in der console einfach am prompt eingeben: genkernel --config

p.s.: <M> so werden module angezeigt
<*> was fest im Kernel geladen wird.

Man möge mich korrigieren wenns falsch ist.

cu
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 7:14 pm    Post subject: Reply with quote

Oder bei einem eigenen Kernel:

Code:

cd /usr/src/linux
make menuconfig


dann im Punkt "Filesystems"
[*] /dev file system support (EXPERIMENTAL)
[*] Automatically mount at boot

Achja und davor am besten prüfnen ob im Punkt "Code maturity level options --->"
[*] Prompt for development and/or incomplete code/drivers
ist.

Gruss, Christian
Back to top
View user's profile Send private message
synapscape
Apprentice
Apprentice


Joined: 07 Apr 2003
Posts: 234
Location: Germany

PostPosted: Mon Nov 10, 2003 9:11 pm    Post subject: Reply with quote

Oder, was man auch machen kann, ohne in den Kernelsourcen zu graben:

(Als root)
Code:

shine proc # ps aux | grep devfsd


Sieht man einen Prozess mit dem Namen devfsd, dann läuft zumindest der Dämon. Das Dev-Filesystem kann man in /proc finden:

Code:

shine proc # cat /proc/filesystems


In der ausgegebenen Liste sollte sich auch devfs befinden.

HTH,
Markus
_________________
mad season forever
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