Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
No modules load on first boot
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Otm
Guest





PostPosted: Fri Aug 16, 2002 1:35 pm    Post subject: No modules load on first boot Reply with quote

When i reboot for the first time i have this error:

--------------------------------------------
Calculing module depencies ...
Failed to calculing module depencies

Loading module 8139too ...
Failed to load 8139too
---------------------------------------------

when i write
#modprobe 8139too
it not find module

How i can find my module

Thanks
Back to top
progster
Apprentice
Apprentice


Joined: 16 Jul 2002
Posts: 271

PostPosted: Fri Aug 16, 2002 2:06 pm    Post subject: Reply with quote

after you compiled your kernel did you issue the following command?

#make dep && make clean bzImage modules modules_install

~Progster
Back to top
View user's profile Send private message
Otm
Guest





PostPosted: Fri Aug 16, 2002 2:08 pm    Post subject: yes i make this Reply with quote

now what i can make or test
Back to top
progster
Apprentice
Apprentice


Joined: 16 Jul 2002
Posts: 271

PostPosted: Fri Aug 16, 2002 4:26 pm    Post subject: Reply with quote

you did compile your own kernel right?

eg:
[code]
#cd /usr/src/linux
#make menuconfig
#make dep && make clean bzImage modules modules_install

It's well documented in the installation guide

~Progster
Back to top
View user's profile Send private message
wudmx
Guru
Guru


Joined: 07 Aug 2002
Posts: 527

PostPosted: Fri Aug 16, 2002 5:11 pm    Post subject: Reply with quote

did you compile your driver as a module or directly into the kernel? check this in your kernel config (make menuconfig -> network devices) and load 8139too as a modul!
then you'll be able to load the modul with modprobe....

wudmx
Back to top
View user's profile Send private message
Otm
Guest





PostPosted: Sat Aug 17, 2002 12:28 am    Post subject: problem after problem Reply with quote

==
When i build network Interface directly in Kernel
===
On reboot;
eth0 cant load

==
When i build network Interface with module
===
On compilation:
Code:
cp 8139too.o /lib/modules/2.4.19-gentoo-r5/kernel/drivers/net
cp: cannot  stat '8139too.o': No such File or directory
make[2]: ***[_modinst_] Error 1
Back to top
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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